summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2019-09-16gpio: fix gpio-adp5588 build errorsRandy Dunlap
2019-09-16gpio: vf610: Do not share irq_chipAndrey Smirnov
2019-09-16gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren
2019-05-23gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang
2019-05-23gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven
2019-05-23gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu
2019-05-15gpio: eic: sprd: Fix incorrect irq type setting for the sync EICBaolin Wang
2019-05-05gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik
2019-04-12gpio: gpio-omap: fix level interrupt idlingRussell King
2019-04-07gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin
2019-04-07gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu
2019-03-26gpio: pca953x: Fix dereference of irq data in shutdownMark Walton
2019-03-20gpio: vf610: Mask all GPIO interruptsAndrew Lunn
2019-03-08gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel
2019-02-19gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou
2019-02-19gpio: sprd: Fix the incorrect data registerNeo Hou
2019-02-19gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros
2019-02-19gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski
2019-02-19gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin
2019-02-05gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam
2019-01-14gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König
2019-01-12gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy
2018-12-30gpio: mockup: fix indicated directionBartosz Golaszewski
2018-12-30gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik
2018-12-15gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy
2018-11-13gpio: brcmstb: allow 0 width GPIO banksJustin Chen
2018-11-10gpio: mxs: Get rid of external API callLinus Walleij
2018-11-04gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
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