index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-of.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: Handle deferred probing in of_find_gpio() properly
Chen-Yu Tsai
2018-02-27
1
-1
/
+1
*
gpiolib: Keep returning EPROBE_DEFER when we should
Maxime Ripard
2018-02-27
1
-0
/
+13
*
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-01-31
1
-2
/
+117
|
\
|
*
gpio: of: Fix NPE from OF flags
Linus Walleij
2018-01-17
1
-1
/
+2
|
*
gpio: of: Add special quirk to parse regulator flags
Linus Walleij
2018-01-12
1
-0
/
+38
|
*
gpio: of: Support regulator nonstandard GPIO properties
Linus Walleij
2018-01-12
1
-0
/
+39
|
*
gpio: of: Support SPI nonstandard GPIO properties
Linus Walleij
2018-01-08
1
-0
/
+35
|
*
gpio: gpiolib: Generalise state persistence beyond sleep
Andrew Jeffery
2017-12-02
1
-2
/
+4
*
|
gpio: fix "gpio-line-names" property retrieval
Christophe Leroy
2017-12-22
1
-1
/
+2
|
/
*
gpio: Fix loose spelling
Andrew Jeffery
2017-10-20
1
-2
/
+2
*
gpio: of: Improve kerneldoc
Thierry Reding
2017-08-14
1
-4
/
+3
*
gpio: Convert to using %pOF instead of full_name
Rob Herring
2017-08-14
1
-15
/
+14
*
gpio: of: Spelling: s/retures/returns/
Geert Uytterhoeven
2017-06-16
1
-1
/
+1
*
gpio: Add new flags to control sleep status of GPIOs
Charles Keepax
2017-05-29
1
-0
/
+3
*
gpio: core: Decouple open drain/source flag with active low/high
Laxman Dewangan
2017-04-07
1
-1
/
+1
*
gpio: of: Add support for multiple GPIOs in a single GPIO hog
Geert Uytterhoeven
2016-12-30
1
-11
/
+20
*
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2016-12-13
1
-47
/
+4
|
\
|
*
gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()
Wei Yongjun
2016-10-31
1
-1
/
+3
|
*
gpio: Rework of_gpiochip_set_names() to use device property accessors
Mika Westerberg
2016-10-24
1
-46
/
+1
*
|
gpio: of: fix GPIO drivers with multiple gpio_chip for a single node
Masahiro Yamada
2016-10-31
1
-5
/
+9
|
/
*
Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-10-05
1
-0
/
+39
|
\
|
*
gpio: OF: separation of concerns
Linus Walleij
2016-10-03
1
-0
/
+39
*
|
Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
Linus Walleij
2016-09-08
1
-1
/
+0
|
/
*
Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-07-26
1
-68
/
+59
|
\
|
*
gpio: of: factor out common code to a new helper function
Masahiro Yamada
2016-06-23
1
-19
/
+18
|
*
gpio: of: remove of_gpiochip_and_xlate() and struct gg_data
Masahiro Yamada
2016-06-23
1
-46
/
+35
|
*
gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()
Masahiro Yamada
2016-06-23
1
-1
/
+4
|
*
gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()
Masahiro Yamada
2016-06-23
1
-19
/
+20
|
*
gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()
Masahiro Yamada
2016-06-23
1
-7
/
+5
|
*
gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()
Masahiro Yamada
2016-06-07
1
-0
/
+1
*
|
gpio: include <linux/io-mapping.h> in gpiolib-of
Linus Walleij
2016-06-08
1
-0
/
+1
|
/
*
gpio: of: make it possible to name GPIO lines
Linus Walleij
2016-05-10
1
-0
/
+49
*
gpio: of: Scan available child node for gpio-hog
Laxman Dewangan
2016-04-14
1
-1
/
+1
*
gpio: of: Return error if gpio hog configuration failed
Laxman Dewangan
2016-04-13
1
-6
/
+9
*
gpio: of: provide optional of_mm_gpiochip_add_data() function
Linus Walleij
2016-01-05
1
-5
/
+7
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-2
/
+2
*
gpiolib-of: Rename gpio_hog functions to be generic
Markus Pargmann
2015-09-24
1
-10
/
+10
*
gpio: defer probe if pinctrl cannot be found
Tomeu Vizoso
2015-07-28
1
-9
/
+18
*
gpiolib: remove unneeded assignation
Laurent Navet
2015-07-16
1
-1
/
+1
*
gpio: of: remove unnecessary variable in of_get_gpio_hog()
Masahiro Yamada
2015-07-16
1
-4
/
+1
*
Drivers: gpio: Fix spelling errors
Colin Cronin
2015-05-19
1
-1
/
+1
*
Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-04-18
1
-0
/
+111
|
\
|
*
gpio: add GPIO hogging mechanism
Benoit Parrot
2015-03-04
1
-0
/
+111
*
|
gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...
Hans Holmberg
2015-02-23
1
-4
/
+5
|
/
*
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2015-02-11
1
-0
/
+17
|
\
|
*
gpio/gpiolib-of: Create of_mm_gpiochip_remove
Ricardo Ribalda Delgado
2015-01-15
1
-0
/
+17
*
|
gpiolib: of: Correct error handling in of_get_named_gpiod_flags
Hans Holmberg
2015-01-15
1
-2
/
+8
|
/
*
gpio: delete unneeded test before of_node_put
Julia Lawall
2014-08-17
1
-3
/
+1
*
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
2014-07-23
1
-1
/
+1
*
gpio: remove export of private of_get_named_gpio_flags()
Alexandre Courbot
2014-07-23
1
-1
/
+0
[next]