index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
gpio: Restore indentation of continued lines
Geert Uytterhoeven
1
-10
/
+10
2018-10-01
gpio: Propagate errors from gpiod_set_array_value_complex()
Geert Uytterhoeven
1
-14
/
+16
2018-10-01
gpiolib: Fix incorrect use of find_next_zero_bit()
Janusz Krzysztofik
1
-6
/
+3
2018-09-25
gpio: Add comments on single direction chips
Linus Walleij
1
-6
/
+27
2018-09-25
gpiolib: Fix gpio_direction_* for single direction GPIOs
Ricardo Ribalda Delgado
1
-8
/
+28
2018-09-25
gpio: Use SPDX header for core library
Linus Walleij
1
-0
/
+1
2018-09-24
gpiolib: Fix array members of same chip processed separately
Janusz Krzysztofik
1
-10
/
+25
2018-09-24
gpiolib: Fix missing updates of bitmap index
Janusz Krzysztofik
1
-5
/
+6
2018-09-20
Merge branch 'ib-array-bitmaps' into devel
Linus Walleij
1
-45
/
+220
2018-09-17
gpiolib: check if irqchip already has the irq hook replacements
Hans Verkuil
1
-0
/
+10
2018-09-14
gpiolib: use better errno if get_direction is not available
Wolfram Sang
1
-4
/
+4
2018-09-13
gpiolib: Implement fast processing path in get/set array
Janusz Krzysztofik
1
-5
/
+82
2018-09-13
gpiolib: Pass array info to get/set array functions
Janusz Krzysztofik
1
-8
/
+32
2018-09-13
gpiolib: Identify arrays matching GPIO hardware
Janusz Krzysztofik
1
-1
/
+71
2018-09-13
gpiolib: Pass bitmaps, not integer arrays, to get/set array
Janusz Krzysztofik
1
-39
/
+43
2018-09-13
gpiolib: Don't support irq sharing for userspace
Uwe Kleine-König
1
-5
/
+4
2018-09-10
gpiolib: override irq_enable/disable
Hans Verkuil
1
-4
/
+39
2018-09-10
gpiolib: add flag to indicate if the irq is disabled
Hans Verkuil
1
-2
/
+27
2018-09-10
gliolib: set hooks in gpiochip_set_irq_hooks()
Hans Verkuil
1
-24
/
+21
2018-09-10
gpiolib: export gpiochip_irq_reqres/relres()
Hans Verkuil
1
-22
/
+33
2018-08-11
gpiolib: Avoid calling chip->request() for unused gpios
Biju Das
1
-1
/
+6
2018-08-11
gpiolib: Fix of_node inconsistency
Biju Das
1
-0
/
+2
2018-08-07
gpiolib: Don't shadow error code of gpiochip_lock_as_irq()
Andy Shevchenko
1
-2
/
+4
2018-07-29
gpiolib: probe deferral error reporting
Marcel Ziswiler
1
-2
/
+2
2018-07-16
gpiolib: remove an unnecessary TODO
Bartosz Golaszewski
1
-1
/
+1
2018-07-16
gpiolib: don't allow userspace to set values of input lines
Bartosz Golaszewski
1
-1
/
+7
2018-07-13
gpiolib: Join one line back for better readability
Andy Shevchenko
1
-3
/
+1
2018-07-13
gpiolib: Consistent use of ->get_direction() inside gpiolib
Andy Shevchenko
1
-6
/
+1
2018-07-09
gpiolib: Defer on non-DT find_chip_by_name() failure
Janusz Krzysztofik
1
-3
/
+10
2018-07-09
gpiolib: Respect error code of ->get_direction()
Andy Shevchenko
1
-0
/
+6
2018-07-09
gpiolib: Join string literals back
Andy Shevchenko
1
-7
/
+5
2018-06-18
gpio: Add API to explicitly name a consumer
Linus Walleij
1
-0
/
+13
2018-06-08
Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-17
/
+126
2018-06-07
Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+10
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-05-24
gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrls
Christian Lamparter
1
-0
/
+10
2018-05-23
gpio: Remove VLA from gpiolib
Laura Abbott
1
-17
/
+59
2018-05-16
gpiolib: fix gpiochip_machine_hog()
Dan Carpenter
1
-1
/
+1
2018-05-16
gpiolib: add hogs support for machine code
Bartosz Golaszewski
1
-0
/
+67
2018-04-27
gpio: fix error path in lineevent_create
Uwe Kleine-König
1
-1
/
+1
2018-04-26
gpioib: do not free unrequested descriptors
Timur Tabi
1
-2
/
+3
2018-03-27
Merge branch 'gpio-reserved-ranges' into devel
Linus Walleij
1
-5
/
+61
2018-03-27
gpiolib: Support 'gpio-reserved-ranges' property
Stephen Boyd
1
-0
/
+46
2018-03-27
gpiolib: Change bitmap allocation to kmalloc_array
Stephen Boyd
1
-1
/
+1
2018-03-27
gpiolib: Extract mask allocation into subroutine
Stephen Boyd
1
-5
/
+15
2018-03-02
gpiolib: friendly debug information for consumer
Wang Dongsheng
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-31
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-107
/
+223
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
[next]