aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lirc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds4-8/+5
2011-07-18staging/lirc_bt829: Return -ENODEV when no hardware is found.Dave Jones1-2/+2
2011-07-18staging/lirc_parallel: remove pointless prototypes.Dave Jones1-3/+0
2011-07-18staging/lirc_parallel: fix panic on rmmodDave Jones1-0/+3
2011-07-05Remove unneeded version.h includes from drivers/staging/lirc/Jesper Juhl2-3/+0
2011-07-01[media] [staging] lirc_serial: allocate irq at init timeJarod Wilson1-23/+21
2011-07-01[media] lirc_zilog: fix spinning rx threadJarod Wilson1-2/+2
2011-06-11[media] [staging] lirc_sir: fix unused-but-set warningsJarod Wilson1-9/+2
2011-06-11[media] [staging] lirc_imon: fix unused-but-set warningsJarod Wilson1-9/+1
2011-05-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-6/+7
2011-05-20[media] lirc_sasem: key debug spew off debug modparamJarod Wilson1-6/+7
2011-05-03staging: lirc: fixed coding styleGreg Dietsche2-28/+29
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds9-2035/+533
2011-03-22[media] lirc_zilog: error out if buffer read bytes != chunk sizeJarod Wilson1-1/+7
2011-03-22[media] lirc: silence some compile warningsJarod Wilson2-2/+2
2011-03-22[media] lirc_zilog: Update TODO list based on work completed and revised plansAndy Walls1-26/+25
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-03-22[media] lirc: remove staging lirc_it87 and lirc_ite8709 driversJuan J. Garcia de Soria5-1699/+0
2011-03-07staging: lirc: fix for "lirc_dev: lirc_register_driver: driver pointer must be not NULL!"Thomas Viehweger1-4/+68
2011-02-18staging/trivial: fix typos concerning "adjust"Uwe Kleine-König1-1/+1
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] staging/lirc: fix mem leaks and ptr err usageJarod Wilson6-6/+20
2011-01-19[media] lirc_zilog: Update TODO.lirc_zilogAndy Walls1-6/+30
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
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2010-12-30[media] staging/lirc: Update lirc TODO filesMauro Carvalho Chehab2-3/+13
2010-12-30[media] lirc_zilog: Remove use of deprecated struct i2c_adapter.id fieldAndy Walls1-16/+31
2010-12-30[media] Remove staging/lirc/lirc_i2c driverMauro Carvalho Chehab3-544/+0
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-2/+2