Show patches with: Submitter = David Härdeman       |    State = Action Required       |   165 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
lirc_dev: sanitize locking (v2) - - - --- 2017-06-30 David Härdeman New
[19/19] lirc_dev: consistent device registration printk - - - --- 2017-06-25 David Härdeman New
[18/19] ir-lirc-codec: move the remaining fops over from lirc_dev - - - --- 2017-06-25 David Härdeman New
[17/19] ir-lirc-codec: merge lirc_dev_fop_ioctl into ir_lirc_ioctl - - - --- 2017-06-25 David Härdeman New
[16/19] lirc_dev: merge struct irctl into struct lirc_dev - - - --- 2017-06-25 David Härdeman New
[15/19] lirc_zilog: use a dynamically allocated lirc_dev - - - --- 2017-06-25 David Härdeman New
[14/19] lirc_zilog: add a pointer to the parent device to struct IR - - - --- 2017-06-25 David Härdeman New
[13/19] lirc_dev: remove the BUFLEN define - - - --- 2017-06-25 David Härdeman New
[12/19] lirc_dev: introduce lirc_allocate_device and lirc_free_device - - - --- 2017-06-25 David Härdeman New
[11/19] lirc_dev: rename struct lirc_driver to struct lirc_dev - - - --- 2017-06-25 David Härdeman New
[10/19] lirc_dev: use an IDA instead of an array to keep track of registered devices - - - --- 2017-06-25 David Härdeman New
[09/19] lirc_dev: sanitize locking - - - --- 2017-06-25 David Härdeman New
[08/19] lirc_dev: change irctl->attached to be a boolean - - - --- 2017-06-25 David Härdeman New
[07/19] lirc_dev: remove kmalloc in lirc_dev_fop_read() - - - --- 2017-06-25 David Härdeman New
[06/19] lirc_dev: make chunk_size and buffer_size mandatory - - - --- 2017-06-25 David Härdeman New
[05/19] lirc_dev: make better use of file->private_data - - - --- 2017-06-25 David Härdeman New
[04/19] lirc_dev: use cdev_device_add() helper function - - - --- 2017-06-25 David Härdeman New
[03/19] lirc_dev: remove min_timeout and max_timeout - - - --- 2017-06-25 David Härdeman New
[02/19] lirc_dev: remove support for manually specifying minor number - - - --- 2017-06-25 David Härdeman New
[01/19] lirc_dev: clarify error handling - - - --- 2017-06-25 David Härdeman New
[2/2] rc-main: remove input events for repeat messages - - - --- 2017-06-22 David Härdeman New
[1/2] rc-core: consistent use of rc_repeat() - - - --- 2017-06-22 David Härdeman New
rc-core: cleanup rc_register_device (v2) - - - --- 2017-05-03 David Härdeman New
[7/7] rc-core: tm6000 - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[6/7] rc-core: cx231xx - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[5/7] rc-core: ir-raw - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[4/7] rc-core: sanyo - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[3/7] rc-core: img-nec-decoder - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[2/7] rc-core: img-ir - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[1/7] rc-core: ati_remote - leave the internals of rc_dev alone - - - --- 2017-05-01 David Härdeman New
[16/16] lirc_dev: cleanup header - - - --- 2017-05-01 David Härdeman New
[15/16] lirc_dev: remove name from struct lirc_driver - - - --- 2017-05-01 David Härdeman New
[14/16] lirc_dev: cleanup includes - - - --- 2017-05-01 David Härdeman New
[13/16] lirc_dev: use an ida instead of a hand-rolled array to keep track of minors - - - --- 2017-05-01 David Härdeman New
[12/16] lirc_dev: return POLLHUP and POLLERR when device is gone - - - --- 2017-05-01 David Härdeman New
[11/16] lirc_dev: remove unused module parameter - - - --- 2017-05-01 David Härdeman New
[10/16] lirc_dev: remove superfluous get/put_device() calls - - - --- 2017-05-01 David Härdeman New
[09/16] lirc_dev: remove lirc_irctl_init() and lirc_cdev_add() - - - --- 2017-05-01 David Härdeman New
[08/16] lirc_zilog: remove module parameter minor - - - --- 2017-05-01 David Härdeman New
[07/16] lirc_dev: merge lirc_register_driver() and lirc_allocate_driver() - - - --- 2017-05-01 David Härdeman New
[06/16] lirc_dev: make fops mandatory - - - --- 2017-05-01 David Härdeman New
[05/16] lirc_dev: clarify error handling - - - --- 2017-05-01 David Härdeman New
[04/16] lirc_dev: remove sampling kthread - - - --- 2017-05-01 David Härdeman New
[03/16] lirc_dev: correct error handling - - - --- 2017-05-01 David Härdeman New
[02/16] lirc_dev: remove unused set_use_inc/set_use_dec - - - --- 2017-05-01 David Härdeman New
[01/16] lirc_dev: remove pointless functions - - - --- 2017-05-01 David Härdeman New
ir-lirc-codec: let lirc_dev handle the lirc_buffer (v3) - - - --- 2017-05-01 David Härdeman New
ir-lirc-codec: let lirc_dev handle the lirc_buffer (v2) - - - --- 2017-04-29 David Härdeman New
[RFC] rc-core: report protocol information to userspace - - - --- 2017-04-29 David Härdeman New
rc-core: export the hardware type to sysfs - - - --- 2017-04-29 David Härdeman New
ir-lirc-codec: let lirc_dev handle the lirc_buffer - - - --- 2017-04-28 David Härdeman New
rc-core: add protocol to EVIOC[GS]KEYCODE_V2 ioctl (alternative approach) - - - --- 2017-04-28 David Härdeman New
[6/6] rc-core: add protocol to EVIOC[GS]KEYCODE_V2 ioctl - - - --- 2017-04-27 David Härdeman New
[5/6] rc-core: use the full 32 bits for NEC scancodes - - - --- 2017-04-27 David Härdeman New
[4/6] rc-core: use the full 32 bits for NEC scancodes in wakefilters - - - --- 2017-04-27 David Härdeman New
[3/6] rc-core: cleanup rc_register_device pt2 - - - --- 2017-04-27 David Härdeman New
[2/6] rc-core: cleanup rc_register_device - - - --- 2017-04-27 David Härdeman New
[1/6] rc-core: fix input repeat handling - - - --- 2017-04-27 David Härdeman New
rc-core: use the full 32 bits for NEC scancodes in wakefilters - - - --- 2017-04-18 David Härdeman New
rc-core: use the full 32 bits for NEC scancodes - - - --- 2017-04-18 David Härdeman New
rc-core: improve the lirc protocol reporting - - - --- 2015-07-22 David Härdeman New
[7/7,FIXES] Revert "[media] rc: rc-ir-raw: Add scancode encoder callback" - - - --- 2015-07-20 David Härdeman New
[6/7,FIXES] Revert "[media] rc: rc-ir-raw: Add Manchester encoder (phase encoder) helper" - - - --- 2015-07-20 David Härdeman New
[5/7,FIXES] Revert "[media] rc: ir-rc5-decoder: Add encode capability" - - - --- 2015-07-20 David Härdeman New
[4/7,FIXES] Revert "[media] rc: ir-rc6-decoder: Add encode capability" - - - --- 2015-07-20 David Härdeman New
[3/7,FIXES] Revert "[media] rc: rc-core: Add support for encode_wakeup drivers" - - - --- 2015-07-20 David Härdeman New
[2/7,FIXES] Revert "[media] rc: rc-loopback: Add loopback of filter scancodes" - - - --- 2015-07-20 David Härdeman New
[1/7,FIXES] Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filte… - - - --- 2015-07-20 David Härdeman New
[4/4] lmedm04: NEC scancode cleanup - - - --- 2015-05-19 David Härdeman New
[3/4] rc-core: remove the LIRC "protocol" - - - --- 2015-05-19 David Härdeman New
[2/4] rc-core: use an IDA rather than a bitmap - - 1 --- 2015-05-19 David Härdeman New
[1/4] rc-core: fix remove uevent generation - - - --- 2015-05-19 David Härdeman New
[4/4] ir-keytable: allow protocol for scancode-keycode mappings - - - --- 2015-04-06 David Härdeman New
[3/4] ir-keytable: cleanup keytable code - - - --- 2015-04-06 David Härdeman New
[2/4] ir-keytable: replace more sysfs if-else code with loops - - - --- 2015-04-06 David Härdeman New
[1/4] ir-keytable: clarify the meaning of ir protocols - - - --- 2015-04-06 David Härdeman New
[2/2] rc-core: don't throw away protocol information - - - --- 2015-04-06 David Härdeman New
[1/2] rc-core: use the full 32 bits for NEC scancodes - - - --- 2015-04-06 David Härdeman New
[2/2] rc-core: don't throw away protocol information - - - --- 2015-04-02 David Härdeman New
[1/2] rc-core: use the full 32 bits for NEC scancodes - - - --- 2015-04-02 David Härdeman New
rc-core: use an IDA rather than a bitmap - - - --- 2015-04-02 David Härdeman New
rc-core: fix dib0700 scancode generation for RC5 - - - --- 2015-03-30 David Härdeman New
rc-core: fix dib0700 scancode generation for RC5 - - - --- 2015-02-25 David Härdeman New
rc-core: fix toggle handling in the rc6 decoder - - - --- 2014-11-20 David Härdeman New
[v2,1/2,media] rc-core: fix protocol_change regression in ir_raw_event_register - - - --- 2014-10-25 David Härdeman New
[3/3] rc-core: remove generic scancode filter - - - --- 2014-04-04 David Härdeman New
[2/3] rc-core: split dev->s_filter - - - --- 2014-04-04 David Härdeman New
[1/3] rc-core: do not change 32bit NEC scancode format for now - - - --- 2014-04-04 David Härdeman New
[49/49] rc-core: make rc-core.h userspace friendly - - - --- 2014-04-03 David Härdeman New
[48/49] rc-core: move remaining keytable functions - - - --- 2014-04-03 David Härdeman New
[47/49] rc-core: add keytable events - - - --- 2014-04-03 David Härdeman New
[46/49] rc-core: use struct rc_event for all rc communication - - - --- 2014-04-03 David Härdeman New
[45/49] rc-ir-raw: add various rc_events - - - --- 2014-04-03 David Härdeman New
[44/49] rc-core: don't report scancodes via input devices - - - --- 2014-04-03 David Härdeman New
[43/49] rc-core: fix various sparse warnings - - - --- 2014-04-03 David Härdeman New
[42/49] rc-ir-raw: atomic reads of protocols - - - --- 2014-04-03 David Härdeman New
[41/49] rc-core: rename mutex - - - --- 2014-04-03 David Härdeman New
[40/49] rc-ir-raw: simplify locking - - - --- 2014-04-03 David Härdeman New
[39/49] rc-core: make IR raw handling a separate module - - - --- 2014-04-03 David Härdeman New
[38/49] rc-core: rename ir-raw.c - - - --- 2014-04-03 David Härdeman New
« 1 2 »