| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: rcar: Remove #gpio-range-cells DT property usage | Laurent Pinchart | 2013-09-22 | 1 | -4/+3 |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -3/+3 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-09-12 | 3 | -0/+166 |
|\ |
|
| * | gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins. | David Daney | 2013-08-26 | 3 | -0/+166 |
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 1 | -2/+2 |
|\ \ |
|
| * | | gpio: implement gpio-ranges binding document fix | Stephen Warren | 2013-08-29 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2013-09-07 | 49 | -1019/+1775 |
|\ \ |
|
| * | | gpio: return -ENOTSUPP if debounce cannot be set | Linus Walleij | 2013-09-04 | 1 | -2/+5 |
| * | | gpio: improve error path in gpiolib | Linus Walleij | 2013-09-03 | 1 | -16/+25 |
| * | | gpio: add GPIO support for F71882FG and F71889F | Simon Guinot | 2013-08-30 | 3 | -0/+480 |
| * | | gpio: mcp23s08: rename the device tree property | Lars Poeschel | 2013-08-30 | 1 | -7/+34 |
| * | | gpio: samsung: Drop support for Exynos SoCs | Tomasz Figa | 2013-08-29 | 1 | -871/+0 |
| * | | gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init() | Laurent Pinchart | 2013-08-23 | 1 | -5/+4 |
| * | | gpio: pcf857x: Sort headers alphabetically | Laurent Pinchart | 2013-08-23 | 1 | -2/+2 |
| * | | gpio: max7301: Reverting "Do not force SPI speed when using OF Platform" | Christophe Leroy | 2013-08-23 | 1 | -2/+1 |
| * | | gpio: Fix bit masking in Kontron PLD GPIO driver | Brunner Michael | 2013-08-16 | 1 | -15/+9 |
| * | | gpio: pca953x: fix gpio input on gpio offsets >= 8 | Andrew Ruder | 2013-08-16 | 1 | -1/+1 |
| * | | drivers/gpio: simplify use of devm_ioremap_resource | Julia Lawall | 2013-08-16 | 2 | -12/+2 |
| * | | drivers/gpio/gpio-omap.c: convert comma to semicolon | Julia Lawall | 2013-08-16 | 1 | -1/+1 |
| * | | gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enable | Mathias Nyman | 2013-08-16 | 1 | -0/+1 |
| * | | gpio: Fix platform driver name in Kontron PLD GPIO driver | Michael Brunner | 2013-08-16 | 1 | -1/+1 |
| * | | gpio: adnp: Fix segfault if request_threaded_irq fails | Lars Poeschel | 2013-08-16 | 1 | -5/+1 |
| * | | gpio: msm: Staticize local variable 'msm_gpio' | Jingoo Han | 2013-08-16 | 1 | -1/+1 |
| * | | gpio: gpiolib-of.c: make error message more meaningful by adding the node nam... | Lothar Waßmann | 2013-08-16 | 1 | -1/+2 |
| * | | gpio: use dev_get_platdata() | Jingoo Han | 2013-08-16 | 31 | -42/+45 |
| * | | gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handler | Uwe Kleine-König | 2013-08-16 | 1 | -0/+4 |
| * | | gpio-mcp23s08: i2c: auto-select base if no DT match or platform data | Daniel M. Weeks | 2013-08-16 | 1 | -5/+4 |
| * | | gpio: palmas: Fix misreported GPIO out value | Andrew Chew | 2013-08-16 | 1 | -2/+15 |
| * | | gpio: palmas: add dt support | Laxman Dewangan | 2013-07-29 | 1 | -1/+11 |
| * | | gpio: gpio-mxc: Include "<linux/err.h>" | Fabio Estevam | 2013-07-23 | 1 | -0/+1 |
| * | | gpio: pxa: remove dead code | Daniel Mack | 2013-07-21 | 1 | -10/+3 |
| * | | gpio: em: Add pinctrl support | Magnus Damm | 2013-07-21 | 1 | -0/+25 |
| * | | gpio: Kontron PLD gpio driver | Guenter Roeck | 2013-07-21 | 3 | -0/+238 |
| * | | gpiolib: replace strict_strtol() with kstrtol() | Jingoo Han | 2013-07-21 | 1 | -4/+4 |
| * | | GPIO: gpio-twl6040: Remove support for legacy (pdata) mode | Peter Ujfalusi | 2013-07-20 | 1 | -5/+1 |
| * | | gpio: gpio-mxc: Use devm functions | Fabio Estevam | 2013-07-20 | 1 | -28/+8 |
| * | | gpio-tz1090: convert to use generic irqchip | James Hogan | 2013-07-20 | 2 | -75/+49 |
| * | | gpio-tz1090-pdc: add TZ1090 PDC gpio driver | James Hogan | 2013-07-20 | 3 | -0/+251 |
| * | | gpio-tz1090: add TZ1090 gpio driver | James Hogan | 2013-07-20 | 3 | -0/+641 |
* | | | gpio: (gpio-pca953x) move header to linux/platform_data/ | Vivien Didelot | 2013-08-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | gpio_msm: Fix build error due to missing err.h | Stephen Boyd | 2013-07-31 | 1 | -0/+1 |
* | | Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT" | Linus Walleij | 2013-07-31 | 1 | -40/+14 |
* | | Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT" | Linus Walleij | 2013-07-31 | 1 | -18/+0 |
* | | Revert "gpio/omap: fix build error when OF_GPIO is not defined." | Linus Walleij | 2013-07-31 | 1 | -14/+2 |
* | | drivers: gpio: msm: Fix the error condition for reading ngpio | Rohit Vaswani | 2013-07-20 | 1 | -1/+1 |
* | | gpio/omap: fix build error when OF_GPIO is not defined. | Javier Martinez Canillas | 2013-07-20 | 1 | -2/+14 |
* | | gpio/omap: auto request GPIO as input if used as IRQ via DT | Javier Martinez Canillas | 2013-07-20 | 1 | -0/+18 |
* | | gpio/omap: don't create an IRQ mapping for every GPIO on DT | Javier Martinez Canillas | 2013-07-20 | 1 | -14/+40 |
|/ |
|
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 | 1 | -5/+1 |
|\ |
|
| * | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 2013-06-03 | 1 | -5/+1 |