summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-011-1/+1
|\
| * input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-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-306-3/+955
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2012-07-306-3/+955
| |\ \ \
| | * | | Input: synaptics - handle out of bounds values from the hardwareSeth Forshee2012-07-251-0/+22
| | * | | Input: wacom - add support to Cintiq 22HDPing Cheng2012-07-252-3/+21
| | * | | Input: add driver for FT5x06 based EDT displaysSimon Budig2012-07-253-0/+912
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-281-0/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-281-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | | | * | | ARM: sa11x0/pxa: convert OS timer registers to IOMEMRussell King2012-07-091-0/+1
| | | |/ / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-2625-436/+1655
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'next' into for-linusDmitry Torokhov2012-07-2546-745/+2016
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Input: add MELFAS mms114 touchscreen driverJoonyoung Shim2012-07-183-0/+557
| | * | | | Input: add support for key scan interface of the LPC32xx SoCRoland Stigge2012-07-183-0/+405
| | * | | | Input: omap4-keypad - add device tree supportSourav Poddar2012-07-181-40/+87
| | * | | | Input: hanwang - add support for Art Master II tabletweixing2012-07-131-15/+42
| | * | | | Input: spear_keyboard - reconfigure operating frequency on suspendShiraz Hashim2012-07-131-2/+44
| | * | | | Input: spear_keyboard - fix clock handling during suspend/resumeShiraz Hashim2012-07-131-8/+10
| | * | | | Input: ff-memless - fix a couple min_t() castsDan Carpenter2012-07-081-2/+2
| | * | | | Input: synaptics - print firmware ID and board number at initDaniel Kurtz2012-07-082-2/+39
| | * | | | Input: spear_keyboard - generalize keyboard frequency configurationShiraz Hashim2012-07-081-6/+7
| | * | | | Input: spear_keyboard - rename bit definitions to reflect registerShiraz Hashim2012-07-081-25/+27
| | * | | | Input: spear_keyboard - use correct io accessorsShiraz Hashim2012-07-081-15/+15
| | * | | | Input: spear-keyboard - fix disable device_init_wakeup in removeVipul Kumar Samar2012-07-081-1/+1
| | * | | | Input: wacom_i2c - fix compiler warningDmitry Torokhov2012-07-081-1/+1
| | * | | | Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov2012-07-082-223/+242
| | |\ \ \ \
| | | * | | | Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"Henrik Rydberg2012-07-051-1/+4
| | | * | | | Input: atmel_mxt_ts - parse T6 reportsDaniel Kurtz2012-06-291-4/+19
| | | * | | | Input: atmel_mxt_ts - send all MT-B slots in one input reportDaniel Kurtz2012-06-291-5/+10
| | | * | | | Input: atmel_mxt_ts - use T9 reportid range to init number of mt slotsDaniel Kurtz2012-06-291-8/+8
| | | * | | | Input: atmel_mxt_ts - refactor reportid checking in mxt_interruptDaniel Kurtz2012-06-291-6/+8
| | | * | | | Input: atmel_mxt_ts - cache T9 reportid range when reading object tableDaniel Kurtz2012-06-291-35/+41
| | | * | | | Input: atmel_mxt_ts - refactor when and how object table is freedDaniel Kurtz2012-06-291-7/+16
| | | * | | | Input: atmel_mxt_ts - add detail to touchevent debug messageDaniel Kurtz2012-06-291-3/+14
| | | * | | | Input: atmel_mxt_ts - simplify event reportingDaniel Kurtz2012-06-291-76/+13Star
| | | * | | | Input: atmel_mxt_ts - add sysfs entries to read fw and hw versionDaniel Kurtz2012-06-291-0/+24
| | | * | | | Input: atmel_mxt_ts - update driver ID info loggingDaniel Kurtz2012-06-291-4/+4
| | | * | | | Input: atmel_mxt_ts - read ID information block in one i2c transactionDaniel Kurtz2012-06-291-23/+3Star
| | | * | | | Input: atmel_mxt_ts - optimize writing of object table entriesDaniel Kurtz2012-06-291-12/+12
| | | * | | | Input: atmel_mxt_ts - add variable length __mxt_write_regDaniel Kurtz2012-06-291-5/+18
| | | * | | | Input: atmel_mxt_ts - return errors from i2c layerDaniel Kurtz2012-06-291-8/+20
| | | * | | | Input: atmel_mxt_ts - print all instances when dumping objectsDaniel Kurtz2012-06-291-10/+26
| | | * | | | Input: atmel_mxt_ts - print less overhead when dumping objectsDaniel Kurtz2012-06-291-8/+4Star
| | | * | | | Input: atmel_mxt_ts - optimize reading objects in object sysfs entryDaniel Kurtz2012-06-291-20/+15Star
| | | * | | | Input: atmel_mxt_ts - use scnprintf for object sysfs entryDaniel Kurtz2012-06-291-12/+4Star
| | | * | | | Input: atmel_mxt_ts - don't read T5 when dumping objectsDaniel Kurtz2012-06-291-1/+0Star
| | | * | | | Input: atmel_mxt_ts - warn if sysfs could not be createdDaniel Kurtz2012-06-291-4/+1Star