summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vr41xx.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: remove VR41XX related gpio driverThomas Bogendoerfer2022-07-191-541/+0
* MIPS: Remove repetitive increase irq_err_counthuhai2022-06-211-2/+0
* gpio: vr41xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-14/+5
* gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij2018-09-171-38/+0
* gpio: vr41xx: Cut down on boilerplateLinus Walleij2018-09-171-14/+1
* gpio: vr41xx: Include the right headerLinus Walleij2018-09-171-1/+1
* gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko2018-08-061-1/+7
* gpio: convert remaining users to gpiochip_add_data()Linus Walleij2016-01-051-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
|/
* gpio: vr41xx: fix up errorpath on probe()Linus Walleij2014-07-091-2/+6
* MIPS: VR41xx: Mark GPIO lines used for IRQLinus Walleij2014-03-311-0/+20
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-021-12/+1
* gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* gpio: reorganize driversGrant Likely2011-06-061-0/+585