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-vr41xx.c
Age
Commit message (
Expand
)
Author
2019-06-27
gpio: vr41xx: Use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2018-09-17
gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callback
Linus Walleij
2018-09-17
gpio: vr41xx: Cut down on boilerplate
Linus Walleij
2018-09-17
gpio: vr41xx: Include the right header
Linus Walleij
2018-08-06
gpio: vr41xx: Bail out on gpiochip_lock_as_irq() error
Andy Shevchenko
2016-01-05
gpio: convert remaining users to gpiochip_add_data()
Linus Walleij
2015-11-19
gpio: change member .dev to .parent
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-28
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-10-20
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-09
gpio: vr41xx: fix up errorpath on probe()
Linus Walleij
2014-03-31
MIPS: VR41xx: Mark GPIO lines used for IRQ
Linus Walleij
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-06-10
gpio/vr41xx: Convert use of struct resource to resource_size(ptr)
Joe Perches
2011-06-06
gpio: reorganize drivers
Grant Likely