summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-1844-158/+456
|\
| * Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi2012-11-241-2/+1
| * Input: remove use of __devexitBill Pemberton2012-11-2440-43/+43
| * Input: remove use of __devinitBill Pemberton2012-11-2441-67/+66
| * Input: remove use of __devinitdataBill Pemberton2012-11-241-1/+1
| * Input: remove use of __devexit_pBill Pemberton2012-11-2440-41/+41
| * Input: add Retu power button driver.Aaro Koskinen2012-11-103-0/+110
| * Merge tag 'v3.7-rc4' into next to sync up Wacom bitsDmitry Torokhov2012-11-081-1/+4
| |\
| * | Input: pwm-beeper - add devicetree probing supportSascha Hauer2012-11-032-2/+14
| * | Input: add DA9055 Onkey driverAshish Jangam2012-10-303-0/+182
| * | Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov2012-10-303-20/+19
| |\ \
| * | | Input: remove CONFIG_EXPERIMENTAL from miscellaneous driversKees Cook2012-10-251-5/+2
| * | | Input: wm831x-on - convert to devm_kzalloc()Mark Brown2012-10-111-3/+2
| * | | Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2012-10-011-1/+1
| |\ \ \
* | \ \ \ Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-161-17/+5
|\ \ \ \ \
| * | | | | Input: da9052_onkey.c: Convert to the new da9052 interrupt functions.Fabio Estevam2012-11-201-17/+5
| | |_|_|/ | |/| | |
* | | | | Input - arizona-haptics: Add driver haptics module on Arizona CODECsMark Brown2012-11-283-0/+266
|/ / / /
* | | | xen-kbdfront: handle backend CLOSED without CLOSINGDavid Vrabel2012-10-301-1/+4
| |_|/ |/| |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-081-16/+1
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-061-16/+1
| |\ \ \ \ \
| | | | * | | Input: atlas_btns - convert to module_acpi_driver()Mika Westerberg2012-09-211-16/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-2/+16
|\ \ \ \ \ \
| * | | | | | input: twl4030-vibra: Support for DT booted kernelPeter Ujfalusi2012-09-181-2/+16
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-023-120/+218
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2012-10-013-120/+218
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Merge tag 'v3.6-rc4' into nextDmitry Torokhov2012-09-045-3/+182
| | |\ \ \ \ | | | |/ / /
| | * | | | Input: uinput - fix formattingDmitry Torokhov2012-08-211-10/+18
| | * | | | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-211-5/+6
| | * | | | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-211-38/+40
| | * | | | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-211-30/+44
| | * | | | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-211-0/+3
| | * | | | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-211-3/+24
| | * | | | Input: rotary-encoder - add DT bindingsDaniel Mack2012-08-211-16/+80
| | * | | | Input: rotary-encoder - constify platform data pointersDmitry Torokhov2012-08-211-6/+6
| | * | | | Input: rotary-encoder - use gpio_request_one()Daniel Mack2012-08-211-25/+8
| | * | | | Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack2012-08-211-2/+3
| | * | | | Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown2012-08-211-0/+1
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi...Jiri Kosina2012-10-011-2/+2
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | / / / | | | | |/ / / | | | |/| / / | | | |_|/ / | | |/| | / | |_|_|_|/ |/| | | |
| * | | | Revert "input: ab8500-ponkey: Create AB8500 domain IRQ mapping"Dmitry Torokhov2012-09-191-2/+2
| | |/ / | |/| |
* | | | Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
|/ / /
* | | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-304-2/+181
|\ \ \
| * | | input: Add onkey support for 88PM80X PMICQiao Zhou2012-07-253-0/+179
| * | | input: ab8500-ponkey: Create AB8500 domain IRQ mappingLee Jones2012-07-161-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-262-18/+33
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-072-4/+7
| |\ \
| * \ \ Merge commit 'v3.5-rc5' into nextDmitry Torokhov2012-07-045-35/+67
| |\ \ \
| * | | | Input: twl6040-vibra - update for device tree supportPeter Ujfalusi2012-06-121-18/+24
| * | | | Input: ab8500-ponkey - add device tree supportLee Jones2012-06-121-0/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into for-nextJiri Kosina2012-06-291-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud