index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lirc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
staging: Move media drivers to staging/media
Mauro Carvalho Chehab
15
-8700
/
+0
2011-09-16
staging: irq: Remove IRQF_DISABLED
Yong Zhang
2
-2
/
+2
2011-09-06
staging: lirc_sasem: fix NULL pointer dereference in sasem_probe
Alexey Khoroshilov
1
-23
/
+23
2011-09-06
staging: lirc: fix mismatch in mutex lock-unlock in imon_probe
Alexey Khoroshilov
1
-3
/
+3
2011-07-25
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-8
/
+5
2011-07-18
staging/lirc_bt829: Return -ENODEV when no hardware is found.
Dave Jones
1
-2
/
+2
2011-07-18
staging/lirc_parallel: remove pointless prototypes.
Dave Jones
1
-3
/
+0
2011-07-18
staging/lirc_parallel: fix panic on rmmod
Dave Jones
1
-0
/
+3
2011-07-05
Remove unneeded version.h includes from drivers/staging/lirc/
Jesper Juhl
2
-3
/
+0
2011-07-01
[media] [staging] lirc_serial: allocate irq at init time
Jarod Wilson
1
-23
/
+21
2011-07-01
[media] lirc_zilog: fix spinning rx thread
Jarod Wilson
1
-2
/
+2
2011-06-11
[media] [staging] lirc_sir: fix unused-but-set warnings
Jarod Wilson
1
-9
/
+2
2011-06-11
[media] [staging] lirc_imon: fix unused-but-set warnings
Jarod Wilson
1
-9
/
+1
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
[next]