index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-cs5535.c
Age
Commit message (
Expand
)
Author
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
2019-06-21
docs: driver-model: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2018-01-14
gpio: cs5535: Include proper header
Linus Walleij
2016-02-23
gpio: cs5535: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-01-05
gpio: cs5535: use gpiochip data pointer
Linus Walleij
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-21
gpio: cs5535: Switch to using managed resources with devm_
Pramod Gurav
2014-10-20
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-23
gpio: use container_of to resolve cs5535_gpio_chip from gpio_chip
Fabian Frederick
2014-07-22
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2012-11-28
gpio: remove use of __devexit
Bill Pemberton
2012-11-28
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
gpio: remove use of __devexit_p
Bill Pemberton
2012-01-02
gpio: Convert GPIO drivers to module_platform_driver
Mark Brown
2011-12-12
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
2011-06-06
gpio: reorganize drivers
Grant Likely