summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sprd
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sprd: Simplify bool comparisonYANG LI2021-01-181-1/+1
* pinctrl: sprd: use module_platform_driver to simplify the codeLiu Shixin2020-09-291-12/+1
* pinctrl: sprd: Fix the incorrect pull-up definitionBaolin Wang2020-06-041-2/+2
* pinctrl: sprd: Add pin high impedance mode supportLinhua Xu2020-03-271-0/+12
* pinctrl: sprd: Use the correct pin output configurationLinhua Xu2020-03-271-3/+7
* pinctrl: sprd: Fix the kconfig warningBaolin Wang2020-03-031-3/+3
* pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleBaolin Wang2020-02-292-3/+6
* pinctrl: sprd: Add CM4 sleep mode supportBruce Chen2019-10-161-1/+5
* pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration supportBaolin Wang2019-10-161-0/+17
* pinctrl: sprd: Add of_node_put() before return to prevent memory leakNishka Dasgupta2019-08-101-2/+7
* pinctrl: sprd: Combine the condition of MISC_PIN and COMMON_PINBaolin Wang2019-08-051-17/+2
* pinctrl: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-08-051-3/+1
* pinctrl: sprd: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-08-031-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* pinctrl: sprd: Use define directive for sprd_pinconf_params valuesNathan Chancellor2018-11-091-4/+2
* pinctrl: sprd: Move DT parsing before registering pinctrl deviceBaolin Wang2018-09-281-7/+6
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-8/+11
* pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()Markus Elfring2018-01-161-1/+1
* pinctrl: sprd: fix off by one bugsDan Carpenter2017-09-121-4/+4
* pinctrl: sprd: check for allocation failureDan Carpenter2017-09-121-3/+7
* pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TESTGeert Uytterhoeven2017-09-121-1/+2
* pinctrl: sprd: fix build errors and dependenciesRandy Dunlap2017-09-121-0/+2
* pinctrl: sprd: make three local functions staticColin Ian King2017-09-121-7/+7
* pinctrl: sprd: Add Spreadtrum pin control driverBaolin Wang2017-08-315-0/+2171