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