index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-vf610.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...
Linus Walleij
1
-49
/
+36
2019-04-04
drivers: gpio: vf610: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
1
-5
/
+2
2019-03-18
gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()
Andrey Smirnov
1
-3
/
+3
2019-03-18
gpio: vf610: Use devres to remove gpiochip
Andrey Smirnov
1
-14
/
+1
2019-03-18
gpio: vf610: Use devres to disable clk_gpio
Andrey Smirnov
1
-2
/
+4
2019-03-18
gpio: vf610: Use devres to disable clk_port
Andrey Smirnov
1
-6
/
+10
2019-03-18
gpio: vf610: Simplify vf610_gpio_get()
Andrey Smirnov
1
-7
/
+5
2019-03-18
gpio: vf610: Simplify vf610_gpio_set()
Andrey Smirnov
1
-4
/
+2
2019-03-18
gpio: vf610: Do not share irq_chip
Andrey Smirnov
1
-14
/
+12
2019-01-28
gpio: vf610: Mask all GPIO interrupts
Andrew Lunn
1
-0
/
+5
2018-11-17
gpio: vf610: add optional clock support
A.s. Dong
1
-0
/
+44
2018-09-12
gpio: vf610: Cut down on boilerplate
Linus Walleij
1
-10
/
+1
2018-09-12
gpio: vf610: Include the right header
Linus Walleij
1
-1
/
+1
2018-05-16
gpio: vf610: Use of_device_get_match_data()
Thierry Reding
1
-3
/
+1
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
1
-1
/
+1
2017-08-14
gpio: vf610: add imx7ulp support
Dong Aisheng
1
-3
/
+44
2016-11-24
gpio: vf610: use builtin_platform_driver
Geliang Tang
1
-5
/
+1
2016-08-23
gpio: vf610: drop unused MODULE_ tags from non-modular code
Paul Gortmaker
1
-6
/
+1
2016-01-05
gpio: vf610: use gpiochip data pointer
Linus Walleij
1
-14
/
+9
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-1
/
+1
2015-10-16
gpio: replace trivial implementations of request/free with generic one
Jonas Gorski
1
-12
/
+2
2015-10-02
gpio: vf610: use container_of() to get state container
Linus Walleij
1
-10
/
+19
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-09-16
gpio: vf610: Use irq_set_handler_locked
Thomas Gleixner
1
-2
/
+2
2015-08-26
gpio: vf610: handle level IRQ's properly
Stefan Agner
1
-1
/
+8
2015-07-14
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-1
/
+1
2015-03-06
gpio: vf610: Replaces comma between expression statements by semicolon
Axel Lin
1
-8
/
+8
2015-01-15
gpio: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-24
gpio: vf610: add gpiolib/IRQ chip driver for Vybrid
Stefan Agner
1
-0
/
+295