| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: serio: convert bus code to use drv_groups | Greg Kroah-Hartman | 2013-08-25 | 1 | -10/+11 |
* | Input: serio - remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 2012-11-24 | 1 | -11/+0 |
* | Driver core: driver_find() drops reference before returning | Alan Stern | 2012-01-24 | 1 | -1/+0 |
* | Input: serio/gameport - use 'long' system workqueue | Dmitry Torokhov | 2011-02-23 | 1 | -1/+1 |
* | Input: serio - clear pending rescans after sysfs driver rebind | Duncan Laurie | 2011-02-02 | 1 | -4/+7 |
* | Input: serio - convert to common workqueue instead of a thread | Dmitry Torokhov | 2010-11-18 | 1 | -86/+69 |
* | Input: serio - support multiple child devices per single parent | Dmitry Eremin-Solenikov | 2010-10-13 | 1 | -43/+81 |
* | Input: serio - do not include linux/freezer.h | Dmitry Torokhov | 2010-09-14 | 1 | -1/+0 |
* | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 2010-01-21 | 1 | -9/+2 |
|\ |
|
| * | Input: serio - do not mark kseriod freezable anymore | Dmitry Torokhov | 2009-12-24 | 1 | -9/+2 |
* | | Input: serio - use pr_xxx() and dev_xxx() helpers | Dmitry Torokhov | 2010-01-06 | 1 | -42/+35 |
* | | Input: serio - use list_first_entry() helper | Dmitry Torokhov | 2010-01-06 | 1 | -20/+11 |
* | | Input: serio - let device core tell us if device was registered | Dmitry Torokhov | 2010-01-06 | 1 | -6/+2 |
* | | Input: serio - use device core to create 'id' attribute group | Dmitry Torokhov | 2010-01-06 | 1 | -8/+9 |
|/ |
|
* | Input: serio - switch to using dev_pm_ops | Dmitry Torokhov | 2009-07-26 | 1 | -12/+11 |
* | Input: mark serio and i8042 as suspended when hibernating too | Thadeu Lima de Souza Cascardo | 2009-07-07 | 1 | -3/+4 |
* | Input: serio - do not use deprecated dev.power.power_state | Dmitry Torokhov | 2009-05-09 | 1 | -18/+19 |
* | Input: serio - rearrange EXPORT_SYMBOL() markings | Dmitry Torokhov | 2009-04-17 | 1 | -11/+10 |
* | Input: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-10-30 | 1 | -2/+2 |
* | Input: serio - offload resume to kseriod | Shaohua Li | 2008-07-23 | 1 | -18/+37 |
* | Input: serio - remove pending events when unregistering driver | Dmitry Torokhov | 2008-06-02 | 1 | -3/+6 |
* | freezer: introduce freezer-friendly waiting macros | Rafael J. Wysocki | 2007-10-18 | 1 | -2/+1 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -8/+3 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+1 |
* | Input: serio - take drv_mutex in serio_cleanup() | Dmitry Torokhov | 2007-06-29 | 1 | -0/+2 |
* | Input: serio - do not touch bus's rwsem | Dmitry Torokhov | 2007-04-27 | 1 | -26/+15 |
* | Input: i8042 - let serio bus suspend ports | Dmitry Torokhov | 2007-02-18 | 1 | -1/+35 |
* | SERIO: add the sysfs driver name to all modules | Greg Kroah-Hartman | 2007-02-07 | 1 | -2/+4 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-12-08 | 1 | -0/+1 |
|\ |
|
| * | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
* | | Input: serio - make serio_register_driver() return errors | Dmitry Torokhov | 2006-11-23 | 1 | -33/+74 |
* | | Input: serio - remove serio_unregister_port_delayed() | Dmitry Torokhov | 2006-11-17 | 1 | -18/+0 |
* | | Input: serio - rearrange serio_bus initialization | Marton Nemeth | 2006-11-02 | 1 | -11/+11 |
|/ |
|
* | Input: serio core - handle errors returned by device_bind_driver() | Dmitry Torokhov | 2006-10-12 | 1 | -2/+14 |
* | Input: serio - add lockdep annotations | Jiri Kosina | 2006-10-11 | 1 | -1/+5 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | Input: serio/gameport - check whether driver core calls succeeded | Randy Dunlap | 2006-07-19 | 1 | -14/+51 |
* | Input: serio - fix memory leak | Adrian Bunk | 2006-03-14 | 1 | -0/+1 |
* | Input: initialize serio and gameport at subsystem level | Dmitry Torokhov | 2006-02-19 | 1 | -1/+1 |
* | Input: serio - semaphore to mutex conversion | Arjan van de Ven | 2006-02-19 | 1 | -22/+23 |
* | [PATCH] Add serio bus_type probe and remove methods | Russell King | 2006-01-13 | 1 | -5/+7 |
* | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 2006-01-04 | 1 | -11/+11 |
* | Input: make serio and gameport more swsusp friendly | Dmitry Torokhov | 2005-11-20 | 1 | -3/+9 |
* | Input: serio - add modalias attribute and environment variable to | Dmitry Torokhov | 2005-06-30 | 1 | -16/+26 |
* | Commit the manual part of the input layer merge. | Linus Torvalds | 2005-06-27 | 1 | -27/+62 |
* | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk... | Yani Ioannou | 2005-06-20 | 1 | -8/+8 |
* | [PATCH] serio 'id' attributes | Dmitry Torokhov | 2005-05-17 | 1 | -4/+20 |
* | [PATCH] serio resume fix | Dmitry Torokhov | 2005-05-17 | 1 | -1/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+859 |