summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-syscon.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: syscon: allow fetching syscon from parent nodeHeiko Stuebner2018-05-231-0/+2
* gpio: syscon: Use of_device_get_match_data()Thierry Reding2018-05-161-6/+1
* gpio: syscon: Change the compatibility stringAlexander Shiyan2016-06-081-2/+2
* gpio: syscon: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-10/+1
* gpio: syscon: use gpiochip data pointerLinus Walleij2016-01-051-11/+6
* Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-1/+5
|\
| * gpio: syscon: fix a possible NULL dereferenceLABBE Corentin2015-11-171-1/+5
* | gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
|/
* gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko2015-03-271-1/+1
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* gpio: syscon: reuse for keystone 2 socsGrygorii Strashko2014-09-161-0/+35
* gpio: syscon: retrive syscon node and regs offsets from dtGrygorii Strashko2014-09-161-8/+43
* gpio: syscon: add soc specific callback to assign output valueGrygorii Strashko2014-09-161-2/+6
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-1/+2
* gpio: Driver for SYSCON-based GPIOsAlexander Shiyan2014-03-181-0/+191
OpenPOWER on IntegriCloud