aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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