aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2015-10-05gpio: generic: improve error handling in bgpio_mapHeiner Kallweit
2015-10-02gpio: pca953x: Add TI TCA9539 supportThierry Reding
2015-10-02gpio: max730x: eliminate double freeJulia Lawall
2015-10-02gpio: omap: convert to use generic irq handlerGrygorii Strashko
2015-10-02gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko
2015-10-02gpio: add GPIO support for IT87xx, replacing gpio-it8761eDiego Elio Pettenò
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme
2015-10-02gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald
2015-10-02gpio: Fix error checking in the function device_pca957x_initNicholas Krause
2015-10-02gpio: ath79: Convert to the state container design patternAlban Bedel
2015-10-02gpio: msm: Remove unused driverStephen Boyd
2015-10-02gpio: zynq: use container_of() to get state containerLinus Walleij
2015-10-02gpio: vf610: use container_of() to get state containerLinus Walleij
2015-10-02gpio: sx150x: use container_of() to get state containerLinus Walleij
2015-10-02gpio: altera: use container_of() to get state containerLinus Walleij
2015-10-02gpio: etraxfs: use container_of() to get state containerLinus Walleij
2015-10-02gpio: pl061: detail IRQ trigger handlingLinus Walleij
2015-09-24gpio: keep the GPIO line names internalLinus Walleij
2015-09-24gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann
2015-09-24gpio-sysfs: Use gpio descriptor name instead of gpiochip names arrayMarkus Pargmann
2015-09-24gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann
2015-09-24gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki
2015-09-15ACPI / gpio: Split acpi_get_gpiod_by_index()Rafael J. Wysocki
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson
2015-09-14gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel
2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel
2015-08-31Revert "gpio: extraxfs: fix returnvar.cocci warnings"Linus Walleij
2015-08-27gpio: tc3589x: use static container helperLinus Walleij
2015-08-26gpio: xlp: fix error return codeJulia Lawall
2015-08-26gpio: vf610: handle level IRQ's properlyStefan Agner
2015-08-26gpio: max732x: Fix error handling in probe()Nicholas Krause
2015-08-26gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko
2015-08-26gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko
2015-08-26gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko
2015-08-26gpio: omap: switch to use platform_get_irqGrygorii Strashko