Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 1 | -0/+26 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 17 | -173/+703 |
2012-03-22 | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2012-03-19 | Merge branch 'next' into for-linus | Dmitry Torokhov | 23 | -247/+710 |
2012-03-16 | Input: synaptics_usb - switch to module_usb_driver() | Dmitry Torokhov | 1 | -12/+1 |
2012-03-16 | Input: convert I2C drivers to use module_i2c_driver() | Axel Lin | 8 | -90/+8 |
2012-03-16 | Input: convert SPI drivers to use module_spi_driver() | Axel Lin | 2 | -22/+2 |
2012-03-16 | Input: kxtj9 - who_am_i check value and initial data rate fixes | Christopher Hudson | 1 | -5/+17 |
2012-03-16 | Input: add driver support for MAX8997-haptic | Donggeun Kim | 3 | -0/+420 |
2012-03-16 | xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps | Andrew Jones | 1 | -1/+1 |
2012-03-12 | Input: twl4030-vibra - really switch from #if to #ifdef | Dmitry Torokhov | 1 | -1/+1 |
2012-03-09 | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov | 9 | -79/+23 |
2012-03-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -4/+2 |
2012-03-06 | Input: max8925_onkey - avoid accessing input device too early | Dmitry Torokhov | 1 | -47/+44 |
2012-03-06 | mfd: Add ability to wake the system for 88pm860x | Jett.Zhou | 1 | -0/+26 |
2012-03-05 | Input: max8925_onkey - allow to be used as a wakeup source | Kevin Liu | 1 | -0/+34 |
2012-03-04 | Input: add support for OnKey module for DA9052/53 PMIC | Ashish Jangam | 3 | -0/+180 |
2012-02-24 | Input: twl4030-vibra - use proper guard for PM methods | Dmitry Torokhov | 1 | -4/+2 |
2012-01-31 | Input: pcf8574_keypad - fix typo in Kconfig | Masanari Iida | 1 | -1/+1 |
2012-01-14 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 1 | -1/+1 |
2012-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -1/+1 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -2/+13 |
2012-01-10 | Input: revert some over-zealous conversions to module_platform_driver() | Dmitry Torokhov | 1 | -2/+13 |
2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 29 | -282/+703 |
2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+2 |
2012-01-08 | Merge branch 'next' into for-linus | Dmitry Torokhov | 32 | -1162/+1004 |
2012-01-09 | mfd: Unify abx500 headers in mfd/abx500 | Linus Walleij | 1 | -1/+1 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 4 | -68/+4 |
2012-01-04 | Xen: consolidate and simplify struct xenbus_driver instantiation | Jan Beulich | 1 | -5/+2 |
2011-12-24 | Input: mpu3050 - configure the sampling method | Heikki Krogerus | 1 | -5/+103 |
2011-12-24 | Input: mpu3050 - ensure we enable interrupts | Heikki Krogerus | 1 | -1/+12 |
2011-12-24 | Input: mpu3050 - add of_match table for device-tree probing | Olof Johansson | 1 | -0/+7 |
2011-12-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -2/+2 |
2011-12-12 | Input: add driver for Sharp gp2ap002a00f proximity sensor | Courtney Cavin | 3 | -1/+312 |
2011-12-12 | Input: mc13783-pwrbutton - convert to use module_platform_driver() | Axel Lin | 1 | -12/+2 |
2011-12-12 | Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq() | Xi Wang | 1 | -2/+2 |
2011-11-30 | Input: misc - use macro module_platform_driver() | JJ Ding | 20 | -247/+21 |
2011-11-30 | Input: add generic GPIO-tilt driver | Heiko Stübner | 3 | -0/+228 |
2011-11-29 | Input: remove redundant spi driver bus initialization | Lars-Peter Clausen | 1 | -1/+0 |
2011-11-29 | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 12 | -893/+314 |
2011-11-18 | USB: convert drivers/input/* to use module_usb_driver() | Greg Kroah-Hartman | 4 | -68/+4 |
2011-11-09 | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 2 | -16/+19 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -0/+5 |
2011-11-03 | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 | Linus Torvalds | 3 | -0/+293 |
2011-10-31 | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 5 | -0/+5 |
2011-10-31 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -884/+0 |
2011-10-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -7/+14 |
2011-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 8 | -26/+1038 |
2011-10-26 | Merge branch 'next' into for-linus | Dmitry Torokhov | 11 | -41/+1482 |