aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vf610.c
AgeCommit message (Expand)Author
2023-10-25gpio: vf610: set value before the direction to avoid a glitchHaibo Chen
2023-03-11gpio: vf610: connect GPIO label to dev nameHaibo Chen
2022-05-25gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen
2019-08-23gpio: vf610: Pass irqchip when adding gpiochipLinus Walleij
2019-05-28gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe()Andrey Smirnov
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij
2019-04-05drivers: gpio: vf610: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-03-18gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()Andrey Smirnov
2019-03-18gpio: vf610: Use devres to remove gpiochipAndrey Smirnov
2019-03-18gpio: vf610: Use devres to disable clk_gpioAndrey Smirnov
2019-03-18gpio: vf610: Use devres to disable clk_portAndrey Smirnov
2019-03-18gpio: vf610: Simplify vf610_gpio_get()Andrey Smirnov
2019-03-18gpio: vf610: Simplify vf610_gpio_set()Andrey Smirnov
2019-03-18gpio: vf610: Do not share irq_chipAndrey Smirnov
2019-01-28gpio: vf610: Mask all GPIO interruptsAndrew Lunn
2018-11-16gpio: vf610: add optional clock supportA.s. Dong
2018-09-12gpio: vf610: Cut down on boilerplateLinus Walleij
2018-09-12gpio: vf610: Include the right headerLinus Walleij
2018-05-16gpio: vf610: Use of_device_get_match_data()Thierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-08-14gpio: vf610: add imx7ulp supportDong Aisheng
2016-11-24gpio: vf610: use builtin_platform_driverGeliang Tang
2016-08-23gpio: vf610: drop unused MODULE_ tags from non-modular codePaul Gortmaker
2016-01-05gpio: vf610: use gpiochip data pointerLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski
2015-10-02gpio: vf610: use container_of() to get state containerLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner
2015-08-26gpio: vf610: handle level IRQ's properlyStefan Agner
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-03-06gpio: vf610: Replaces comma between expression statements by semicolonAxel Lin
2015-01-15gpio: drop owner assignment from platform_driversWolfram Sang
2014-10-24gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner