summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/sprd_hwspinlock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2022-03-111-2/+1
* hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'Chunyan Zhang2020-11-181-1/+1
* hwspinlock: sprd: use module_platform_driver() instead postcore initcallChunyan Zhang2020-11-031-12/+1
* hwspinlock: sprd: Remove redundant header filesBaolin Wang2020-10-261-2/+0
* hwspinlock: sprd: Remove redundant PM runtime implementationBaolin Wang2019-11-091-18/+3
* hwspinlock: sprd: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang2019-10-051-5/+3
* hwspinlock: sprd: Use devm_add_action_or_reset() for calls to clk_disable_unp...Baolin Wang2019-10-051-2/+15
* hwspinlock: sprd: Check the return value of clk_prepare_enable()Baolin Wang2019-10-051-1/+3
* hwspinlock: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-10-051-3/+1
* hwspinlock: sprd: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
* hwspinlock: sprd: Add hardware spinlock driverBaolin Wang2017-05-171-0/+183