summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
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-13gpio: 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-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-06-16gpio: No NULL ownerLinus Walleij1-2/+7
2018-05-22Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan704-3439/+14053
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-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
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-03-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan4-0/+31
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
2018-01-22Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan655-2803/+6655
2018-01-08Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan567-3361/+11149
2017-12-14gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid1-15/+11
2017-12-02Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan94-402/+942
2017-11-30gpio: mockup: dynamically allocate memory for chip nameBartosz Golaszewski1-3/+7
2017-11-08gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build errorAxel Lin1-0/+2
2017-08-31Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan235-1413/+3882
2017-08-11gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski1-5/+4
2017-07-19Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan411-2137/+4051
2017-07-05gpiolib: fix filtering out unwanted eventsBartosz Golaszewski1-1/+2
2017-06-10pinctrl&gpio: add new interface to set pull-down/upxingyu.chen5-1/+156
2017-05-25gpio: omap: return error if requested debounce time is not possibleDavid Rivshin1-6/+17
2017-04-12ACPI / gpio: do not fall back to parsing _CRS when we get a deferralDmitry Torokhov1-1/+3
2017-01-19gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven1-1/+1
2017-01-09gpio: chardev: Return error for seek operationsLars-Peter Clausen1-2/+3
[next]