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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
pinctrl-tz1090-pdc: add TZ1090 PDC pinctrl driver
James Hogan
3
-0
/
+1036
2013-06-24
pinctrl-tz1090: add TZ1090 pinctrl driver
James Hogan
3
-0
/
+2084
2013-06-24
pinctrl: samsung: Staticize drvdata_list
Sachin Kamat
1
-1
/
+1
2013-06-24
pinctrl: rockchip: Add missing irq_gc_unlock() call before return error
Axel Lin
1
-0
/
+1
2013-06-24
pinctrl: abx500: rework error path
Patrice Chotard
1
-27
/
+87
2013-06-24
pinctrl: abx500: suppress hardcoded value
Patrice Chotard
1
-4
/
+17
2013-06-24
pinctrl: abx500: factorize code
Patrice Chotard
1
-17
/
+15
2013-06-24
pinctrl: abx500: fix abx500_gpio_get()
Patrice Chotard
1
-2
/
+15
2013-06-24
pinctrl: abx500: fix abx500_pin_config_set()
Patrice Chotard
1
-6
/
+25
2013-06-24
pinctrl: abx500: Add device tree support
Patrice Chotard
1
-0
/
+184
2013-06-24
sh-pfc: Guard DT parsing with #ifdef CONFIG_OF
Laurent Pinchart
1
-0
/
+4
2013-06-18
pinctrl: add Intel BayTrail GPIO/pinctrl support
Mathias Nyman
3
-0
/
+556
2013-06-18
pinctrl: Staticize local symbols
Sachin Kamat
1
-2
/
+2
2013-06-18
pinctrl: spear/plgpio: Staticize spear310_o2p
Sachin Kamat
1
-1
/
+1
2013-06-18
pinctrl: nomadik: Staticize local symbols
Sachin Kamat
1
-3
/
+3
2013-06-18
pinctrl: bcm2835: Staticize bcm2835_gpio_pins
Sachin Kamat
1
-1
/
+1
2013-06-18
sh-pfc: Add pinconf support to DT bindings
Laurent Pinchart
1
-12
/
+97
2013-06-18
sh-pfc: Add DT support
Laurent Pinchart
2
-1
/
+179
2013-06-18
sh-pfc: Remove support for platform data
Laurent Pinchart
1
-2
/
+1
2013-06-18
pinctrl: core: fix missing unlock on error in pinctrl_find_gpio_range_from_pin()
Wei Yongjun
1
-8
/
+7
2013-06-17
pinctrl: exynos: ack level-triggered interrupts before unmasking
Doug Anderson
1
-0
/
+22
2013-06-17
pinctrl: export pinctrl_pm_select_*_state
Arnd Bergmann
1
-1
/
+3
2013-06-17
pinctrl: rockchip: correctly handle arguments of pinconf options
Heiko Stübner
1
-4
/
+37
2013-06-17
pinctrl: single: adopt pinctrl sleep mode management
Hebbar Gururaja
1
-0
/
+27
2013-06-17
spi: pl022: remove unused ret and pins_state variables
Fabio Baltieri
1
-5
/
+0
2013-06-17
pinctrl: sunxi: Add Allwinner A10s pins
Maxime Ripard
2
-0
/
+646
2013-06-17
pinctrl: sunxi: Move the pins definitions to a separate header
Maxime Ripard
2
-1360
/
+1379
2013-06-17
pinctrl: dynamically alloc temp array when parsing dt pinconf options
Heiko Stübner
1
-6
/
+18
2013-06-17
pinctrl: handle zero found dt pinconfig properties better
Heiko Stübner
1
-0
/
+7
2013-06-17
pinctrl: clarify some dt pinconfig options
Heiko Stübner
1
-4
/
+5
2013-06-17
pinctrl: add pin list based GPIO ranges
Christian Ruppert
1
-10
/
+49
2013-06-16
pinctrl: exynos: reorder xyz_irq_unmask() so future patch can ack
Doug Anderson
1
-26
/
+26
2013-06-16
pinctrl: exynos: Add spinlocks to irq_mask and irq_unmask
Doug Anderson
1
-0
/
+20
2013-06-16
pinctrl: abx500: fix build warning
Patrice Chotard
1
-1
/
+1
2013-06-16
pinctrl: add pinctrl driver for Rockchip SoCs
Heiko Stübner
3
-0
/
+1367
2013-06-16
pinctrl: add function to parse generic pinconfig properties from a dt node
Heiko Stübner
2
-0
/
+87
2013-06-16
drivers: net: davinci_mdio: use pinctrl PM helpers
Mugunthan V N
1
-0
/
+10
2013-06-16
drivers: net: cpsw: use pinctrl PM helpers
Mugunthan V N
1
-0
/
+11
2013-06-16
spi: pl022: use pinctrl PM helpers
Linus Walleij
1
-57
/
+8
2013-06-16
pinctrl: sunxi: Add external interrupt functions
Maxime Ripard
1
-26
/
+73
2013-06-16
pinctrl: sunxi: Add external interrupts support
Maxime Ripard
2
-0
/
+223
2013-06-16
pinctrl: sunxi: Search the description array by pin id
Maxime Ripard
1
-21
/
+29
2013-06-16
pinctrl: exynos5440: fix issues reported by prevent tool
Thomas Abraham
1
-5
/
+8
2013-06-16
pinctrl: pinctrl-single: pin names for pinctrl-single.bits
Manjunathappa, Prakash
1
-5
/
+10
2013-06-16
pinctrl: pinctrl-single: enhance to configure multiple pins of different modules
Manjunathappa, Prakash
1
-33
/
+165
2013-06-16
i2c: nomadik: use pinctrl PM helpers
Linus Walleij
1
-80
/
+10
2013-06-16
tty: serial: modify PL011 driver to use pinctrl PM helpers
Linus Walleij
1
-39
/
+3
2013-06-16
drivers: pinctrl sleep and idle states in the core
Linus Walleij
2
-0
/
+80
2013-06-16
pinctrl: add pinconf-generic define for a pin-default pull
Heiko Stübner
1
-0
/
+2
2013-06-16
pinctrl: add VF610 pinctrl driver
Jingchang Lu
3
-0
/
+347
[next]