aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-23Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown
2018-10-16gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd
2018-10-16gpio: Drop parent irq assignment during cascade setupStephen Boyd
2018-10-15gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij
2018-10-12gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König
2018-10-10gpio: syscon: Fix possible NULL ptr usageMarek Vasut
2018-10-10gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado
2018-10-10GPIO: add single-register GPIO via CREG driverEugeniy Paltsev
2018-10-03gpio: mockup: use device properties instead of platform_dataBartosz Golaszewski
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko
2018-10-01Merge tag 'v4.19-rc6' into develLinus Walleij
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-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
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