aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/sprd_hwspinlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2020-11-17hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'Chunyan Zhang1-1/+1
2020-11-02hwspinlock: sprd: use module_platform_driver() instead postcore initcallChunyan Zhang1-12/+1
2020-10-26hwspinlock: sprd: Remove redundant header filesBaolin Wang1-2/+0
2019-11-08hwspinlock: sprd: Remove redundant PM runtime implementationBaolin Wang1-18/+3
2019-10-04hwspinlock: sprd: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang1-5/+3
2019-10-04hwspinlock: sprd: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()Baolin Wang1-2/+15
2019-10-04hwspinlock: sprd: Check the return value of clk_prepare_enable()Baolin Wang1-1/+3
2019-10-04hwspinlock: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang1-3/+1
2018-05-24hwspinlock: sprd: Switch to SPDX license identifierSuman Anna1-9/+1
2017-05-17hwspinlock: sprd: Add hardware spinlock driverBaolin Wang1-0/+183