aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-06gpio: sch: make irq_chip immutableAndy Shevchenko1-13/+22
2021-12-13gpio: sch: fix typo in a commentJason Wang1-1/+1
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-05-05gpio: sch: Hook into ACPI GPE handler to catch GPIO edge eventsAndy Shevchenko1-0/+82
2021-05-05gpio: sch: Add edge event supportJan Kiszka1-8/+108
2020-07-22gpio: sch: Add a blank line between declaration and codeAbanoub Sameh1-0/+1
2020-07-22gpio: sch: changed every 'unsigned' to 'unsigned int'Abanoub Sameh1-11/+11
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-04-23gpio: sch: Remove write-only core_baseJan Kiszka1-5/+0
2018-12-07gpio: sch: Convert to use SPDX identifierAndy Shevchenko1-14/+2
2018-12-07gpio: sch: Remove linux/init.h and sort headersAndy Shevchenko1-6/+5
2018-07-02gpio: sch: Implement .get_direction()Linus Walleij1-0/+8
2018-07-02gpio: sch: Include the right headerLinus Walleij1-2/+1
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-07-04gpio: sch: Fix Oops on module load on Asus Eee PC 1201Colin Pitrat1-11/+10
2016-02-23gpio: sch: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-01-05gpio: sch: use gpiochip data pointerLinus Walleij1-8/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-01-29gpio: sch: Consolidate similar algorithmsChang Rebecca Swee Fun1-54/+29
2015-01-15gpio: sch: Add support for Intel Quark X1000 SoCChang Rebecca Swee Fun1-0/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-04gpio: sch: Consolidate core and resume banksMika Westerberg1-181/+112
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-13/+3
2014-04-28gpio-sch: set output level after configuration of directionDaniel Krueger1-4/+22
2013-05-20gpio: Don't override the error code in probe error handlingAxel Lin1-4/+2
2013-03-27gpio: gpio-sch.c: fix checkpatch errorLaurent Navet1-39/+35
2013-03-27gpio-sch: Allow for more than 8 lines in the resume wellDarren Hart1-10/+27
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-05gpio-sch: Fix leak of resourceAlan Cox1-1/+2
2012-05-22gpio: Add Intel Centerton support to gpio-schSeth Heasley1-0/+8
2012-01-02gpio: Convert GPIO drivers to module_platform_driverMark Brown1-12/+1
2011-06-06gpio: reorganize driversGrant Likely1-0/+316