summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sprd
AgeCommit message (Expand)AuthorLines
2025-09-12pinctrl: Simplify printks with pOF formatKrzysztof Kozlowski-6/+3
2024-10-11pinctrl: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-06-26pinctrl: sprd: Use scope based of_node_put() cleanupsPeng Fan-10/+4
2023-10-10pinctrl: sprd-sc9860: Convert to platform remove callback returning voidUwe Kleine-König-4/+3
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring-1/+0
2022-10-24pinctrl: sprd: Add missing header(s)Andy Shevchenko-2/+5
2021-01-18pinctrl: sprd: Simplify bool comparisonYANG LI-1/+1
2020-09-29pinctrl: sprd: use module_platform_driver to simplify the codeLiu Shixin-12/+1
2020-06-04pinctrl: sprd: Fix the incorrect pull-up definitionBaolin Wang-2/+2
2020-03-27pinctrl: sprd: Add pin high impedance mode supportLinhua Xu-0/+12
2020-03-27pinctrl: sprd: Use the correct pin output configurationLinhua Xu-3/+7
2020-03-03pinctrl: sprd: Fix the kconfig warningBaolin Wang-3/+3
2020-02-29pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleBaolin Wang-3/+6
2019-10-16pinctrl: sprd: Add CM4 sleep mode supportBruce Chen-1/+5
2019-10-16pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration supportBaolin Wang-0/+17
2019-08-10pinctrl: sprd: Add of_node_put() before return to prevent memory leakNishka Dasgupta-2/+7
2019-08-05pinctrl: sprd: Combine the condition of MISC_PIN and COMMON_PINBaolin Wang-17/+2
2019-08-05pinctrl: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang-3/+1
2019-08-03pinctrl: sprd: Fix platform_no_drv_owner.cocci warningsYueHaibing-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-27/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-11-09pinctrl: sprd: Use define directive for sprd_pinconf_params valuesNathan Chancellor-4/+2
2018-09-28pinctrl: sprd: Move DT parsing before registering pinctrl deviceBaolin Wang-7/+6
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-8/+11
2018-01-16pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()Markus Elfring-1/+1
2017-09-12pinctrl: sprd: fix off by one bugsDan Carpenter-4/+4
2017-09-12pinctrl: sprd: check for allocation failureDan Carpenter-3/+7
2017-09-12pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TESTGeert Uytterhoeven-1/+2
2017-09-12pinctrl: sprd: fix build errors and dependenciesRandy Dunlap-0/+2
2017-09-12pinctrl: sprd: make three local functions staticColin Ian King-7/+7
2017-08-31pinctrl: sprd: Add Spreadtrum pin control driverBaolin Wang-0/+2171