aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-vr41xx.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-27gpio: vr41xx: Use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-14/+5
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackGravatar Linus Walleij 1-38/+0
2018-09-17gpio: vr41xx: Cut down on boilerplateGravatar Linus Walleij 1-14/+1
2018-09-17gpio: vr41xx: Include the right headerGravatar Linus Walleij 1-1/+1
2018-08-06gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorGravatar Andy Shevchenko 1-1/+7
2016-01-05gpio: convert remaining users to gpiochip_add_data()Gravatar Linus Walleij 1-1/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-09gpio: vr41xx: fix up errorpath on probe()Gravatar Linus Walleij 1-2/+6
2014-03-31MIPS: VR41xx: Mark GPIO lines used for IRQGravatar Linus Walleij 1-0/+20
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-01-02gpio: Convert GPIO drivers to module_platform_driverGravatar Mark Brown 1-12/+1
2011-06-10gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+585