aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-cs5535.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14gpio: cs5535: Include proper headerLinus Walleij1-1/+1
2016-02-23gpio: cs5535: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-15/+5
2016-01-05gpio: cs5535: use gpiochip data pointerLinus Walleij1-7/+8
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav1-8/+3
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick1-3/+6
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-7/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-02gpio: Convert GPIO drivers to module_platform_driverMark Brown1-12/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-1/+0
2011-06-06gpio: reorganize driversGrant Likely1-0/+401