summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: pcf857x: Fix missing first interruptMaxim Kiselev2021-03-031-1/+1
* gpio: tc35894: fix up tc35894 interrupt configurationdillon min2020-10-141-1/+1
* gpio: fix oops resulting from calling of_get_named_gpio(NULL, ...)Uwe Kleine-König2020-08-211-1/+1
* gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren2020-06-031-0/+1
* Revert "gpio: set up initial state from .get_direction()"Timur Tabi2020-04-241-24/+7
* gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai2020-02-281-4/+6
* gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko2020-02-051-0/+1
* gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)2020-01-231-0/+1
* gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven2020-01-231-2/+3
* gpiolib: fix up emulated open drain outputsRussell King2020-01-121-0/+8
* gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2020-01-041-1/+2
* gpio: max77620: Fixup debounce delaysThierry Reding2019-11-281-3/+3
* gpio: syscon: Fix possible NULL ptr usageMarek Vasut2019-11-251-1/+1
* gpio: max77620: Use correct unit for debounce timesThierry Reding2019-11-061-3/+3
* gpio: fix line flag validation in lineevent_createKent Gibson2019-09-211-5/+3
* gpio: fix line flag validation in linehandle_createKent Gibson2019-09-211-1/+11
* gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-09-061-2/+4
* gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu2019-08-061-2/+4
* gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven2019-08-041-3/+3
* gpio: omap: ensure irq is enabled before wakeupRussell King2019-08-041-7/+8
* gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-08-041-0/+2
* gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-06-221-0/+1
* gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren2019-06-221-8/+17
* gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-05-041-1/+7
* gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik2019-04-201-0/+6
* gpio: gpio-omap: fix level interrupt idlingRussell King2019-04-051-6/+8
* gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-04-031-2/+4
* gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-03-131-0/+5
* gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy2018-12-291-9/+3
* gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy2018-12-011-2/+3
* gpio: mxs: Get rid of external API callLinus Walleij2018-11-101-3/+1
* gpiolib: Free the last requested descriptorRicardo Ribalda Delgado2018-10-101-1/+1
* gpio: Fix crash due to registration raceVincent Whitchurch2018-10-101-0/+1
* gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-10-101-4/+20
* gpio: Fix wrong rounding in gpio-menz127Nadav Amit2018-10-031-2/+2
* gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko2018-09-261-1/+1
* gpio: pxa: Fix potential NULL dereferenceWei Yongjun2018-09-261-0/+2
* gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev2018-09-191-1/+2
* gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko2018-09-191-1/+1
* gpio: No NULL ownerLinus Walleij2018-06-161-2/+7
* gpio: fix error path in lineevent_createUwe Kleine-König2018-05-161-1/+1
* gpio: fix aspeed_gpio unmask irqGovert Overgaauw2018-05-161-1/+1
* gpioib: do not free unrequested descriptorsTimur Tabi2018-05-161-2/+3
* gpio: label descriptors using the device nameLinus Walleij2018-04-131-1/+2
* gpio: crystalcove: Do not write regular gpio registers for virtual GPIOsHans de Goede2018-04-131-18/+36
* gpio: gpio-wcove: fix GPIO IRQ status maskKuppuswamy Sathyanarayanan2018-03-241-2/+4
* gpio: gpio-wcove: fix irq pending status bit widthKuppuswamy Sathyanarayanan2018-03-241-1/+1
* gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann2018-02-251-10/+3
* gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi2018-02-251-1/+1
* gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan2018-02-031-0/+3