aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sch.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-23gpio: sch: Remove write-only core_baseGravatar Jan Kiszka 1-5/+0
2018-12-07gpio: sch: Convert to use SPDX identifierGravatar Andy Shevchenko 1-14/+2
2018-12-07gpio: sch: Remove linux/init.h and sort headersGravatar Andy Shevchenko 1-6/+5
2018-07-02gpio: sch: Implement .get_direction()Gravatar Linus Walleij 1-0/+8
2018-07-02gpio: sch: Include the right headerGravatar Linus Walleij 1-2/+1
2016-09-13gpio: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-07-04gpio: sch: Fix Oops on module load on Asus Eee PC 1201Gravatar Colin Pitrat 1-11/+10
2016-02-23gpio: sch: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-10/+1
2016-01-05gpio: sch: use gpiochip data pointerGravatar Linus Walleij 1-8/+6
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-01-29gpio: sch: Consolidate similar algorithmsGravatar Chang Rebecca Swee Fun 1-54/+29
2015-01-15gpio: sch: Add support for Intel Quark X1000 SoCGravatar Chang Rebecca Swee Fun 1-0/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-04gpio: sch: Consolidate core and resume banksGravatar Mika Westerberg 1-181/+112
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-13/+3
2014-04-28gpio-sch: set output level after configuration of directionGravatar Daniel Krueger 1-4/+22
2013-05-20gpio: Don't override the error code in probe error handlingGravatar Axel Lin 1-4/+2
2013-03-27gpio: gpio-sch.c: fix checkpatch errorGravatar Laurent Navet 1-39/+35
2013-03-27gpio-sch: Allow for more than 8 lines in the resume wellGravatar Darren Hart 1-10/+27
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-08-05gpio-sch: Fix leak of resourceGravatar Alan Cox 1-1/+2
2012-05-22gpio: Add Intel Centerton support to gpio-schGravatar Seth Heasley 1-0/+8
2012-01-02gpio: Convert GPIO drivers to module_platform_driverGravatar Mark Brown 1-12/+1
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+316