aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sch311x.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove pathGravatar Andrew Davis 1-24/+2
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-05gpio: sch311x: clean an indentation issue, remove extraneous spaceGravatar Colin Ian King 1-1/+1
2018-07-02gpio: sch311x: Replace unsigned char with u8Gravatar Linus Walleij 1-7/+7
2018-07-02gpio: sch311x: Implement open drain supportGravatar Linus Walleij 1-0/+29
2018-07-02gpio: sch311x: Use RMW to change directionGravatar Linus Walleij 1-10/+12
2018-07-02gpio: sch311x: Implement .get_direction()Gravatar Linus Walleij 1-0/+13
2018-07-02gpio: sch311x: Include the right headerGravatar Linus Walleij 1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversGravatar Masahiro Yamada 1-1/+0
2016-02-16gpio: sch311x: Use devm_request_regionGravatar William Breathitt Gray 1-5/+3
2016-01-05gpio: sch311x: use gpiochip data pointerGravatar Linus Walleij 1-14/+7
2015-11-30gpio: use dev_get_platdata()Gravatar Nizam Haider 1-2/+2
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-4/+2
2014-04-28gpio: sch311x: Slightly refactor sch311x_detect for better readabilityGravatar Axel Lin 1-4/+12
2013-12-23gpio: sch311x: fix compilation errorGravatar Linus Walleij 1-0/+1
2013-12-20gpio: add GPIO support for SMSC SCH311xGravatar Bruno Randolf 1-0/+431