| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-08-13 | 1 | -1/+1 |
|\ |
|
| * | V4L/DVB: fix Kconfig to depends on VIDEO_IR | Mauro Carvalho Chehab | 2010-08-12 | 1 | -1/+1 |
* | | V4L/DVB: Use custom I2C probing function mechanism | Jean Delvare | 2010-08-11 | 1 | -15/+4 |
|/ |
|
* | V4L/DVB: drivers/media: Remove unnecessary casts of private_data | Joe Perches | 2010-08-02 | 1 | -1/+1 |
* | V4L/DVB: cx88: Let the user disable IR support | Jean Delvare | 2010-08-02 | 1 | -2/+8 |
* | V4L/DVB: cx88: Move I2C IR initialization | Jean Delvare | 2010-08-02 | 3 | -1/+7 |
* | V4L/DVB: videobuf: Rename vmalloc fields to vaddr | Laurent Pinchart | 2010-08-02 | 1 | -1/+1 |
* | V4L/DVB: Remove videobuf_sg_alloc abuse | Laurent Pinchart | 2010-08-02 | 1 | -15/+14 |
* | V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions | Laurent Pinchart | 2010-08-02 | 2 | -3/+3 |
* | V4L/DVB: ir-core: partially convert cx88 to not use ir-functions.c | David Härdeman | 2010-08-02 | 1 | -30/+16 |
* | V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probing | Jean Delvare | 2010-06-01 | 1 | -1/+15 |
* | V4L/DVB: cx88: fix setting input when using DVB | Istvan Varga | 2010-05-19 | 1 | -1/+10 |
* | V4L/DVB: ir-core: remove IR_TYPE_PD | David Härdeman | 2010-05-19 | 1 | -4/+4 |
* | V4L/DVB: cx88: improve error handling | Dan Carpenter | 2010-05-19 | 1 | -1/+4 |
* | V4L/DVB: cx88: fix checks for analog TV inputs | istvan_v@mailbox.hu | 2010-05-19 | 2 | -3/+5 |
* | V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks | Andreas Bombe | 2010-05-19 | 1 | -2/+2 |
* | V4L/DVB: ir-core: Add support for badly-implemented hardware decoders | Mauro Carvalho Chehab | 2010-05-19 | 1 | -2/+28 |
* | V4L/DVB: cx88: don't handle IR on Pixelview too fast | Mauro Carvalho Chehab | 2010-05-19 | 1 | -2/+2 |
* | V4L/DVB: ir-core: Make use of the new IR keymap modules | Mauro Carvalho Chehab | 2010-05-19 | 1 | -21/+21 |
* | V4L/DVB: ir: prepare IR code for a parameter change at register function | Mauro Carvalho Chehab | 2010-05-19 | 1 | -1/+1 |
* | V4L/DVB: ir: use IR_KEYTABLE where an IR table is needed | Mauro Carvalho Chehab | 2010-05-19 | 1 | -19/+19 |
* | V4L/DVB: cx88-dvb: fix on switch identation | Ricardo Maraschini | 2010-05-19 | 1 | -1/+1 |
* | V4L/DVB: cx88: Only start IR if the input device is opened | Mauro Carvalho Chehab | 2010-05-18 | 3 | -15/+66 |
* | V4L/DVB: ir-core: export driver name used by IR via uevent | Mauro Carvalho Chehab | 2010-05-18 | 1 | -1/+3 |
* | V4L/DVB: cx88: increase BUFFER_TIMEOUT to 2 seconds | Marton Balint | 2010-05-18 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 9 | -2/+7 |
* | V4L-DVB: cx88-dvb: remove extra attribution for core | Mauro Carvalho Chehab | 2010-02-26 | 1 | -2/+0 |
* | V4L/DVB: Add support for SMT7020 to cx88 | Dirk Herrendoerfer | 2010-02-26 | 4 | -0/+243 |
* | V4L/DVB: cx88-alsa: prevent out-of-range volume setting | Clemens Ladisch | 2010-02-26 | 1 | -4/+6 |
* | V4L/DVB (13680): ir: use unsigned long instead of enum | Mauro Carvalho Chehab | 2010-02-26 | 1 | -1/+1 |
* | V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core | Mauro Carvalho Chehab | 2010-02-26 | 1 | -2/+2 |
* | V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r... | Mauro Carvalho Chehab | 2009-12-16 | 1 | -5/+2 |
* | V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister | Mauro Carvalho Chehab | 2009-12-16 | 1 | -2/+2 |
* | V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments | Laurent Pinchart | 2009-12-16 | 2 | -3/+0 |
* | V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number | Laurent Pinchart | 2009-12-16 | 2 | -5/+4 |
* | V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers | Laurent Pinchart | 2009-12-16 | 4 | -55/+20 |
* | V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers | Laurent Pinchart | 2009-12-16 | 2 | -4/+4 |
* | V4L/DVB (13550): v4l: Use the new video_device_node_name function | Laurent Pinchart | 2009-12-16 | 2 | -8/+8 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-12-09 | 6 | -12/+117 |
|\ |
|
| * | V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation | Mauro Carvalho Chehab | 2009-12-05 | 1 | -1/+6 |
| * | V4L/DVB (13533): ir: use dynamic tables, instead of static ones | Mauro Carvalho Chehab | 2009-12-05 | 1 | -7/+7 |
| * | V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card | Igor M. Liplianin | 2009-12-05 | 5 | -0/+76 |
| * | V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power | Laurent Pinchart | 2009-12-05 | 3 | -3/+3 |
| * | V4L/DVB (13135): Add support for TeVii remotes | Igor M. Liplianin | 2009-12-05 | 1 | -1/+1 |
| * | V4L/DVB (13134): Add support for TBS-likes remotes | Igor M. Liplianin | 2009-12-05 | 1 | -0/+24 |
| * | V4L/DVB (13103): create a standard method for dvb adapter drivers to override... | Michael Krufky | 2009-12-05 | 1 | -1/+1 |
* | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 4 | -8/+8 |
|\ |
|
| * | trivial: media/video/cx88: add __init/__exit macros to cx88 drivers | Peter Huewe | 2009-09-21 | 4 | -8/+8 |
* | | V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends | Hans Verkuil | 2009-09-19 | 2 | -10/+10 |
|/ |
|