summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-cs5535.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()Zheng Yongjun2020-12-121-6/+2
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* gpio: cs5535: Include proper headerLinus Walleij2018-01-141-1/+1
* gpio: cs5535: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-15/+5
* gpio: cs5535: use gpiochip data pointerLinus Walleij2016-01-051-7/+8
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav2014-10-211-8/+3
|/
* gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick2014-09-231-3/+6
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-7/+1
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-021-12/+1
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-1/+0
* gpio: reorganize driversGrant Likely2011-06-061-0/+401