Age | Commit message (Expand) | Author |
2009-02-28 | cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c_client setup | Andy Walls |
2009-02-21 | cx18: Disable AC3 controls as the firmware doesn't support AC3 | 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: Fix a memory leak of buffers used for sliced VBI insertion | 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-08 | cx18: Finally get sliced VBI working - for 525 line 60 Hz systems at least | Andy Walls |
2009-02-07 | cx18: Process Raw VBI on a whole frame basis; fix VBI buffer size | Andy Walls |
2009-02-01 | cx18: Remove an unused spinlock | Andy Walls |
2009-01-30 | cx18: Clean-up and enable sliced VBI handling | Andy Walls |
2009-01-30 | cx18: Normalize APU after second APU firmware load | Andy Walls |
2009-01-19 | cx18: Add initial entry for a Leadtek DVR3100 H hybrid card | Andy Walls |
2009-01-17 | cx18: Call request_module() with proper argument types. | 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-04 | cx18: Fix bad audio in first analog capture. | Andy Walls |
2009-01-03 | cx18, cx2341x: Fix bugs in cx18 AC3 control and comply with V4L2 spec | Andy Walls |
2009-01-01 | cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18 | Andy Walls |
2008-12-14 | cx18: Refine the firmware load and firmware startup process | Andy Walls |
2008-12-14 | cx18: VBI comment corrections and comments about VBI issues | Andy Walls |
2008-12-12 | cx18: Enable raw VBI capture | 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-11-25 | cx18: Change work_queue teardown to work for kernels earlier than 2.6.22 | Andy Walls |
2008-11-25 | cx18: Change to per CX23418 device work queues for deferrable work handling | Andy Walls |
2008-11-21 | cx18: Adjust outgoing mailbox timeouts and remove statistics logging | Andy Walls |
2008-11-16 | cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry strategy | 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-12 | merge: http://linuxtv.org/hg/~awalls/cx18-bugfix | Mauro Carvalho Chehab |
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-10-25 | cx18: Remove redundant block scope variable in cx18_probe() for sparse | Andy Walls |
2008-10-18 | cx18: Don't mask many real init error codes by mapping them to ENOMEM | Andy Walls |
2008-10-18 | cx18: Fix memory leak on card initialization failure | Andy Walls |
2008-10-11 | merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-dev | Mauro Carvalho Chehab |
2008-10-04 | cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/Analog | Andy Walls |
2008-10-04 | v4l: disconnect kernel number from minor | Hans Verkuil |
2008-09-28 | cx18: Add default behavior of checking and retrying PCI MMIO accesses | Andy Walls |
2008-09-06 | cx18: fix sparse warnings | Hans Verkuil |
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 |