summaryrefslogtreecommitdiff
path: root/drivers/staging/lirc/lirc_zilog.c
AgeCommit message (Expand)Author
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-07-05Remove unneeded version.h includes from drivers/staging/lirc/Jesper Juhl
2011-07-01[media] lirc_zilog: fix spinning rx threadJarod Wilson
2011-03-22[media] lirc_zilog: error out if buffer read bytes != chunk sizeJarod Wilson
2011-03-22[media] lirc_zilog: Fix somewhat confusing information messages in ir_probe()Andy Walls
2011-03-22[media] lirc_zilog: Add locking of the i2c_clients when in useAndy Walls
2011-03-22[media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rxAndy Walls
2011-03-22[media] lirc_zilog: Move constants from ir_probe() into the lirc_driver templateAndy Walls
2011-03-22[media] lirc_zilog: Always allocate a Rx lirc_buffer objectAndy Walls
2011-03-22[media] lirc_zilog: Remove unneeded rx->buf_lockAndy Walls
2011-03-22[media] lirc_zilog: Don't acquire the rx->buf_lock in the poll() functionAndy Walls
2011-03-22[media] lirc_zilog: Use kernel standard methods for marking device non-seekableAndy Walls
2011-03-22[media] lirc_zilog: Convert the instance open count to an atomic_tAndy Walls
2011-03-22[media] lirc_zilog: Convert ir_device instance array to a linked listAndy Walls
2011-03-22[media] lirc_zilog: Remove broken, ineffective reference countingAndy Walls
2011-03-22[media] lirc_zilog: Restore checks for existence of the IR_tx objectAndy Walls
2011-01-31[media] lirc_zilog: z8 on usb doesn't like back-to-back i2c_master_sendJarod Wilson
2011-01-19[media] lirc_zilog: Add Andy Walls to copyright notice and authors listAndy Walls
2011-01-19[media] lirc_zilog: Remove useless struct i2c_driver.command functionAndy Walls
2011-01-19[media] lirc_zilog: Remove unneeded tests for existence of the IR Tx functionAndy Walls
2011-01-19[media] lirc_zilog: Update IR Rx polling kthread start/stop and some printksAndy Walls
2011-01-19[media] lirc_zilog: Extensive rework of ir_probe()/ir_remove()Andy Walls
2011-01-19[media] lirc_zilog: Don't make private copies of i2c clientsAndy Walls
2011-01-19[media] lirc_zilog: Split struct IR into structs IR, IR_tx, and IR_rxAndy Walls
2011-01-19[media] lirc_zilog: Remove disable_tx module parameterAndy Walls
2011-01-19[media] lirc_zilog: Reword debug message in ir_probe()Andy Walls
2010-12-30[media] lirc_zilog: Remove use of deprecated struct i2c_adapter.id fieldAndy Walls
2010-12-29[media] lirc_zilog: Fix a warningMauro Carvalho Chehab
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2010-10-21[media] lirc: wire up .compat_ioctl to main ioctl handlerJarod Wilson
2010-09-05staging: lirc: Remove unnecessary casts of private_dataJoe Perches
2010-08-02V4L/DVB: staging/lirc: CodingStyle cleanupsMauro Carvalho Chehab
2010-08-02V4L/DVB: staging/lirc: add lirc_zilog driverJarod Wilson