summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sch.c
AgeCommit message (Expand)Author
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-05gpio: sch: Hook into ACPI GPE handler to catch GPIO edge eventsAndy Shevchenko
2021-05-05gpio: sch: Add edge event supportJan Kiszka
2020-07-22gpio: sch: Add a blank line between declaration and codeAbanoub Sameh
2020-07-22gpio: sch: changed every 'unsigned' to 'unsigned int'Abanoub Sameh
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-04-23gpio: sch: Remove write-only core_baseJan Kiszka
2018-12-07gpio: sch: Convert to use SPDX identifierAndy Shevchenko
2018-12-07gpio: sch: Remove linux/init.h and sort headersAndy Shevchenko
2018-07-02gpio: sch: Implement .get_direction()Linus Walleij
2018-07-02gpio: sch: Include the right headerLinus Walleij
2016-09-13gpio: constify gpio_chip structuresJulia Lawall
2016-07-04gpio: sch: Fix Oops on module load on Asus Eee PC 1201Colin Pitrat
2016-02-23gpio: sch: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: sch: use gpiochip data pointerLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-01-29gpio: sch: Consolidate similar algorithmsChang Rebecca Swee Fun
2015-01-15gpio: sch: Add support for Intel Quark X1000 SoCChang Rebecca Swee Fun
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-04gpio: sch: Consolidate core and resume banksMika Westerberg
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-04-28gpio-sch: set output level after configuration of directionDaniel Krueger
2013-05-20gpio: Don't override the error code in probe error handlingAxel Lin
2013-03-27gpio: gpio-sch.c: fix checkpatch errorLaurent Navet
2013-03-27gpio-sch: Allow for more than 8 lines in the resume wellDarren Hart
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-08-05gpio-sch: Fix leak of resourceAlan Cox
2012-05-22gpio: Add Intel Centerton support to gpio-schSeth Heasley
2012-01-02gpio: Convert GPIO drivers to module_platform_driverMark Brown
2011-06-06gpio: reorganize driversGrant Likely