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
/
pinctrl
/
mvebu
/
pinctrl-mvebu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-26
pinctrl: mvebu: Missing a blank line after declarations.
Xin Gao
1
-0
/
+10
2019-10-24
pinctrl: mvebu: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-09-14
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
1
-1
/
+1
2018-08-29
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-6
/
+10
2017-12-20
pinctrl: mvebu: Delete an error message for a failed memory allocation in mve...
Markus Elfring
1
-3
/
+2
2017-06-16
pinctrl: mvebu: remove the offset property for regmap
Gregory CLEMENT
1
-5
/
+1
2017-02-13
pinctrl: mvebu: make bool drivers explicitly non-modular
Paul Gortmaker
1
-1
/
+0
2017-01-18
pinctrl: mvebu: add simple regmap based pinctrl implementation
Russell King
1
-0
/
+60
2017-01-18
pinctrl: mvebu: provide generic simple mmio-based implementation
Russell King
1
-0
/
+57
2017-01-18
pinctrl: mvebu: provide per-control private data
Russell King
1
-4
/
+10
2017-01-18
pinctrl: mvebu: constify mvebu_mpp_ctrl structures
Russell King
1
-3
/
+3
2017-01-17
pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()
Markus Elfring
1
-8
/
+8
2017-01-17
pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()
Markus Elfring
1
-4
/
+5
2017-01-17
pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group...
Markus Elfring
1
-1
/
+0
2017-01-17
pinctrl: mvebu: Delete an error message for a failed memory allocation in thr...
Markus Elfring
1
-11
/
+3
2017-01-17
pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()
Markus Elfring
1
-1
/
+1
2016-04-21
pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
1
-8
/
+1
2016-02-14
pinctrl: mvebu: fix num_settings in mpp group assignment
Sebastian Hesselbarth
1
-3
/
+6
2015-12-09
pinctrl: mvebu: complain about missing group after checking variant
Sebastian Hesselbarth
1
-13
/
+16
2015-06-10
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
1
-2
/
+2
2014-09-04
pinctrl: clean up after enable refactoring
Linus Walleij
1
-3
/
+3
2014-02-25
pinctrl: mvebu: remove common get/set functions
Sebastian Hesselbarth
1
-47
/
+2
2014-02-25
pinctrl: mvebu: move resource allocation to SoC specific drivers
Sebastian Hesselbarth
1
-8
/
+0
2014-02-25
pinctrl: mvebu: remove passing mvebu_mpp_ctrl to callbacks
Sebastian Hesselbarth
1
-4
/
+4
2014-02-25
pinctrl: mvebu: identify generic controls by name
Sebastian Hesselbarth
1
-14
/
+16
2014-02-25
pinctrl: mvebu: remove obsolete per-control name buffer allocation
Sebastian Hesselbarth
1
-9
/
+0
2014-02-25
pinctrl: mvebu: count unnamed controls and allocate name buffer
Sebastian Hesselbarth
1
-5
/
+19
2013-08-28
pinctrl: mvebu: testing the wrong variable
Dan Carpenter
1
-1
/
+1
2013-08-28
pinctrl: mvebu: Convert to use devm_ioremap_resource
Jisheng Zhang
1
-6
/
+5
2013-08-28
pinctrl: Pass all configs to driver on pin_config_set()
Sherman Yin
1
-6
/
+20
2013-04-04
Merge tag 'v3.9-rc5' into devel
Linus Walleij
1
-1
/
+1
2013-03-28
pinctrl: mvebu: prevent walking off the end of group array
David Woodhouse
1
-12
/
+21
2013-03-21
pinctrl: mvebu: fix checking for SoC specific controls
Simon Guinot
1
-1
/
+1
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
1
-3
/
+3
2013-01-04
Drivers: pinctrl: remove __dev* attributes.
Greg Kroah-Hartman
1
-6
/
+5
2012-11-11
pinctrl: mvebu: move to its own directory
Thomas Petazzoni
1
-0
/
+753