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
2018-12-14
gpio: pca953x: Repair multi-byte IO address increment on PCA9575
Marek Vasut
1
-8
/
+11
2018-12-14
gpio: pca953x: Fix AI overflow on PCAL6524
Marek Vasut
1
-1
/
+1
2018-12-14
gpio: pca953x: Deduplicate the bank_shift
Marek Vasut
1
-7
/
+11
2018-12-14
gpio: tegra186: Rename flow variable to type
Thierry Reding
1
-3
/
+3
2018-12-14
Merge tag 'intel-gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Walleij
7
-288
/
+116
2018-12-14
gpio: Pass a flag to gpiochip_request_own_desc()
Linus Walleij
3
-13
/
+23
2018-12-11
Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
4
-8
/
+9
2018-12-11
gpio: Add devm_gpiod_unhinge()
Linus Walleij
1
-0
/
+30
2018-12-11
gpio: devres: Handle nonexclusive GPIOs
Linus Walleij
1
-12
/
+38
2018-12-11
gpio: Enable nonexclusive gpiods from DT nodes
Linus Walleij
1
-0
/
+2
2018-12-11
gpio: Export gpiod_get_from_of_node()
Linus Walleij
1
-6
/
+0
2018-12-10
gpio: lpc18xx: fix GPIO controller driver build as a module
Vladimir Zapolskiy
1
-2
/
+0
2018-12-07
gpio: sodaville: Convert to use SPDX identifier
Andy Shevchenko
1
-5
/
+1
2018-12-07
gpio: sch: Convert to use SPDX identifier
Andy Shevchenko
1
-14
/
+2
2018-12-07
gpio: pch: Convert to use SPDX identifier
Andy Shevchenko
1
-14
/
+2
2018-12-07
gpio: merrifield: Convert to use SPDX identifier
Andy Shevchenko
1
-4
/
+1
2018-12-07
gpio: lynxpoint: Convert to use SPDX identifier
Andy Shevchenko
1
-15
/
+2
2018-12-07
gpio: intel-mid: Convert to use SPDX identifier
Andy Shevchenko
1
-9
/
+1
2018-12-07
gpio: ich: Convert to use SPDX identifier
Andy Shevchenko
1
-14
/
+1
2018-12-07
gpio: sodaville: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: pch: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: ich: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: sch: Remove linux/init.h and sort headers
Andy Shevchenko
1
-6
/
+5
2018-12-07
gpio: merrifield: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2018-12-07
gpio: lynxpoint: Remove linux/init.h and sort headers
Andy Shevchenko
1
-8
/
+7
2018-12-07
gpio: intel-mid: Remove linux/module.h and sort headers
Andy Shevchenko
1
-4
/
+2
2018-12-07
gpio: pch: Remove duplicate assignments
Andy Shevchenko
1
-4
/
+1
2018-12-07
gpio: pch: Remove redundant __func__ from debug print
Andy Shevchenko
1
-7
/
+4
2018-12-07
gpio: ich: Join string literals back
Andy Shevchenko
1
-3
/
+2
2018-12-07
gpio: ich: Convert pr_<level> to dev_<level>
Andy Shevchenko
1
-6
/
+5
2018-12-07
gpio: ich: Switch to use struct device instead of platform_device
Andy Shevchenko
1
-10
/
+11
2018-12-07
gpio: ich: Simplify error handling in ichx_write_bit()
Andy Shevchenko
1
-12
/
+3
2018-12-07
gpio: sodaville: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-6
/
+3
2018-12-07
gpio: pch: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-8
/
+6
2018-12-07
gpio: uniphier: convert to SPDX License Identifier
Masahiro Yamada
1
-13
/
+4
2018-12-07
gpio: zynq: Report gpio direction at boot
Brandon Maier
1
-0
/
+23
2018-12-07
gpio: ks8695: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-12
/
+3
2018-12-07
gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
Hans de Goede
1
-60
/
+84
2018-12-07
gpio: lpc18xx: add GPIO pin interrupt controller support
Vladimir Zapolskiy
2
-4
/
+264
2018-12-07
gpio: lpc18xx: use resource managed interface to register GPIO controller
Vladimir Zapolskiy
1
-2
/
+1
2018-12-07
gpio: lpc18xx: add struct device local variable
Vladimir Zapolskiy
1
-7
/
+8
2018-12-07
gpio: lpc18xx: use SPDX license identifier
Vladimir Zapolskiy
1
-4
/
+1
2018-12-07
gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
Nicholas Mc Guire
1
-2
/
+6
2018-12-07
gpio: mt7621: report failure of devm_kasprintf()
Nicholas Mc Guire
1
-0
/
+2
2018-12-06
gpio: rcar: reference device instead of platform device
Vladimir Zapolskiy
1
-13
/
+11
2018-12-03
gpio: lynxpoint: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-5
/
+7
2018-12-03
gpio: pch: Convert to dev_pm_ops
Andy Shevchenko
1
-40
/
+13
2018-12-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-1
/
+1
2018-12-02
gpio: sodaville: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
1
-34
/
+18
2018-12-02
gpio: pch: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
1
-52
/
+12
[prev]
[next]