Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | input: twl4030-vibra: Support for DT booted kernel | Peter Ujfalusi | 2012-09-18 | 1 | -2/+16 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-10-02 | 19 | -274/+520 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'next' into for-linus | Dmitry Torokhov | 2012-10-01 | 17 | -266/+497 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | * | | | | | | | Input: hgpk - use %*ph to dump small buffer | Andy Shevchenko | 2012-09-12 | 1 | -6/+3 | |
| | * | | | | | | | Input: gpio_keys_polled - fix dt pdata->nbuttons | Alexandre Pereira da Silva | 2012-09-12 | 1 | -0/+1 | |
| | * | | | | | | | Input: omap-keypad - fixed formatting | Josh | 2012-09-04 | 1 | -4/+4 | |
| | * | | | | | | | Merge tag 'v3.6-rc4' into next | Dmitry Torokhov | 2012-09-04 | 12 | -16/+225 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | * | | | | | | | Input: tegra - move platform data header | Stephen Warren | 2012-09-04 | 1 | -1/+1 | |
| | * | | | | | | | Input: wacom - add support for EMR on Cintiq 24HD touch | Jason Gerecke | 2012-09-04 | 1 | -1/+5 | |
| | * | | | | | | | Input: s3c2410_ts - make s3c_ts_pmops const | Sachin Kamat | 2012-08-31 | 1 | -1/+1 | |
| | * | | | | | | | Input: samsung-keypad - use of_get_child_count() helper | Tobias Klauser | 2012-08-21 | 1 | -4/+2 | |
| | * | | | | | | | Input: samsung-keypad - use of_match_ptr() | Tobias Klauser | 2012-08-21 | 1 | -3/+1 | |
| | * | | | | | | | Input: uinput - fix formatting | Dmitry Torokhov | 2012-08-21 | 1 | -10/+18 | |
| | * | | | | | | | Input: uinput - specify exact bit sizes on userspace APIs | Dmitry Torokhov | 2012-08-21 | 1 | -5/+6 | |
| | * | | | | | | | Input: uinput - mark failed submission requests as free | Dmitry Torokhov | 2012-08-21 | 1 | -38/+40 | |
| | * | | | | | | | Input: uinput - fix race that can block nonblocking read | Dmitry Torokhov | 2012-08-21 | 1 | -30/+44 | |
| | * | | | | | | | Input: uinput - return -EINVAL when read buffer size is too small | David Herrmann | 2012-08-21 | 1 | -0/+3 | |
| | * | | | | | | | Input: uinput - take event lock when fetching events from buffer | Dmitry Torokhov | 2012-08-21 | 1 | -3/+24 | |
| | * | | | | | | | Input: get rid of MATCH_BIT() macro | Dmitry Torokhov | 2012-08-21 | 1 | -17/+26 | |
| | * | | | | | | | Input: rotary-encoder - add DT bindings | Daniel Mack | 2012-08-21 | 1 | -16/+80 | |
| | * | | | | | | | Input: rotary-encoder - constify platform data pointers | Dmitry Torokhov | 2012-08-21 | 1 | -6/+6 | |
| | * | | | | | | | Input: rotary-encoder - use gpio_request_one() | Daniel Mack | 2012-08-21 | 1 | -25/+8 | |
| | * | | | | | | | Input: rotary-encoder - defer calls gpio_to_irq() | Daniel Mack | 2012-08-21 | 1 | -2/+3 | |
| | * | | | | | | | Input: gpio_keys_polled - convert to dt | Alexandre Pereira da Silva | 2012-08-21 | 1 | -5/+127 | |
| | * | | | | | | | Input: gpio-keys-polled - constify pointers to platform data | Dmitry Torokhov | 2012-08-21 | 1 | -7/+7 | |
| | * | | | | | | | Input: random formatting fixes | Baodong Chen | 2012-08-21 | 6 | -17/+18 | |
| | * | | | | | | | Input: twl4030-pwrbutton - report a wakeup_event on button press | NeilBrown | 2012-08-21 | 1 | -0/+1 | |
| | * | | | | | | | Input: gpio_keys - report a wakeup_event for a button press | NeilBrown | 2012-08-21 | 1 | -0/+8 | |
| | * | | | | | | | Input: gpio_keys - clean up device tree parser | Alexandre Pereira da Silva | 2012-08-21 | 1 | -81/+80 | |
| * | | | | | | | | Input: wacom - mark Intuos5 pad as in-prox when touching buttons | Jason Gerecke | 2012-09-28 | 1 | -1/+1 | |
| * | | | | | | | | Input: synaptics - adjust threshold for treating position values as negative | Seth Forshee | 2012-09-28 | 1 | -8/+23 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 3 | -9/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 2012-08-21 | 2 | -8/+2 | |
| * | | | | | | | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2012-10-01 | 9 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 2012-09-22 | 9 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: spear: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 | |
| | * | | | | | | | | | ARM: samsung: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 | |
| | * | | | | | | | | | ARM: nomadik: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 | |
| | * | | | | | | | | | ARM: w90x900: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 | |
| | * | | | | | | | | | ARM: pxa: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 3 | -3/+3 | |
| | * | | | | | | | | | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 | |
| | * | | | | | | | | | ARM: davinci: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-10-01 | 4 | -124/+38 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'cleanup/__iomem' into next/cleanup | Olof Johansson | 2012-09-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | input: rpcmouse: use __iomem pointers for MMIO | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | ARM: OMAP1: Move board-ams-delta.h from plat to mach | Tony Lindgren | 2012-09-20 | 1 | -1/+1 | |
| * | | | | | | | | ARM: omap: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 | |
| * | | | | | | | | Input: omap-keypad: Remove dependencies to mach includes | Tony Lindgren | 2012-09-12 | 2 | -121/+35 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
| | | | | | | | | ||||||
| \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ | ||||||
*---. \ \ \ \ \ \ \ | Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi... | Jiri Kosina | 2012-10-01 | 8 | -10/+91 | |
|\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | / / / / | | |_|_|_|/ / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | |