Age | Commit message (Expand) | Author |
2009-03-24 | pvrusb2: Use v4l2_device_disconnect() | Mike Isely |
2009-03-15 | pvrusb2: Add composite and s-video input support for OnAir devices | Mike Isely |
2009-03-14 | pvrusb2: Add sub-device for demod | Mike Isely |
2009-03-08 | pvrusb2: Remove old i2c layer; we use v4l2-subdev now | Mike Isely |
2009-03-08 | pvrusb2: Implement better reporting on attached sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Fix space-after-comma idiocy | Mike Isely |
2009-03-06 | pvrusb2: Define default I2C address for CS53L32A sub-device | Mike Isely |
2009-03-06 | pvrusb2: Fix incorrectly named sub-device ID | Mike Isely |
2009-03-06 | pvrusb2: Define default I2C addresses for msp3400 and saa7115 sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Issue required core init broadcast to all sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Implement mechanism to force a full sub-device update | Mike Isely |
2009-03-06 | pvrusb2: Implement trace print for stream on / off action | Mike Isely |
2009-03-06 | pvrusb2: Define default I2C address for cx25840 sub-device | Mike Isely |
2009-03-06 | pvrusb2: Broadcast tuner type change to sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Deal with space-after-comma coding style idiocy | Mike Isely |
2009-03-06 | pvrusb2: Sub-device update must happen BEFORE state dirty bits are cleared | Mike Isely |
2009-03-06 | pvrusb2: Allow sub-devices to insert correctly | Mike Isely |
2009-03-06 | pvrusb2: Fix bugs involved in listing of sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Fix uninitialized counter | Mike Isely |
2009-03-06 | pvrusb2: Define default i2c address for wm8775 sub-device | Mike Isely |
2009-03-06 | pvrusb2: Implement more sub-device loading trace and improve error handling | Mike Isely |
2009-03-06 | pvrusb2: Tie in cx25840 sub-device support | Mike Isely |
2009-03-06 | pvrusb2: Tie in msp3400 sub-device support | Mike Isely |
2009-03-06 | pvrusb2: make sub-device specific update function names uniform | Mike Isely |
2009-03-06 | pvrusb2: Make audio sample rate update into a sub-device broadcast | Mike Isely |
2009-03-06 | pvrusb2: Tie in saa7115 sub-device handling | Mike Isely |
2009-03-06 | pvrusb2: Tie in wm8775 sub-device handling | Mike Isely |
2009-03-06 | pvrusb2: Implement sub-device specific update framework | Mike Isely |
2009-03-06 | pvrusb2: Implement reporting of connected sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Cause overall initialization to fail if sub-driver(s) fail | Mike Isely |
2009-03-06 | pvrusb2: Tie in sub-device decoder start/stop | Mike Isely |
2009-03-06 | pvrusb2: Clean-up / placeholders inserted for additional development | Mike Isely |
2009-03-06 | pvrusb2: Note who our video decoder sub-device is, and set it up | Mike Isely |
2009-03-06 | pvrusb2: Tie in various v4l2 operations into the sub-device mechanism | Mike Isely |
2009-03-06 | pvrusb2: Implement status fetching from sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Tie in debug register access to sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Tie-in sub-device log requests | Mike Isely |
2009-03-06 | pvrusb2: Lay foundation for triggering sub-device updates | Mike Isely |
2009-03-06 | pvrusb2: Tie up loose ends with v4l2-subdev setup | Mike Isely |
2009-03-06 | pvrusb2: Providing means to stop tracking an old i2c module | Mike Isely |
2009-03-06 | pvrusb2: New device attribute mechanism to specify sub-devices | Mike Isely |
2009-03-06 | pvrusb2: Changes to further isolate old i2c layer | Mike Isely |
2009-03-06 | pvrusb2: Set up v4l2_device instance | Mike Isely |
2009-03-07 | pvrusb2: Split i2c module handling from i2c adapter | Mike Isely |
2009-01-22 | pvrusb2: Use usb_make_path() to determine device bus location | Mike Isely |
2009-01-14 | pvrusb2: Generate a device-unique identifier | Mauro Carvalho Chehab |
2009-01-14 | changeset: 10235:e30767d80056 | Mauro Carvalho Chehab |
2008-12-30 | v4l2: debugging API changed to match against driver name instead of ID. | Hans Verkuil |
2008-10-30 | V4L: struct device - replace bus_id with dev_name(), dev_set_name() | Mauro Carvalho Chehab |
2008-10-19 | pvrusb2: Fix deadlock problem | Mike Isely |