summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2015-10-19gpio/xilinx: enable for MIPSZubair Lutfullah Kakakhel
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart
2015-10-16gpio: pl061: use the generic request/free implementationsJonas Gorski
2015-10-16gpio: gpio-xz: use the generic request/free implementationsJonas Gorski
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski
2015-10-16gpio: omap: fix static checker warningGrygorii Strashko
2015-10-15gpio: pl061: assign the apropriate handler for irqsLinus Walleij
2015-10-15gpio: pl061: returning with lock held in pl061_irq_type()Dan Carpenter
2015-10-15gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-10-05Revert "gpio-sysfs: Use gpio descriptor name instead of gpiochip names array"Linus Walleij
2015-10-05gpio: pca953x: support ACPI devices found on Galileo Gen2Andy Shevchenko
2015-10-05gpio: pca953x: store driver_data for future useAndy Shevchenko
2015-10-05gpio: generic: use error pointersHeiner Kallweit
2015-10-05gpio: generic: modernize remappingHeiner Kallweit
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