index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-07-22
Merge tag 'intel-gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
6
-59
/
+70
2020-07-22
gpio: sch: Add a blank line between declaration and code
Abanoub Sameh
1
-0
/
+1
2020-07-22
gpio: sch: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-11
/
+11
2020-07-22
gpio: ich: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-13
/
+13
2020-07-22
gpio: wcove: Use irqchip template
Linus Walleij
1
-14
/
+16
2020-07-22
gpio: crystalcove: Use irqchip template
Linus Walleij
1
-9
/
+15
2020-07-22
spi: ppc4xx: Convert to use GPIO descriptors
Linus Walleij
1
-4
/
+6
2020-07-21
gpio: crystalcove: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-5
/
+5
2020-07-21
gpio: pch: Add a blank line between declaration and code
Abanoub Sameh
1
-0
/
+1
2020-07-21
gpio: pch: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-5
/
+5
2020-07-20
gpio: pca953x: Use irqchip template
Linus Walleij
1
-12
/
+13
2020-07-20
gpio: omap: handle pin config bias flags
Drew Fustini
1
-5
/
+11
2020-07-20
gpio: pcf857x: Use irqchip template
Linus Walleij
1
-23
/
+24
2020-07-20
gpio: adp5588: Use irqchip template
Linus Walleij
1
-15
/
+24
2020-07-20
gpio: adnp: Use irqchip template
Linus Walleij
1
-47
/
+48
2020-07-20
gpio: stmpe: Use irqchip template
Linus Walleij
1
-13
/
+11
2020-07-20
gpio: tc35892: Use irqchip template
Linus Walleij
1
-15
/
+11
2020-07-17
gpio: max77620: Use helper variable and clarify
Linus Walleij
1
-5
/
+11
2020-07-16
gpio: mmio: replace open-coded for_each_set_bit()
Andy Shevchenko
1
-13
/
+7
2020-07-16
gpio: pca9570: add GPO driver for PCA9570
Sungbo Eo
3
-0
/
+155
2020-07-16
gpio: max77620: Initialize hardware state of interrupts
Dmitry Osipenko
1
-0
/
+25
2020-07-16
gpio: max77620: Use irqchip template
Dmitry Osipenko
1
-8
/
+6
2020-07-16
gpio: max77620: Don't shadow error code of platform_get_irq()
Dmitry Osipenko
1
-4
/
+6
2020-07-16
gpio: max77620: Don't set of_node
Dmitry Osipenko
1
-4
/
+1
2020-07-16
gpio: max77620: Fix missing release of interrupt
Dmitry Osipenko
1
-2
/
+3
2020-07-16
gpio: max77620: Replace 8 with MAX77620_GPIO_NR
Dmitry Osipenko
1
-3
/
+3
2020-07-12
gpiolib: cdev: refactor lineevent cleanup into lineevent_free
Kent Gibson
1
-23
/
+21
2020-07-12
gpiolib: cdev: refactor linehandle cleanup into linehandle_free
Kent Gibson
1
-20
/
+19
2020-07-12
gpiolib: cdev: remove recalculation of offset
Kent Gibson
1
-13
/
+7
2020-07-12
gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
Kent Gibson
1
-5
/
+5
2020-07-12
gpiolib: cdev: rename priv to cdev
Kent Gibson
1
-45
/
+45
2020-07-12
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
3
-20
/
+20
2020-07-12
gpiolib: cdev: remove pointless decrement of i
Kent Gibson
1
-2
/
+0
2020-07-12
gpiolib: cdev: rename numdescs to num_descs
Kent Gibson
1
-10
/
+10
2020-07-12
gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...
Kent Gibson
1
-35
/
+35
2020-07-12
gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
Kent Gibson
1
-41
/
+19
2020-07-12
gpiolib: cdev: minor indentation fixes
Kent Gibson
1
-14
/
+14
2020-07-12
gpiolib: cdev: sort includes
Kent Gibson
1
-11
/
+11
2020-07-12
gpiolib: move gpiolib-sysfs function declarations into their own header
Kent Gibson
4
-18
/
+26
2020-07-09
Merge branch 'devel' into for-next
Linus Walleij
23
-1201
/
+1335
2020-07-08
Merge branch 'lee-fixes' into devel
Linus Walleij
8
-25
/
+31
2020-07-08
gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing Sparse
Lee Jones
1
-0
/
+2
2020-07-08
gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be use
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-mlxbf: Tell the compiler that ACPI functions may not be used
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-it87: Fix formatting issues which confuse kerneldoc
Lee Jones
1
-7
/
+7
2020-07-08
gpio: gpio-syscon: Fix formatting issues which confuse kerneldoc
Lee Jones
1
-6
/
+6
2020-07-08
gpio: gpio-sama5d2-piobu: Demote all kerneldoc headers to basic comment blocks
Lee Jones
1
-8
/
+8
2020-07-08
gpio: gpio-pmic-eic-sprd: Fix incorrectly named property 'map'
Lee Jones
1
-1
/
+1
2020-07-08
gpio: gpio-altera: Add missing kerneldoc entry and demote comment
Lee Jones
1
-1
/
+2
2020-07-08
gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count()
Lee Jones
1
-0
/
+3
[prev]
[next]