aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vr41xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19gpio: remove VR41XX related gpio driverThomas Bogendoerfer1-541/+0
2022-06-21MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0
2019-06-27gpio: vr41xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-14/+5
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij1-38/+0
2018-09-17gpio: vr41xx: Cut down on boilerplateLinus Walleij1-14/+1
2018-09-17gpio: vr41xx: Include the right headerLinus Walleij1-1/+1
2018-08-06gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-1/+7
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
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-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09gpio: vr41xx: fix up errorpath on probe()Linus Walleij1-2/+6
2014-03-31MIPS: VR41xx: Mark GPIO lines used for IRQLinus Walleij1-0/+20
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-06-10gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-06gpio: reorganize driversGrant Likely1-0/+585