aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-f7188x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01gpio-f7188x: use unique labels for banks/chipsHenning Schild1-69/+69
2022-09-01gpio-f7188x: Add GPIO support for Nuvoton NCT6116Henning Schild1-25/+79
2022-09-01gpio-f7188x: add a prefix to macros to keep gpio namespace cleanHenning Schild1-18/+18
2022-09-01gpio-f7188x: switch over to using pr_fmtHenning Schild1-8/+9
2020-05-05gpio-f7188x: Add GPIO support for F81865Petteri Jokinen1-3/+30
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
2019-01-22gpio-f7188x: add support Fintek F81804 & F81966Steffen Kothe1-1/+23
2017-04-28gpio: f7188x: Add a missing breakDan Carpenter1-0/+1
2017-04-07gpio: f7188x: Add F71889A GPIO support.Marty Plummer1-2/+21
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-10/+9
2016-09-18gpio: f7188x: use gpiochip_get_data instead of container_ofAmitesh Singh1-2/+1
2016-06-14gpio: f7188x: Implement get_direction.plr.vincent@gmail.com1-0/+22
2016-04-18gpio: f7188x: fix edit mistakeLinus Walleij1-1/+1
2016-04-14gpio: f7188x: use the new open drain callbackLinus Walleij1-0/+33
2016-04-14gpio: f7188x: use BIT() macroLinus Walleij1-9/+10
2016-02-23gpio: f7188x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-24/+2
2016-01-28gpio-f7188x: Add F81866 GPIO supportsPeter Hung1-3/+24
2016-01-05gpio: f7188: use gpiochip data pointerLinus Walleij1-9/+5
2015-11-30gpio: use dev_get_platdata()Nizam Haider1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer1-2/+2
2015-03-17gpio: f7188x: add GPIO support for F71869AAndreas Bofjall1-3/+23
2015-03-17gpio: f7188x: add GPIO support for F71869Andreas Bofjall1-3/+22
2015-03-17gpio: f7188x: correct spelling of "Fintek"Andreas Bofjall1-1/+1
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-16/+2
2014-01-07gpio: f7188x: set can_sleep attributeSimon Guinot1-0/+1
2013-08-30gpio: add GPIO support for F71882FG and F71889FSimon Guinot1-0/+469