aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-syscon.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-08gpio: syscon: Change the compatibility stringGravatar Alexander Shiyan 1-2/+2
2016-02-23gpio: syscon: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-10/+1
2016-01-05gpio: syscon: use gpiochip data pointerGravatar Linus Walleij 1-11/+6
2015-12-21Merge tag 'v4.4-rc6' into develGravatar Linus Walleij 1-1/+5
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2015-11-17gpio: syscon: fix a possible NULL dereferenceGravatar LABBE Corentin 1-1/+5
2015-03-27gpio: syscon: reduce message level when direction reg offset not in dtGravatar Grygorii Strashko 1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-16gpio: syscon: reuse for keystone 2 socsGravatar Grygorii Strashko 1-0/+35
2014-09-16gpio: syscon: retrive syscon node and regs offsets from dtGravatar Grygorii Strashko 1-8/+43
2014-09-16gpio: syscon: add soc specific callback to assign output valueGravatar Grygorii Strashko 1-2/+6
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-1/+2
2014-03-18gpio: Driver for SYSCON-based GPIOsGravatar Alexander Shiyan 1-0/+191