index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-05-11
1
-5
/
+14
|
\
|
*
gpiolib: acpi: Respect pin bias setting
Andy Shevchenko
2019-04-23
1
-0
/
+2
|
*
gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helper
Andy Shevchenko
2019-04-23
1
-0
/
+8
|
*
gpiolib: Make use of enum gpio_lookup_flags consistent
Andy Shevchenko
2019-04-23
1
-5
/
+4
*
|
gpiolib: export devprop_gpiochip_set_names()
Jan Kundrát
2019-03-24
1
-3
/
+0
|
/
*
gpio: add core support for pull-up/pull-down configuration
Thomas Petazzoni
2019-02-13
1
-0
/
+2
*
gpio: Export gpiod_get_from_of_node()
Linus Walleij
2018-12-11
1
-6
/
+0
*
gpio: Restore indentation of continued lines
Geert Uytterhoeven
2018-10-01
1
-4
/
+4
*
gpio: Use SPDX header for core library
Linus Walleij
2018-09-25
1
-4
/
+1
*
Merge branch 'ib-array-bitmaps' into devel
Linus Walleij
2018-09-20
1
-2
/
+13
|
\
|
*
gpiolib: Pass array info to get/set array functions
Janusz Krzysztofik
2018-09-13
1
-0
/
+2
|
*
gpiolib: Identify arrays matching GPIO hardware
Janusz Krzysztofik
2018-09-13
1
-0
/
+9
|
*
gpiolib: Pass bitmaps, not integer arrays, to get/set array
Janusz Krzysztofik
2018-09-13
1
-2
/
+2
*
|
gpiolib: add flag to indicate if the irq is disabled
Hans Verkuil
2018-09-10
1
-0
/
+1
|
/
*
gpiolib: Mark gpio_suffixes array with __maybe_unused
Andy Shevchenko
2018-07-13
1
-1
/
+1
*
gpio: Remove VLA from gpiolib
Laura Abbott
2018-05-23
1
-1
/
+1
*
gpio: include consumer header in gpiolib.h
Linus Walleij
2018-02-22
1
-1
/
+1
*
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-01-31
1
-4
/
+14
|
\
|
*
gpio: Export devm_gpiod_get_from_of_node() for consumers
Linus Walleij
2018-01-12
1
-0
/
+6
|
*
gpiolib: constify label in gpio_device
Bartosz Golaszewski
2017-12-20
1
-1
/
+1
|
*
gpio: gpiolib: Generalise state persistence beyond sleep
Andrew Jeffery
2017-12-02
1
-1
/
+1
|
*
gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping
Andy Shevchenko
2017-11-30
1
-0
/
+2
|
*
gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()
Andy Shevchenko
2017-11-30
1
-2
/
+2
|
*
gpiolib: acpi: Move adev member to struct acpi_gpio_info
Andy Shevchenko
2017-11-30
1
-0
/
+2
*
|
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
-1
/
+1
*
gpio: Introduce ->get_multiple callback
Lukas Wunner
2017-10-19
1
-0
/
+4
*
gpio: replace __maybe_unused in gpiolib.h with static inline
Masahiro Yamada
2017-08-14
1
-1
/
+1
*
gpio: acpi: Override GPIO initialization flags
Andy Shevchenko
2017-05-29
1
-2
/
+13
*
gpiolib: Export gpiod_configure_flags() to internal users
Andy Shevchenko
2017-05-29
1
-0
/
+2
*
gpio: Add new flags to control sleep status of GPIOs
Charles Keepax
2017-05-29
1
-0
/
+1
*
gpiolib: Update documentation of struct acpi_gpio_info
Andy Shevchenko
2017-01-11
1
-1
/
+2
*
gpio: Rework of_gpiochip_set_names() to use device property accessors
Mika Westerberg
2016-10-24
1
-0
/
+2
*
gpio: add missing static inline
Linus Walleij
2016-10-03
1
-3
/
+7
*
gpio: OF: localize some gpiochip init functions
Linus Walleij
2016-10-03
1
-0
/
+4
*
gpio: acpi: separation of concerns
Linus Walleij
2016-10-03
1
-6
/
+9
*
gpio: OF: separation of concerns
Linus Walleij
2016-10-03
1
-0
/
+16
*
gpio: move gpiod_set_array_value_priv()
Linus Walleij
2016-04-26
1
-0
/
+4
*
gpio: store reflect the label to userspace
Linus Walleij
2016-02-19
1
-0
/
+3
*
gpio: move the subdriver data pointer into gpio_device
Linus Walleij
2016-02-16
1
-0
/
+2
*
gpio: move the pin ranges into gpio_device
Linus Walleij
2016-02-16
1
-0
/
+10
*
gpio: reflect base and ngpio into gpio_device
Linus Walleij
2016-02-11
1
-2
/
+8
*
gpio: move descriptors into gpio_device
Linus Walleij
2016-02-11
1
-1
/
+3
*
gpio: move sysfs mock device to the gpio_device
Linus Walleij
2016-02-11
1
-4
/
+7
*
gpio: add a userspace chardev ABI for GPIOs
Linus Walleij
2016-02-09
1
-0
/
+2
*
gpio: refer to gpio device in prints and debugfs
Linus Walleij
2016-02-09
1
-6
/
+6
*
gpio: make the gpiochip a real device
Linus Walleij
2016-02-09
1
-1
/
+26
*
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-01-17
1
-1
/
+1
|
\
|
*
gpio: forward-declare enum gpiod_flags
Linus Walleij
2015-12-11
1
-1
/
+1
|
*
gpiolib: tighten up ACPI legacy gpio lookups
Dmitry Torokhov
2015-11-19
1
-0
/
+8
[next]