summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-10-10gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
2018-10-10gpio: Fix crash due to registration raceVincent Whitchurch
2018-10-10gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov
2018-10-10gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede
2018-10-10gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko
2018-10-10gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich
2018-10-03gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko
2018-10-03gpio: Fix wrong rounding in gpio-menz127Nadav Amit
2018-09-26gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko
2018-09-26gpio: pxa: Fix potential NULL dereferenceWei Yongjun
2018-09-19gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev
2018-09-19gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack
2018-09-19gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires
2018-07-23gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada
2018-07-23gpio: of: Handle fixed regulator flags properlyLinus Walleij
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori
2018-05-24gpio: pxa: Include the right headerLinus Walleij
2018-05-24gpio: pl061: Include the right headerLinus Walleij
2018-05-24gpio: pch: Include the right headerLinus Walleij
2018-05-24gpio: pcf857x: Include the right headerLinus Walleij
2018-05-24gpio: pca953x: Include the right headerLinus Walleij
2018-05-24gpio: palmas: Include the right headerLinus Walleij
2018-05-24gpio: omap: Include the right headerLinus Walleij
2018-05-24gpio: octeon: Include the right headerLinus Walleij
2018-05-24gpio: mxs: Switch to SPDX identifierFabio Estevam
2018-05-24gpio: Remove VLA from stmpe driverLaura Abbott
2018-05-24gpio: mxc: Switch to SPDX identifierFabio Estevam
2018-05-24gpio: mxc: add clock operationAnson Huang
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-05-23gpio: aspeed: Use a cache of output data registersBenjamin Herrenschmidt
2018-05-23gpio: aspeed: Set output latch before changing directionBenjamin Herrenschmidt
2018-05-23gpio: pca953x: fix address calculation for pcal6524H. Nikolaus Schaller
2018-05-23gpio: pca953x: define masks for addressing common and extended registersH. Nikolaus Schaller
2018-05-23gpio: pca953x: set the PCA_PCAL flag also when matching by DTH. Nikolaus Schaller
2018-05-23gpio: pca953x: Clear irq trigger type on irq shutdownGrigoryev Denis
2018-05-23gpio: zynq: Setup chip->base based on alias IDMichal Simek
2018-05-23gpio: dwapb: Rework support for 1 interrupt per port A GPIOPhil Edworthy
2018-05-23gpio: syscon: allow fetching syscon from parent nodeHeiko Stuebner
2018-05-23gpio: zynq: simplifly getting drvdataShubhrajyoti Datta
2018-05-23gpio: zynq: Remove call to platform_get_irqShubhrajyoti Datta
2018-05-16gpio: Convert to use match_string() helperAndy Shevchenko