summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-211-0/+2
* Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-9/+17
|\
| * param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-9/+17
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-5/+5
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-102-13/+17
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2010-08-102-13/+17
| |\ \
| | * | Input: adxl34x - do not mark device as disabled on startupMichael Hennerich2010-08-051-1/+0
| | * | Input: switch to input_abs_*() access functionsDaniel Mack2010-08-021-12/+17
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptIan Campbell2010-07-291-1/+2
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-7/+5
|\ \ \ \
| * | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-7/+5
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+1
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into for-nextJiri Kosina2010-06-169-20/+196
| |\ \ \
| * | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | | | | Merge branch 'next' into for-linusDmitry Torokhov2010-08-0210-30/+1528
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Input: adxl34x - fix leak and use after freeDan Carpenter2010-07-221-4/+3
| * | | Input: Add pwm beeper driverLars-Peter Clausen2010-07-143-0/+211
| * | | Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov2010-07-131-15/+8
| * | | Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin2010-07-131-8/+6
| * | | Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin2010-07-131-0/+1
| * | | Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen2010-07-081-6/+6
| * | | Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-034-48/+70
| * | | Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-06-303-4/+1
| |\ \ \ | | | |/ | | |/|
| * | | Input: wistron_btns - fix a memory leak in wb_module_init error pathAxel Lin2010-06-281-1/+3
| * | | Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich2010-06-251-4/+58
| * | | Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich2010-06-256-0/+1218
* | | | Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov2010-06-223-4/+1
|\ \ \ \ | | |/ / | |/| |
| * | | hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann2010-06-081-1/+1
| * | | i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-032-3/+0
| |/ /
* | | Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()Dan Carpenter2010-06-051-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-275-3/+162
|\ \
| * | Input: twl4030-vibra - correct the power down sequencePeter Ujfalusi2010-05-221-1/+1
| * | Input: enable onkey driver of max8925Haojian Zhuang2010-05-223-0/+159
| * | Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-201-2/+2
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-10/+24
|\ \ \
| * | | drivers: Push down BKL into various driversArnd Bergmann2010-05-171-10/+24
* | | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2216-66/+1938
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-206-55/+37
| |\ \ \
| | * | | USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-206-31/+29
| | * | | USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-203-24/+8
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-209-3/+1889
| |\ \ \ | | | |/ | | |/|
| | * | Input: wistron_btns - switch to using kmemdup()Julia Lawall2010-05-191-2/+2
| | * | Input: 88pm860x_onkey - remove invalid irq number assignmentHaojian Zhuang2010-05-191-1/+0
| | * | Merge commit 'v2.6.34' into nextDmitry Torokhov2010-05-191-5/+9
| | |\ \ | | | |/
| | * | Input: ad714x - add support for the AD7143/8/7A partsBarry Song2010-04-133-7/+26
| | * | Input: add Analog Devices AD714x captouch input driverBryan Wu2010-04-136-0/+1630
| | * | Input: add PCF8574 I2C keypad input device driverBryan Wu2010-04-133-0/+238
OpenPOWER on IntegriCloud