aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch311x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-05gpio: sch311x: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-07-02gpio: sch311x: Replace unsigned char with u8Linus Walleij1-7/+7
2018-07-02gpio: sch311x: Implement open drain supportLinus Walleij1-0/+29
2018-07-02gpio: sch311x: Use RMW to change directionLinus Walleij1-10/+12
2018-07-02gpio: sch311x: Implement .get_direction()Linus Walleij1-0/+13
2018-07-02gpio: sch311x: Include the right headerLinus Walleij1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-02-16gpio: sch311x: Use devm_request_regionWilliam Breathitt Gray1-5/+3
2016-01-05gpio: sch311x: use gpiochip data pointerLinus Walleij1-14/+7
2015-11-30gpio: use dev_get_platdata()Nizam Haider1-2/+2
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-4/+2
2014-04-28gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin1-4/+12
2013-12-23gpio: sch311x: fix compilation errorLinus Walleij1-0/+1
2013-12-20gpio: add GPIO support for SMSC SCH311xBruno Randolf1-0/+431