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
2019-01-23
gpiolib: fix line event timestamps for nested irqs
Bartosz Golaszewski
1
-1
/
+8
2018-12-29
Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-36
/
+40
2018-12-14
gpio: Pass a flag to gpiochip_request_own_desc()
Linus Walleij
1
-2
/
+19
2018-12-11
Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
1
-2
/
+3
2018-12-11
gpio: Enable nonexclusive gpiods from DT nodes
Linus Walleij
1
-0
/
+2
2018-11-15
gpio: drop devm_gpio_chip_match()
Laurent Pinchart
1
-14
/
+0
2018-11-09
gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
Vladimir Zapolskiy
1
-2
/
+3
2018-11-05
gpiolib: Fix possible use after free on label
Muchun Song
1
-4
/
+21
2018-11-05
gpio: drop devm_gpiochip_remove()
Uwe Kleine-König
1
-17
/
+1
2018-10-23
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-155
/
+464
2018-10-21
Merge branch 'regulator-4.20' into regulator-next
Mark Brown
1
-2
/
+17
2018-10-16
gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()
Stephen Boyd
1
-2
/
+1
2018-10-16
gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()
Stephen Boyd
1
-6
/
+2
2018-10-16
gpio: Drop parent irq assignment during cascade setup
Stephen Boyd
1
-10
/
+0
2018-10-12
regulator/gpio: Allow nonexclusive GPIO access
Linus Walleij
1
-2
/
+17
2018-10-12
gpiolib: Initialize gdev field before is used
Ricardo Ribalda Delgado
1
-2
/
+3
2018-10-10
gpio: Assign gpio_irq_chip::parents to non-stack pointer
Stephen Boyd
1
-1
/
+2
2018-10-10
gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chip
Uwe Kleine-König
1
-1
/
+1
2018-10-10
gpiolib: Show correct direction from the beginning
Ricardo Ribalda Delgado
1
-14
/
+13
2018-10-10
gpiolib: Add init_valid_mask exported function
Ricardo Ribalda Delgado
1
-2
/
+14
2018-10-02
gpio: Slightly more helpful debugfs
Linus Walleij
1
-4
/
+7
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-19
gpiolib: Free the last requested descriptor
Ricardo Ribalda Delgado
1
-1
/
+1
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
[next]