index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sprd
Age
Commit message (
Expand
)
Author
2020-03-27
pinctrl: sprd: Add pin high impedance mode support
Linhua Xu
2020-03-27
pinctrl: sprd: Use the correct pin output configuration
Linhua Xu
2020-03-03
pinctrl: sprd: Fix the kconfig warning
Baolin Wang
2020-02-29
pinctrl: sprd: Allow the SPRD pinctrl driver building into a module
Baolin Wang
2019-10-16
pinctrl: sprd: Add CM4 sleep mode support
Bruce Chen
2019-10-16
pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration support
Baolin Wang
2019-08-10
pinctrl: sprd: Add of_node_put() before return to prevent memory leak
Nishka Dasgupta
2019-08-05
pinctrl: sprd: Combine the condition of MISC_PIN and COMMON_PIN
Baolin Wang
2019-08-05
pinctrl: sprd: Change to use devm_platform_ioremap_resource()
Baolin Wang
2019-08-03
pinctrl: sprd: Fix platform_no_drv_owner.cocci warnings
YueHaibing
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-11-09
pinctrl: sprd: Use define directive for sprd_pinconf_params values
Nathan Chancellor
2018-09-28
pinctrl: sprd: Move DT parsing before registering pinctrl device
Baolin Wang
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-01-16
pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()
Markus Elfring
2017-09-12
pinctrl: sprd: fix off by one bugs
Dan Carpenter
2017-09-12
pinctrl: sprd: check for allocation failure
Dan Carpenter
2017-09-12
pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST
Geert Uytterhoeven
2017-09-12
pinctrl: sprd: fix build errors and dependencies
Randy Dunlap
2017-09-12
pinctrl: sprd: make three local functions static
Colin Ian King
2017-08-31
pinctrl: sprd: Add Spreadtrum pin control driver
Baolin Wang