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
/
gpiolib-of.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-30
gpio: of: Add support for multiple GPIOs in a single GPIO hog
Geert Uytterhoeven
1
-11
/
+20
2016-12-13
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-47
/
+4
2016-10-31
gpio: of: fix GPIO drivers with multiple gpio_chip for a single node
Masahiro Yamada
1
-5
/
+9
2016-10-31
gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()
Wei Yongjun
1
-1
/
+3
2016-10-24
gpio: Rework of_gpiochip_set_names() to use device property accessors
Mika Westerberg
1
-46
/
+1
2016-10-05
Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+39
2016-10-03
gpio: OF: separation of concerns
Linus Walleij
1
-0
/
+39
2016-09-08
Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
Linus Walleij
1
-1
/
+0
2016-07-27
Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-68
/
+59
2016-06-23
gpio: of: factor out common code to a new helper function
Masahiro Yamada
1
-19
/
+18
2016-06-23
gpio: of: remove of_gpiochip_and_xlate() and struct gg_data
Masahiro Yamada
1
-46
/
+35
2016-06-23
gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()
Masahiro Yamada
1
-1
/
+4
2016-06-23
gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()
Masahiro Yamada
1
-19
/
+20
2016-06-23
gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()
Masahiro Yamada
1
-7
/
+5
2016-06-08
gpio: include <linux/io-mapping.h> in gpiolib-of
Linus Walleij
1
-0
/
+1
2016-06-07
gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()
Masahiro Yamada
1
-0
/
+1
2016-05-10
gpio: of: make it possible to name GPIO lines
Linus Walleij
1
-0
/
+49
2016-04-14
gpio: of: Scan available child node for gpio-hog
Laxman Dewangan
1
-1
/
+1
2016-04-13
gpio: of: Return error if gpio hog configuration failed
Laxman Dewangan
1
-6
/
+9
2016-01-05
gpio: of: provide optional of_mm_gpiochip_add_data() function
Linus Walleij
1
-5
/
+7
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-2
/
+2
2015-09-24
gpiolib-of: Rename gpio_hog functions to be generic
Markus Pargmann
1
-10
/
+10
2015-07-28
gpio: defer probe if pinctrl cannot be found
Tomeu Vizoso
1
-9
/
+18
2015-07-16
gpiolib: remove unneeded assignation
Laurent Navet
1
-1
/
+1
2015-07-16
gpio: of: remove unnecessary variable in of_get_gpio_hog()
Masahiro Yamada
1
-4
/
+1
2015-05-19
Drivers: gpio: Fix spelling errors
Colin Cronin
1
-1
/
+1
2015-04-18
Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+111
2015-03-04
gpio: add GPIO hogging mechanism
Benoit Parrot
1
-0
/
+111
2015-02-23
gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...
Hans Holmberg
1
-4
/
+5
2015-02-11
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-0
/
+17
2015-01-15
gpiolib: of: Correct error handling in of_get_named_gpiod_flags
Hans Holmberg
1
-2
/
+8
2015-01-15
gpio/gpiolib-of: Create of_mm_gpiochip_remove
Ricardo Ribalda Delgado
1
-0
/
+17
2014-08-17
gpio: delete unneeded test before of_node_put
Julia Lawall
1
-3
/
+1
2014-07-23
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
1
-1
/
+1
2014-07-23
gpio: remove export of private of_get_named_gpio_flags()
Alexandre Courbot
1
-1
/
+0
2014-07-09
gpiolib: of: Update debug messages for of_get_named_gpiod_flags
Tushar Behera
1
-3
/
+4
2014-05-21
gpio: make of_get_named_gpiod_flags() private
Alexandre Courbot
1
-0
/
+14
2014-04-28
gpiolib: of: remove gpio_to_desc() usage
Linus Walleij
1
-1
/
+1
2014-02-06
gpio: gpiolib-of: Use PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+2
2013-11-12
Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-11
/
+17
2013-10-20
gpiolib: port of_ functions to use gpiod
Alexandre Courbot
1
-11
/
+17
2013-10-16
pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
Christian Ruppert
1
-8
/
+55
2013-09-11
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-2
/
+2
2013-08-30
gpio: implement gpio-ranges binding document fix
Stephen Warren
1
-2
/
+2
2013-08-16
gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...
Lothar Waßmann
1
-1
/
+2
2013-05-07
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-1
/
+1
2013-04-04
Merge tag 'v3.9-rc5' into devel
Linus Walleij
1
-3
/
+2
2013-03-27
gpio: gpiolib-of.c: fix checkpatch error
Laurent Navet
1
-1
/
+1
2013-03-07
gpio: add gpio offset in gpio range cells property
Haojian Zhuang
1
-13
/
+2
2013-03-07
gpio: fix wrong checking condition for gpio range
Haojian Zhuang
1
-3
/
+2
[next]