Age | Commit message (Expand) | Author |
2009-06-09 | cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entries | Andy Walls |
2009-04-15 | cx18: Simplify the work handler for outgoing mailbox commands | Andy Walls |
2009-04-13 | cx18: Convert per stream mutex locks to per queue spin locks | Andy Walls |
2009-04-13 | cx18: Add a work queue for deferring empty buffer handoffs to the firmware | Andy Walls |
2009-04-13 | cx18: Rename the work queue to "in_work_queue" | Andy Walls |
2009-02-21 | cx18: Get rid of unused variables related to video output | Andy Walls |
2009-02-21 | cx18: Change log lines for internal subdevs and fix tveeprom reads | Andy Walls |
2009-02-21 | cx18: Convert GPIO connected functions to act as v4l2_subdevices | Andy Walls |
2009-02-20 | cx18: Convert I2C devices to v4l2_subdevices | Andy Walls |
2009-02-16 | cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdev | Andy Walls |
2009-02-14 | cx18: Slim down instance handling, build names from v4l2_device.name | Andy Walls |
2009-02-09 | merge: http://linuxtv.org/hg/~awalls/cx18-sliced-vbi | Mauro Carvalho Chehab |
2009-02-06 | cx18: Use correct line counts per field in firmware API call | Andy Walls |
2009-02-01 | cx18: Remove an unused spinlock | Andy Walls |
2009-02-01 | cx18: Fix presentation timestamp (PTS) for VBI buffers | Andy Walls |
2009-01-30 | cx18: Clean-up and enable sliced VBI handling | Andy Walls |
2009-01-19 | cx18: Add initial entry for a Leadtek DVR3100 H hybrid card | Andy Walls |
2009-01-11 | cx18: Conversion to new V4L2 framework: use v4l2_device object | Andy Walls |
2009-01-10 | cx18: Rename structure members: dev to pci_dev and v4l2dev to video_dev | Andy Walls |
2009-01-01 | cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18 | Andy Walls |
2008-12-14 | cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAM | Andy Walls |
2008-12-12 | cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840 | Andy Walls |
2008-12-07 | cx18: Add module parameters for finer control over buffer allocations | Andy Walls |
2008-12-08 | cx18: Allow more than 63 capture buffers in rotation per stream | Andy Walls |
2008-11-27 | cx18: Eliminate q_io from stream buffer handling | Andy Walls |
2008-11-25 | cx18: Change to per CX23418 device work queues for deferrable work handling | Andy Walls |
2008-11-21 | cx18: Copyright attribution update for files modified by awalls | Andy Walls |
2008-11-21 | cx18: Adjust outgoing mailbox timeouts and remove statistics logging | Andy Walls |
2008-11-18 | cx18: Restore buffers that have fallen out of the transfer rotation | Andy Walls |
2008-11-17 | cx18: Remove unnecessary MMIO accesses in time critical irq handling path | Andy Walls |
2008-11-16 | cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry strategy | Andy Walls |
2008-11-16 | cx18: Propagate staleness of mailbox and mdl ack data to work handler | Andy Walls |
2008-11-16 | cx18: Convert per stream queue spinlocks into mutexes | Andy Walls |
2008-11-16 | cx18: Change to singlethreaded global work queue thread for deferable work | Andy Walls |
2008-11-15 | cx18: Major rewrite of interrupt handling for incoming mailbox processing | Andy Walls |
2008-11-08 | cx18: Further changes to improve mailbox protocol integrity & performnce | Andy Walls |
2008-11-05 | cx18: Add outgoing mailbox mutexes and check for ack via waitq vs poll | Andy Walls |
2008-11-05 | cx18: Use default kernel work queue; fix streaming flag for work handler | Andy Walls |
2008-11-04 | cx18: Move DVB buffer transfer handling from irq handler to work_queue | Andy Walls |
2008-11-04 | cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanup | Andy Walls |
2008-11-02 | cx18: Reduce number of mmio read retries | Andy Walls |
2008-10-18 | backport commit 1a651a00e20fd4997f0b91258f6f95b7d96edcd9 | Mauro Carvalho Chehab |
2008-10-04 | cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/Analog | Andy Walls |
2008-09-28 | cx18: Add default behavior of checking and retrying PCI MMIO accesses | Andy Walls |
2008-09-06 | cx18: Set mmio throttling delay default to 0 nsec. | Andy Walls |
2008-09-05 | merge: http://linuxtv.org/hg/~awalls/v4l-dvb | Mauro Carvalho Chehab |
2008-08-31 | cx18: Throttle mmio to/from the CX23418 so boards work in older systems | Andy Walls |
2008-08-30 | cx18: Create cx18_ specific wrappers for all pci mmio accessesors. | Andy Walls |
2008-08-23 | cx18: Fix cx18_find_handle() and add error checking | Andy Walls |
2008-08-22 | cx18: Convert cx18_queue buffers member to atomic_t | Andy Walls |