summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-20/+34
|\
| * ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik2012-03-021-1/+1
| * Merge branch 'omap1' into ams-deltaTony Lindgren2012-03-021-20/+34
| |\
| | * Merge branch 'omap1-part2' into omap1Tony Lindgren2012-01-201-20/+34
| | |\
| | | * input: serio: ams-delta: toggle keyboard power over GPIOJanusz Krzysztofik2011-12-221-21/+35
| | | * ARM: OMAP1: ams-delta: register latch dependent devices laterJanusz Krzysztofik2011-12-211-1/+1
* | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-12/+1Star
|\ \ \ \
| * | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-12/+1Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-233-74/+91
|\ \ \ \
| * | | | Input: altera_ps2 - use of_match_ptr()Tobias Klauser2012-03-171-3/+1Star
| * | | | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-096-13/+37
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Input: q40kbd - convert driver to the split modelDmitry Torokhov2012-01-231-60/+79
| * | | | Input: at32psif - convert to dev_pm_opsDmitry Torokhov2012-01-231-11/+11
* | | | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-092-6/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-02-042-6/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklistIgor Murzov2012-02-031-0/+7
| | * | | Input: serio_raw - return proper result when serio_raw_read failsChe-Liang Chiou2012-02-011-6/+9
* | | | | Driver core: driver_find() drops reference before returningAlan Stern2012-01-251-1/+0Star
|/ / / /
* | | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-122-5/+17
|\| | |
| * | | Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov2012-01-111-1/+1
| * | | Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov2012-01-111-2/+2
| * | | Input: serio_raw - remove stray semicolonChe-Liang Chiou2012-01-111-1/+1
| * | | Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-111-1/+13
| |/ /
* | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-111-1/+1
|\ \ \
| * | | input: xilinx_ps2: Don't use NO_IRQMichal Simek2012-01-051-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-105-59/+19Star
|\ \ \ | | |/ | |/|
| * | Input: serio - use macro module_platform_driver()JJ Ding2011-12-014-51/+4Star
| * | Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-292-0/+15
| |\|
| * | Input: i8042 - also perform controller reset when suspendingDmitry Torokhov2011-11-051-8/+15
* | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-071-0/+2
|\ \ \ | |_|/ |/| |
| * | input: ambakmi: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| |/
* | Input: ams_delta_serio - include linux/module.hAaro Koskinen2011-11-101-0/+1
* | Input: i8042 - add HP Pavilion dv4s to 'notimeout' and 'nomux' blacklistsTomas Miljenović2011-11-051-0/+14
|/
* Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov2011-10-111-25/+29
* Input: serio_raw - kick clients when disconnecting portDmitry Torokhov2011-10-111-6/+23
* Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov2011-10-111-8/+13
* Input: serio_raw - fix coding style issuesDmitry Torokhov2011-10-111-5/+9
* Input: serio_raw - use dev_*() for messagesDmitry Torokhov2011-10-111-5/+7
* Input: serio_raw - use bool for boolean dataDmitry Torokhov2011-10-111-3/+3
* Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov2011-10-111-3/+5
* Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov2011-10-111-36/+39
* Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov2011-10-111-15/+13Star
* input: xilinx_ps2: Add missing of_address.h headerMichal Simek2011-08-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-272-2/+2
|\
| * Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin2011-07-191-1/+1
| * Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt2011-06-291-1/+1
* | Input: libps2.c: fix comment typo arrrives.Justin P. Mattock2011-06-271-1/+1
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-4/+2Star
|/
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-031-8/+2Star