index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-14
gpio: da905x: Include proper header
Linus Walleij
2
-2
/
+2
2018-01-14
gpio: cs5535: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-14
gpio: crystalcove: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-13
gpio: bt8xx: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-13
gpio: bcm-kona: Include proper header
Linus Walleij
1
-4
/
+4
2018-01-13
gpio: arizona: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-13
gpio: amd8111: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-13
gpio: altera: Include GPIO driver header
Linus Walleij
1
-1
/
+2
2018-01-13
gpio: adp5588: Include proper header
Linus Walleij
1
-1
/
+1
2018-01-13
gpio: adp5520: Include proper header
Linus Walleij
1
-2
/
+1
2018-01-13
gpio: 74x174: Include proper headers
Linus Walleij
1
-3
/
+2
2018-01-12
gpio: of: Add special quirk to parse regulator flags
Linus Walleij
1
-0
/
+38
2018-01-12
gpio: Export devm_gpiod_get_from_of_node() for consumers
Linus Walleij
3
-4
/
+53
2018-01-12
gpio: Break out code to get a descriptor from a DT node
Linus Walleij
1
-37
/
+86
2018-01-12
gpio: of: Support regulator nonstandard GPIO properties
Linus Walleij
1
-0
/
+39
2018-01-11
gpio: thunderx: fix error return code in thunderx_gpio_probe()
Wei Yongjun
1
-1
/
+3
2018-01-11
gpio: winbond: fix ISA_BUS_API dependency
Arnd Bergmann
1
-1
/
+1
2018-01-10
gpio: Add GPIO support for the ACCES PCIe-IDIO-24 family
William Breathitt Gray
3
-0
/
+458
2018-01-10
gpiolib: Export gpiochip_irqchip_irq_valid() to drivers
Stephen Boyd
1
-2
/
+3
2018-01-09
gpio: correct docs about return value of gpiod_get_direction
Wolfram Sang
1
-1
/
+1
2018-01-09
gpio: winbond: Add driver
Maciej S. Szmigiero
3
-0
/
+749
2018-01-08
gpio: of: Support SPI nonstandard GPIO properties
Linus Walleij
1
-0
/
+35
2018-01-05
gpio: label descriptors using the device name
Linus Walleij
1
-1
/
+2
2018-01-03
gpio: omap: Give unique labels to each GPIO bank/chip
Linus Walleij
1
-1
/
+6
2018-01-02
gpiolib: add desc validation to gpiod_set_transitory()
Vladimir Zapolskiy
1
-0
/
+1
2018-01-02
gpiolib: remove a redundant check in gpiod_to_chip()
Vladimir Zapolskiy
1
-1
/
+1
2018-01-02
gpiolib: don't dereference a desc before validation
Vladimir Zapolskiy
1
-1
/
+2
2017-12-28
gpio: fix aspeed_gpio_banks array size check
Vasyl Gomonovych
1
-1
/
+1
2017-12-28
Revert "pinctrl: qcom: disable GPIO groups with no pins"
Linus Walleij
1
-23
/
+5
2017-12-21
gpiolib: Fix typo in comment ("piochip_add_data")
Jonathan Neuschäfer
1
-1
/
+1
2017-12-21
gpio: reduce descriptor validation code size
Rasmus Villemoes
1
-30
/
+27
2017-12-21
pinctrl: qcom: disable GPIO groups with no pins
Timur Tabi
1
-5
/
+23
2017-12-21
Revert "gpio: set up initial state from .get_direction()"
Timur Tabi
1
-24
/
+7
2017-12-20
drivers: gpio: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-12-20
gpio: sysfs: avoid using kstrtol() in 'value' attribute write
Christophe Leroy
1
-2
/
+7
2017-12-20
gpio: sysfs: don't use sprintf() for 'value' attribute
Christophe Leroy
1
-1
/
+3
2017-12-20
gpio: sysfs: correct error handling on 'value' attribute read.
Christophe Leroy
1
-1
/
+5
2017-12-20
gpio: sysfs: change 'value' attribute to prealloc
Christophe Leroy
1
-1
/
+1
2017-12-20
gpiolib: use kstrdup_const() for gpio_device label
Bartosz Golaszewski
1
-6
/
+3
2017-12-20
gpiolib: constify label in gpio_device
Bartosz Golaszewski
1
-1
/
+1
2017-12-08
gpio: mockup: fix a return value check
Bartosz Golaszewski
1
-2
/
+2
2017-12-08
w1: w1-gpio: Convert to use GPIO descriptors
Linus Walleij
1
-87
/
+60
2017-12-07
Merge branch 'ib-move-axp209' into devel
Linus Walleij
6
-195
/
+487
2017-12-07
pinctrl: axp209: add support for AXP813 GPIOs
Quentin Schulz
1
-8
/
+27
2017-12-07
pinctrl: axp209: add programmable ADC muxing value
Quentin Schulz
1
-1
/
+3
2017-12-07
pinctrl: axp209: add programmable gpio_status_offset
Quentin Schulz
1
-1
/
+3
2017-12-07
pinctrl: axp209: rename everything from gpio to pctl
Quentin Schulz
1
-85
/
+85
2017-12-07
pinctrl: axp209: add pinctrl features
Quentin Schulz
1
-20
/
+284
2017-12-07
pinctrl: move gpio-axp209 to pinctrl
Quentin Schulz
5
-7
/
+11
2017-12-07
gpio: axp209: switch unsigned variables to unsigned int
Quentin Schulz
1
-6
/
+7
[next]