| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-03-03 |
|\ |
|
| * | input: disable i8042 PC Keyboard controller for s390 | Heiko Carstens | 2013-02-28 |
* | | parisc: check return value of down_interruptible() in hp_sdc_rtc.c | Helge Deller | 2013-03-02 |
|/ |
|
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2013-02-24 |
|\ |
|
| * | mfd: max8925: Fix onkey driver irq base | Qing Xu | 2013-02-13 |
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * | | ARM: tegra: migrate to new clock code | Prashant Gaikwad | 2013-01-28 |
| |/ |
|
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * | | input: drop unnecessary dependencies on TTY | Joe Millenbach | 2013-02-06 |
| * | | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 |
| |/ |
|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * | | Input: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 |
| |/ |
|
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-02-20 |
|\ \ |
|
| * | | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 2013-01-25 |
| |/ |
|
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-02-20 |
|\ \ |
|
| * | | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() | Grant Likely | 2013-02-13 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2013-02-20 |
|\ \ |
|
| * \ | Merge branch 'next' into for-linus | Dmitry Torokhov | 2013-02-20 |
| |\ \ |
|
| | * | | Input: cyttsp-spi - remove duplicate MODULE_ALIAS() | Dmitry Torokhov | 2013-02-17 |
| | * | | Input: tsc2005 - add MODULE_ALIAS | Pali Rohár | 2013-02-17 |
| | * | | Input: tegra-kbc - require CONFIG_OF, remove platform data | Stephen Warren | 2013-02-15 |
| | * | | Input: synaptics - initialize pointer emulation usage | Henrik Rydberg | 2013-02-15 |
| | * | | Input: MT - do not apply filtering on emulated events | Henrik Rydberg | 2013-02-15 |
| | * | | Input: bma150 - make some defines public and fix some comments | Michael Trimarchi | 2013-02-15 |
| | * | | Input: bma150 - fix checking pm_runtime_get_sync() return value | Michael Trimarchi | 2013-02-15 |
| | * | | Input: ALPS - enable trackstick on Rushmore touchpads | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - add support for "Rushmore" touchpads | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - make the V3 packet field decoder "pluggable" | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - move pixel and bitmap info into alps_data struct | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - fix command mode check | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - rework detection of Pinnacle AGx touchpads | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults() | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - use function pointers for different protocol handlers | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - rework detection sequence | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - introduce helper function for repeated commands | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - move alps_get_model() down below hw_init code | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - copy "model" info into alps_data struct | Kevin Cernekee | 2013-02-14 |
| | * | | Input: ALPS - document the alps.h data structures | Kevin Cernekee | 2013-02-14 |
| | * | | Input: wacom - add support for DTH-2242 | Ping Cheng | 2013-02-13 |
| | * | | Input: cyapa - add support for smbus protocol | Benson Leung | 2013-02-13 |
| | * | | Input: synaptics - fix 1->3 contact transition reporting | Daniel Kurtz | 2013-02-13 |
| | * | | Input: add couple of missing GENERIC_HARDIRQS dependencies | Heiko Carstens | 2013-02-13 |
| | * | | Input: twl6040-vibra - use system workqueue | Peter Ujfalusi | 2013-01-25 |
| | * | | Input: twl6040-vibra - code cleanup in probe with devm_* conversion | Peter Ujfalusi | 2013-01-25 |
| | * | | Input: goldfish - virtual input event driver | Brian Swetland | 2013-01-25 |
| | * | | Input: walkera0701 - claim parport when opening the device | Dmitry Torokhov | 2013-01-21 |
| | * | | Input: walkera0701 - use proper error codes | Dmitry Torokhov | 2013-01-21 |
| | * | | Input: walkera0701 - switch to using pr_xxx() for messages | Dmitry Torokhov | 2013-01-21 |
| | * | | Input: walkera0701 - set up input device's parent | Dmitry Torokhov | 2013-01-21 |
| | * | | Input: atkbd - fix multi-byte scancode handling on reconnect | Shawn Nematbakhsh | 2013-01-21 |