Age | Commit message (Expand) | Author |
2009-01-01 | cx18: Additional debug to display outgoing mailbox parameters | Andy Walls |
2009-01-01 | cx18: Fix a PLL divisor update for the I2S master clock | Andy Walls |
2008-12-30 | v4l2: debugging API changed to match against driver name instead of ID. | Hans Verkuil |
2008-12-30 | v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil |
2008-12-30 | v4l2: introduce v4l2_file_operations. | Hans Verkuil |
2008-12-20 | cx18: Use a consistent crystal value for computing all PLL parameters | Andy Walls |
2008-12-20 | cx18: Disable locking of Video and Audio PLL for analog captures | Andy Walls |
2008-12-16 | Revert changeset 9886 | Mauro Carvalho Chehab |
2008-12-15 | merge: http://linuxtv.org/hg/~awalls/v4l-dvb | Mauro Carvalho Chehab |
2008-12-14 | cx18: Refine the firmware load and firmware startup process | 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-12 | cx18: Avoid making firmware API calls with the queue lock held | Andy Walls |
2008-12-08 | cx18: Increment version number due to siginificant buffering changes | 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-30 | cx18: cx18_writel_expect() should not declare success on a PCI read error | 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-23 | cx18: Use a known open task handle when setting stream CX2341x parameters | Andy Walls |
2008-12-14 | cx18: Convert some list manipulations to emphasize entries not lists | Andy Walls |
2008-12-14 | cx18: VBI comment corrections and comments about VBI issues | Andy Walls |
2008-12-14 | cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAM | Andy Walls |
2008-12-14 | changeset: 9885:77f72ebfa794 | Mauro Carvalho Chehab |
2008-11-23 | cx18: Quiet a sometimes common warning that often has benign consequences | Andy Walls |
2008-11-21 | cx18: Update version due to significant irq handling changes | 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-12 | merge: http://linuxtv.org/hg/~awalls/cx18-bugfix | Mauro Carvalho Chehab |
2008-11-09 | cx18: Fix unitialized variable problem upon APU firmware file read failure | Andy Walls |
2008-11-09 | cx18: Prevent CX23418 from clearing it's outgoing ack interrupts to driver | Andy Walls |
2008-11-08 | cx18: Minor fixes to APU firmware load process | Andy Walls |
2008-11-08 | cx18: Further changes to improve mailbox protocol integrity & performnce | Andy Walls |
2008-11-07 | cx18: Improve handling of outgoing mailboxes detected to be busy | Andy Walls |
2008-11-05 | cx18: Roll driver version number due to significant changes | 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: Fix PLL freq computation for debug display | Andy Walls |
2008-11-02 | cx18: Reduce number of mmio read retries | Andy Walls |
2008-11-02 | cx18: Fix write retries for registers that always change - part 3. | Andy Walls |