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