summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vf610.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe()Andrey Smirnov2019-05-281-6/+8
* Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij2019-04-081-49/+36Star
|\
| * gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()Andrey Smirnov2019-03-181-3/+3
| * gpio: vf610: Use devres to remove gpiochipAndrey Smirnov2019-03-181-14/+1Star
| * gpio: vf610: Use devres to disable clk_gpioAndrey Smirnov2019-03-181-2/+4
| * gpio: vf610: Use devres to disable clk_portAndrey Smirnov2019-03-181-6/+10
| * gpio: vf610: Simplify vf610_gpio_get()Andrey Smirnov2019-03-181-7/+5Star
| * gpio: vf610: Simplify vf610_gpio_set()Andrey Smirnov2019-03-181-4/+2Star
| * gpio: vf610: Do not share irq_chipAndrey Smirnov2019-03-181-14/+12Star
* | drivers: gpio: vf610: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-041-5/+2Star
|/
* gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-01-281-0/+5
* gpio: vf610: add optional clock supportA.s. Dong2018-11-161-0/+44
* gpio: vf610: Cut down on boilerplateLinus Walleij2018-09-121-10/+1Star
* gpio: vf610: Include the right headerLinus Walleij2018-09-121-1/+1
* gpio: vf610: Use of_device_get_match_data()Thierry Reding2018-05-161-3/+1Star
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio: vf610: add imx7ulp supportDong Aisheng2017-08-141-3/+44
* gpio: vf610: use builtin_platform_driverGeliang Tang2016-11-241-5/+1Star
* gpio: vf610: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-6/+1Star
* gpio: vf610: use gpiochip data pointerLinus Walleij2016-01-051-14/+9Star
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: replace trivial implementations of request/free with generic oneJonas Gorski2015-10-161-12/+2Star
* gpio: vf610: use container_of() to get state containerLinus Walleij2015-10-021-10/+19
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: vf610: Use irq_set_handler_lockedThomas Gleixner2015-09-161-2/+2
* gpio: vf610: handle level IRQ's properlyStefan Agner2015-08-261-1/+8
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
* gpio: vf610: Replaces comma between expression statements by semicolonAxel Lin2015-03-061-8/+8
* gpio: drop owner assignment from platform_driversWolfram Sang2015-01-151-1/+0Star
* gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner2014-10-241-0/+295