summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Revert "gpio: set up initial state from .get_direction()"Timur Tabi1-24/+7
2020-02-28gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai1-4/+6
2020-02-05gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko1-0/+1
2020-01-23gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)1-0/+1
2020-01-23gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven1-2/+3
2020-01-12gpiolib: fix up emulated open drain outputsRussell King1-0/+8
2020-01-04gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean1-1/+2
2019-11-28gpio: max77620: Fixup debounce delaysThierry Reding1-3/+3
2019-11-25gpio: syscon: Fix possible NULL ptr usageMarek Vasut1-1/+1
2019-11-06gpio: max77620: Use correct unit for debounce timesThierry Reding1-3/+3
2019-09-21gpio: fix line flag validation in lineevent_createKent Gibson1-5/+3
2019-09-21gpio: fix line flag validation in linehandle_createKent Gibson1-1/+11
2019-09-06gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski1-2/+4
2019-08-06gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu1-2/+4
2019-08-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven1-3/+3
2019-08-04gpio: omap: ensure irq is enabled before wakeupRussell King1-7/+8
2019-08-04gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King1-0/+2
2019-06-22gpio: fix gpio-adp5588 build errorsRandy Dunlap1-0/+1
2019-06-22gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren1-8/+17
2019-05-04gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven1-1/+7
2019-04-20gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2019-04-05gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2019-04-03gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin1-2/+4
2019-03-14gpio: vf610: Mask all GPIO interruptsAndrew Lunn1-0/+5
2018-12-29gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-10gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-10-10gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-10-10gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-10-10gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-10-04gpio: Fix wrong rounding in gpio-menz127Nadav Amit1-2/+2
2018-09-26gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-09-26gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-09-19gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-09-19gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-06-16gpio: No NULL ownerLinus Walleij1-2/+7
2018-05-16gpio: fix error path in lineevent_createUwe Kleine-König1-1/+1
2018-05-16gpio: fix aspeed_gpio unmask irqGovert Overgaauw1-1/+1
2018-05-16gpioib: do not free unrequested descriptorsTimur Tabi1-2/+3
2018-04-13gpio: label descriptors using the device nameLinus Walleij1-1/+2
2018-04-13gpio: crystalcove: Do not write regular gpio registers for virtual GPIOsHans de Goede1-18/+36
2018-03-24gpio: gpio-wcove: fix GPIO IRQ status maskKuppuswamy Sathyanarayanan1-2/+4
2018-03-24gpio: gpio-wcove: fix irq pending status bit widthKuppuswamy Sathyanarayanan1-1/+1
2018-02-25gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann1-10/+3
2018-02-25gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi1-1/+1
2018-02-03gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan1-0/+3
2018-02-03gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-02-03gpio: Fix kernel stack leak to userspaceLinus Walleij1-0/+3
2018-02-03gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard1-10/+10
2017-12-14gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid1-15/+11