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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
gpio: Move irqchip into struct gpio_irq_chip
Thierry Reding
1
-7
/
+7
2017-10-31
gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"
Ard Biesheuvel
1
-5
/
+0
2017-10-31
gpio: mb86s7x: share with other SoCs as module
Ard Biesheuvel
2
-3
/
+7
2017-10-31
gpio: brcmstb: implement suspend/resume/shutdown
Doug Berger
1
-50
/
+151
2017-10-31
gpio: brcmstb: consolidate interrupt domains
Doug Berger
2
-44
/
+146
2017-10-31
gpio: brcmstb: correct the configuration of level interrupts
Doug Berger
1
-2
/
+2
2017-10-31
gpio: brcmstb: switch to handle_level_irq flow
Doug Berger
1
-6
/
+12
2017-10-31
gpio: brcmstb: release the bgpio lock during irq handlers
Doug Berger
1
-5
/
+16
2017-10-31
gpio: brcmstb: allow all instances to be wakeup sources
Doug Berger
1
-7
/
+7
2017-10-31
gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()
Markus Elfring
1
-16
/
+13
2017-10-31
gpio-rcar: use devm_ioremap_resource()
Sergei Shtylyov
1
-8
/
+6
2017-10-30
gpio-mmio: Use the new .get_multiple() callback
Linus Walleij
1
-3
/
+84
2017-10-25
gpio: mmio: Make pin2mask() a private business
Linus Walleij
1
-26
/
+19
2017-10-25
gpio: mpc8xxx: Do not reverse bits using bgpio
Linus Walleij
1
-6
/
+17
2017-10-25
gpio: brcmstb: Do not use gc->pin2mask()
Linus Walleij
1
-3
/
+3
2017-10-25
gpio: grgpio: Do not use gc->pin2mask()
Linus Walleij
1
-3
/
+3
2017-10-25
gpio: loongson1: fix bgpio usage
Linus Walleij
1
-4
/
+3
2017-10-25
gpio: dwapb: fix bgpio usage
Linus Walleij
1
-2
/
+2
2017-10-23
gpio: uniphier: add UniPhier GPIO controller driver
Masahiro Yamada
3
-0
/
+516
2017-10-20
gpio: Fix loose spelling
Andrew Jeffery
3
-6
/
+6
2017-10-19
gpio: Add driver for Maxim MAX3191x industrial serializer
Lukas Wunner
3
-0
/
+503
2017-10-19
gpiolib: clear irq handler and data in one go
Martin Kaiser
1
-2
/
+2
2017-10-19
gpio: mark expected switch fall-throughs
Gustavo A. R. Silva
3
-2
/
+6
2017-10-19
gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for input
Bartosz Golaszewski
1
-0
/
+6
2017-10-19
gpiolib: only check line handle flags once
Bartosz Golaszewski
1
-7
/
+7
2017-10-19
gpio: Introduce ->get_multiple callback
Lukas Wunner
2
-11
/
+172
2017-10-19
gpio: gpio-dwapb: add optional reset
Alan Tull
1
-0
/
+9
2017-10-08
gpio: rcar: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-6
/
+2
2017-10-04
gpio: Alter semantics of *raw* operations to actually be raw
Linus Walleij
1
-43
/
+47
2017-10-04
gpio: Get rid of _prefix and __prefixes
Linus Walleij
1
-26
/
+26
2017-09-22
gpio: thunderx: remove unused .map() hook from irq_domain_ops
Masahiro Yamada
1
-13
/
+0
2017-09-21
gpio: tb10x: Handle return value of devm_kasprintf
Arvind Yadav
1
-0
/
+3
2017-09-21
gpio: brcmstb: Handle return value of devm_kasprintf
Arvind Yadav
1
-0
/
+4
2017-09-19
gpio: dwapb: Add wakeup source support
Hoan Tran
1
-1
/
+22
2017-09-19
gpio: xgene-sb: Tidy up fwnode usage
Robin Murphy
1
-11
/
+2
2017-09-07
Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-1
/
+1
2017-09-05
Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
42
-315
/
+1333
2017-09-04
mfd: twl: Move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-08-31
gpio: mockup: remove unused variable gc
Colin Ian King
1
-2
/
+0
2017-08-31
gpio: pl061: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-08-31
Revert "gpiolib: request the gpio before querying its direction"
Linus Walleij
1
-11
/
+0
2017-08-23
gpio: twl6040: remove unneeded forward declaration
Masahiro Yamada
1
-2
/
+0
2017-08-23
gpio: zevio: make gpio_chip const
Bhumika Goyal
1
-1
/
+1
2017-08-23
gpio: add gpio_add_lookup_tables() to add several tables at once
Dmitry Torokhov
1
-0
/
+17
2017-08-22
gpio: brcmstb: check return value of gpiochip_irqchip_add()
Masahiro Yamada
1
-4
/
+5
2017-08-22
gpio: Add gpio driver support for ThunderX and OCTEON-TX
David Daney
3
-0
/
+649
2017-08-21
gpio: mockup: use irq_sim
Bartosz Golaszewski
2
-71
/
+8
2017-08-21
gpio: mxs: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+9
2017-08-21
gpio: mxc: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+10
2017-08-21
gpio: pch: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+7
[next]