aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lirc/lirc_zilog.c
Commit message (Expand)AuthorAgeFilesLines
* [media] lirc_zilog: fix spinning rx threadJarod Wilson2011-07-011-2/+2
* [media] lirc_zilog: error out if buffer read bytes != chunk sizeJarod Wilson2011-03-221-1/+7
* [media] lirc_zilog: Fix somewhat confusing information messages in ir_probe()Andy Walls2011-03-221-1/+3
* [media] lirc_zilog: Add locking of the i2c_clients when in useAndy Walls2011-03-221-4/+37
* [media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rxAndy Walls2011-03-221-204/+380
* [media] lirc_zilog: Move constants from ir_probe() into the lirc_driver templateAndy Walls2011-03-221-12/+15
* [media] lirc_zilog: Always allocate a Rx lirc_buffer objectAndy Walls2011-03-221-31/+31
* [media] lirc_zilog: Remove unneeded rx->buf_lockAndy Walls2011-03-221-14/+9
* [media] lirc_zilog: Don't acquire the rx->buf_lock in the poll() functionAndy Walls2011-03-221-7/+14
* [media] lirc_zilog: Use kernel standard methods for marking device non-seekableAndy Walls2011-03-221-7/+2
* [media] lirc_zilog: Convert the instance open count to an atomic_tAndy Walls2011-03-221-10/+5
* [media] lirc_zilog: Convert ir_device instance array to a linked listAndy Walls2011-03-221-28/+31
* [media] lirc_zilog: Remove broken, ineffective reference countingAndy Walls2011-03-221-31/+1
* [media] lirc_zilog: Restore checks for existence of the IR_tx objectAndy Walls2011-03-221-7/+20
* [media] lirc_zilog: z8 on usb doesn't like back-to-back i2c_master_sendJarod Wilson2011-01-311-6/+26
* [media] lirc_zilog: Add Andy Walls to copyright notice and authors listAndy Walls2011-01-191-1/+5
* [media] lirc_zilog: Remove useless struct i2c_driver.command functionAndy Walls2011-01-191-8/+0
* [media] lirc_zilog: Remove unneeded tests for existence of the IR Tx functionAndy Walls2011-01-191-16/+5
* [media] lirc_zilog: Update IR Rx polling kthread start/stop and some printksAndy Walls2011-01-191-64/+49
* [media] lirc_zilog: Extensive rework of ir_probe()/ir_remove()Andy Walls2011-01-191-132/+212
* [media] lirc_zilog: Don't make private copies of i2c clientsAndy Walls2011-01-191-59/+28
* [media] lirc_zilog: Split struct IR into structs IR, IR_tx, and IR_rxAndy Walls2011-01-191-127/+171
* [media] lirc_zilog: Remove disable_tx module parameterAndy Walls2011-01-191-10/+4
* [media] lirc_zilog: Reword debug message in ir_probe()Andy Walls2011-01-191-3/+2
* [media] lirc_zilog: Remove use of deprecated struct i2c_adapter.id fieldAndy Walls2010-12-301-16/+31
* [media] lirc_zilog: Fix a warningMauro Carvalho Chehab2010-12-291-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-10-281-5/+5
|\
| * staging: lirc: Remove unnecessary casts of private_dataJoe Perches2010-09-051-5/+5
* | [media] lirc: wire up .compat_ioctl to main ioctl handlerJarod Wilson2010-10-211-0/+3
|/
* V4L/DVB: staging/lirc: CodingStyle cleanupsMauro Carvalho Chehab2010-08-021-1/+1
* V4L/DVB: staging/lirc: add lirc_zilog driverJarod Wilson2010-08-021-0/+1387