summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König2015-07-271-11/+38
* gpio: mpc8xxx: constify of_device_idUwe Kleine-König2015-07-271-1/+1
* gpio: document interaction with other subsystemsLinus Walleij2015-07-213-5/+102
* Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2015-07-1718-65/+55
|\
| * gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-141-4/+2
| * gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner2015-07-141-4/+4
| * gpio/msm-v2: Avoid redundant lookup of irq_dataThomas Gleixner2015-07-141-13/+5
| * gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removalThomas Gleixner2015-07-141-2/+2
| * gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+1
| * gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+3
| * gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+2
| * gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-1410-15/+14
| * gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu2015-07-141-1/+1
| * gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * gpio/pch: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * gpio/omap: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * gpio/msm-v2: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
| * gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-1/+1
| * gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-141-2/+2
| * gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * gpio/tz1090: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * gpio/timberdale: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+1
| * gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| * gpio/mpc8xxx: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-4/+3
* | gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov2015-07-171-1/+1
* | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij2015-07-1713-155/+88
|\ \
| * | gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-063-76/+40
| * | usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-062-3/+5
| * | usb: dwc3: pci: make better use of gpiod APIUwe Kleine-König2015-07-061-10/+16
| * | phy: tusb1210: make better use of gpiod APIUwe Kleine-König2015-07-061-18/+12
| * | NFC: nxp-nci_i2c: use flags argument of devm_gpiod_get_indexUwe Kleine-König2015-07-061-7/+3
| * | media: i2c/adp1653: set enable gpio to outputUwe Kleine-König2015-07-061-1/+1
| * | iio: magn: bmc150: use flags argument of devm_gpiod_getUwe Kleine-König2015-07-061-5/+1
| * | iio: light: stk3310: use flags argument of devm_gpiod_getUwe Kleine-König2015-07-061-5/+1
| * | drm/tilcdc: panel: make better use of gpiod APIUwe Kleine-König2015-07-061-15/+7
| * | drm/msm/dp: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-07-061-15/+2
* | | gpio: etraxfs: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-171-2/+2
* | | gpiolib: remove unneeded assignationLaurent Navet2015-07-161-1/+1
* | | gpio: 74xx: Fix build warning about void to integer castNicholas Krause2015-07-161-1/+1
* | | gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko2015-07-161-0/+3
* | | gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko2015-07-161-0/+5
* | | gpio: pcf857x: get rid of slock spinlockGrygorii Strashko2015-07-161-9/+5
* | | gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven2015-07-161-4/+16
* | | gpio: em: Remove obsolete platform data supportGeert Uytterhoeven2015-07-162-37/+8
* | | gpio: zx: Add ZTE zx296702 GPIO supportJun Nie2015-07-163-0/+331
* | | gpio: Document ZTE zx296702 GPIO DT bindingJun Nie2015-07-161-0/+24
* | | gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada2015-07-161-4/+1
* | | gpio: mvebu: kill bogus dependency on GPIO_GENERICMasahiro Yamada2015-07-161-1/+0
* | | gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada2015-07-161-1/+1
* | | gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada2015-07-161-1/+1
OpenPOWER on IntegriCloud