aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-syscon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du1-0/+31
2018-07-02gpio: syscon: Include the right headerLinus Walleij1-1/+1
2018-05-23gpio: syscon: allow fetching syscon from parent nodeHeiko Stuebner1-0/+2
2018-05-16gpio: syscon: Use of_device_get_match_data()Thierry Reding1-6/+1
2016-06-08gpio: syscon: Change the compatibility stringAlexander Shiyan1-2/+2
2016-02-23gpio: syscon: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-01-05gpio: syscon: use gpiochip data pointerLinus Walleij1-11/+6
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-1/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-11-17gpio: syscon: fix a possible NULL dereferenceLABBE Corentin1-1/+5
2015-03-27gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-16gpio: syscon: reuse for keystone 2 socsGrygorii Strashko1-0/+35
2014-09-16gpio: syscon: retrive syscon node and regs offsets from dtGrygorii Strashko1-8/+43
2014-09-16gpio: syscon: add soc specific callback to assign output valueGrygorii Strashko1-2/+6
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2014-03-18gpio: Driver for SYSCON-based GPIOsAlexander Shiyan1-0/+191