summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-10-01Accept partial 'gpio-line-names' property.Christophe Blaess
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko
2018-10-01gpio: htc-egpio: Remove set but not used variable 'bit'YueHaibing
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik
2018-09-28gpio: new driver to work with a 8x12 sioxUwe Kleine-König
2018-09-25gpio: Add comments on single direction chipsLinus Walleij
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado
2018-09-25gpio: Rename devres implementation fileLinus Walleij
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij
2018-09-25Merge branch 'ib-omap' into develLinus Walleij
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik
2018-09-24gpio: htc-egpio: Unique label per chipLinus Walleij
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis
2018-09-17gpio: Get rid of legacy headerLinus Walleij
2018-09-17gpio: wm8xxx: Cut down on boilerplateLinus Walleij
2018-09-17gpio: wm8xxx: Use the right headerLinus Walleij
2018-09-17gpio: xlp: Cut down on boilerplateLinus Walleij
2018-09-17gpio: xlp: Include the right headerLinus Walleij
2018-09-17gpio: vx855: Cut down on boilerplateLinus Walleij
2018-09-17gpio: vx855: Include the right headerLinus Walleij
2018-09-17gpio: viperboard: Cut down on boilerplateLinus Walleij
2018-09-17gpio: viperboard: Include the right headerLinus Walleij
2018-09-17gpio: xtensa: Cut down on boilerplateLinus Walleij
2018-09-17gpio: xtensa: Include the right headerLinus Walleij
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij
2018-09-17gpio: vr41xx: Cut down on boilerplateLinus Walleij
2018-09-17gpio: vr41xx: Include the right headerLinus Walleij
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König
2018-09-12gpio: vf610: Cut down on boilerplateLinus Walleij
2018-09-12gpio: vf610: Include the right headerLinus Walleij
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij
2018-09-10gpio-bcm-kona: use new req/relres and dis/enable_irq funcsHans Verkuil
2018-09-10gpiolib: override irq_enable/disableHans Verkuil
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil