Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+7 |
2011-05-20 | [media] lirc_sasem: key debug spew off debug modparam | Jarod Wilson | 1 | -6/+7 |
2011-05-03 | staging: lirc: fixed coding style | Greg Dietsche | 2 | -28/+29 |
2011-04-25 | staging: Remove unnecessary semicolons when switch (foo) {...}; | Joe Perches | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-03-24 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -2035/+533 |
2011-03-22 | [media] lirc_zilog: error out if buffer read bytes != chunk size | Jarod Wilson | 1 | -1/+7 |
2011-03-22 | [media] lirc: silence some compile warnings | Jarod Wilson | 2 | -2/+2 |
2011-03-22 | [media] lirc_zilog: Update TODO list based on work completed and revised plans | Andy Walls | 1 | -26/+25 |
2011-03-22 | [media] lirc_zilog: Fix somewhat confusing information messages in ir_probe() | Andy Walls | 1 | -1/+3 |
2011-03-22 | [media] lirc_zilog: Add locking of the i2c_clients when in use | Andy Walls | 1 | -4/+37 |
2011-03-22 | [media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rx | Andy Walls | 1 | -204/+380 |
2011-03-22 | [media] lirc_zilog: Move constants from ir_probe() into the lirc_driver template | Andy Walls | 1 | -12/+15 |
2011-03-22 | [media] lirc_zilog: Always allocate a Rx lirc_buffer object | Andy Walls | 1 | -31/+31 |
2011-03-22 | [media] lirc_zilog: Remove unneeded rx->buf_lock | Andy Walls | 1 | -14/+9 |
2011-03-22 | [media] lirc_zilog: Don't acquire the rx->buf_lock in the poll() function | Andy Walls | 1 | -7/+14 |
2011-03-22 | [media] lirc_zilog: Use kernel standard methods for marking device non-seekable | Andy Walls | 1 | -7/+2 |
2011-03-22 | [media] lirc_zilog: Convert the instance open count to an atomic_t | Andy Walls | 1 | -10/+5 |
2011-03-22 | [media] lirc_zilog: Convert ir_device instance array to a linked list | Andy Walls | 1 | -28/+31 |
2011-03-22 | [media] lirc_zilog: Remove broken, ineffective reference counting | Andy Walls | 1 | -31/+1 |
2011-03-22 | [media] lirc_zilog: Restore checks for existence of the IR_tx object | Andy Walls | 1 | -7/+20 |
2011-03-22 | [media] lirc: remove staging lirc_it87 and lirc_ite8709 drivers | Juan J. Garcia de Soria | 5 | -1699/+0 |
2011-03-07 | staging: lirc: fix for "lirc_dev: lirc_register_driver: driver pointer must b... | Thomas Viehweger | 1 | -4/+68 |
2011-02-18 | staging/trivial: fix typos concerning "adjust" | Uwe Kleine-König | 1 | -1/+1 |
2011-01-31 | [media] lirc_zilog: z8 on usb doesn't like back-to-back i2c_master_send | Jarod Wilson | 1 | -6/+26 |
2011-01-19 | [media] staging/lirc: fix mem leaks and ptr err usage | Jarod Wilson | 6 | -6/+20 |
2011-01-19 | [media] lirc_zilog: Update TODO.lirc_zilog | Andy Walls | 1 | -6/+30 |
2011-01-19 | [media] lirc_zilog: Add Andy Walls to copyright notice and authors list | Andy Walls | 1 | -1/+5 |
2011-01-19 | [media] lirc_zilog: Remove useless struct i2c_driver.command function | Andy Walls | 1 | -8/+0 |
2011-01-19 | [media] lirc_zilog: Remove unneeded tests for existence of the IR Tx function | Andy Walls | 1 | -16/+5 |
2011-01-19 | [media] lirc_zilog: Update IR Rx polling kthread start/stop and some printks | Andy Walls | 1 | -64/+49 |
2011-01-19 | [media] lirc_zilog: Extensive rework of ir_probe()/ir_remove() | Andy Walls | 1 | -132/+212 |
2011-01-19 | [media] lirc_zilog: Don't make private copies of i2c clients | Andy Walls | 1 | -59/+28 |
2011-01-19 | [media] lirc_zilog: Split struct IR into structs IR, IR_tx, and IR_rx | Andy Walls | 1 | -127/+171 |
2011-01-19 | [media] lirc_zilog: Remove disable_tx module parameter | Andy Walls | 1 | -10/+4 |
2011-01-19 | [media] lirc_zilog: Reword debug message in ir_probe() | Andy Walls | 1 | -3/+2 |
2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -2/+2 |
2010-12-30 | [media] staging/lirc: Update lirc TODO files | Mauro Carvalho Chehab | 2 | -3/+13 |
2010-12-30 | [media] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field | Andy Walls | 1 | -16/+31 |
2010-12-30 | [media] Remove staging/lirc/lirc_i2c driver | Mauro Carvalho Chehab | 3 | -544/+0 |
2010-12-30 | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 1 | -2/+2 |
2010-12-29 | [media] lirc_zilog: Fix a warning | Mauro Carvalho Chehab | 1 | -1/+0 |
2010-12-29 | [media] staging/lirc: Fix compilation when LIRC=m | Mauro Carvalho Chehab | 1 | -12/+12 |
2010-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 4 | -21/+21 |
2010-10-28 | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman | 4 | -21/+21 |
2010-10-28 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -162/+171 |
2010-10-22 | [media] lirc_it87: add another pnp id | Jarod Wilson | 1 | -1/+2 |
2010-10-22 | [media] lirc_igorplugusb: add Fit PC2 device ID | Jarod Wilson | 1 | -0/+2 |
2010-10-22 | [media] lirc_igorplugusb: handle hw buffer overruns better | Jarod Wilson | 1 | -25/+38 |
2010-10-22 | [media] lirc_igorplugusb: assorted fixups | Jarod Wilson | 1 | -58/+65 |