aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+4
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar1-0/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-12input: Misc/hp_sdc_rtc: semaphore cleanupThomas Gleixner1-2/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-09-19Input: uinput - setup MT usage during device creationHenrik Rydberg1-0/+7
2010-08-21Input: uinput - add devname alias to allow module on-demand loadKay Sievers1-0/+2
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-9/+17
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-9/+17
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-13/+17
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov2-13/+17
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-5/+5
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-7/+5
2010-08-05Input: adxl34x - do not mark device as disabled on startupMichael Hennerich1-1/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-12/+17
2010-08-02Merge branch 'next' into for-linusDmitry Torokhov10-30/+1528
2010-07-29ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptIan Campbell1-1/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-7/+5
2010-07-22Input: adxl34x - fix leak and use after freeDan Carpenter1-4/+3
2010-07-14Input: Add pwm beeper driverLars-Peter Clausen3-0/+211
2010-07-13Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov1-15/+8
2010-07-13Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin1-8/+6
2010-07-13Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin1-0/+1
2010-07-08Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen1-6/+6
2010-07-03Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov4-48/+70
2010-06-30Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov3-4/+1
2010-06-28Input: wistron_btns - fix a memory leak in wb_module_init error pathAxel Lin1-1/+3
2010-06-25Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich1-4/+58
2010-06-25Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich6-0/+1218
2010-06-22Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov3-4/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina9-20/+196
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-08hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann1-1/+1
2010-06-05Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()Dan Carpenter1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2-3/+0
2010-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-3/+162
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-10/+24
2010-05-22Input: twl4030-vibra - correct the power down sequencePeter Ujfalusi1-1/+1
2010-05-22Input: enable onkey driver of max8925Haojian Zhuang3-0/+159
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely16-66/+1938
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+10
2010-05-20Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack1-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds6-55/+37
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack6-31/+29
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern3-24/+8