summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch311x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* gpio: sch311x: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-051-1/+1
* gpio: sch311x: Replace unsigned char with u8Linus Walleij2018-07-021-7/+7
* gpio: sch311x: Implement open drain supportLinus Walleij2018-07-021-0/+29
* gpio: sch311x: Use RMW to change directionLinus Walleij2018-07-021-10/+12
* gpio: sch311x: Implement .get_direction()Linus Walleij2018-07-021-0/+13
* gpio: sch311x: Include the right headerLinus Walleij2018-07-021-1/+1
* gpio: remove redundant owner assignments of driversMasahiro Yamada2016-06-071-1/+0
* gpio: sch311x: Use devm_request_regionWilliam Breathitt Gray2016-02-161-5/+3
* gpio: sch311x: use gpiochip data pointerLinus Walleij2016-01-051-14/+7
* gpio: use dev_get_platdata()Nizam Haider2015-11-301-2/+2
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+2
* gpio: sch311x: Slightly refactor sch311x_detect for better readabilityAxel Lin2014-04-281-4/+12
* gpio: sch311x: fix compilation errorLinus Walleij2013-12-231-0/+1
* gpio: add GPIO support for SMSC SCH311xBruno Randolf2013-12-201-0/+431