summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
Commit message (Expand)AuthorAgeFilesLines
* hwspinlock: omap: Use index to get hwspinlock pointerAndrew Davis2024-03-051-3/+2
* hwspinlock: omap: Use devm_hwspin_lock_register() helperAndrew Davis2024-03-051-16/+1
* hwspinlock: omap: Use devm_pm_runtime_enable() helperAndrew Davis2024-03-051-25/+8
* hwspinlock: omap: Remove unneeded check for OF nodeAndrew Davis2024-03-051-4/+0
* hwspinlock/core: fix kernel-doc warningsRandy Dunlap2023-12-071-24/+29
* hwspinlock: qcom: Remove IPQ6018 SOC specific compatibleVignesh Viswanathan2023-12-071-1/+0
* hwspinlock: qcom: add missing regmap config for SFPB MMIO implementationChristian Marangi2023-07-171-0/+9
* hwspinlock: u8500: Convert to platform remove callback returning voidUwe Kleine-König2023-07-151-4/+2
* hwspinlock: omap: Convert to platform remove callback returning voidUwe Kleine-König2023-07-151-5/+3
* hwspinlock: omap: Emit only one error message for errors in .remove()Uwe Kleine-König2023-07-151-1/+1
* hwspinlock: add a check of devm_regmap_field_alloc in qcom_hwspinlock_probeKang Chen2023-07-151-0/+2
* hwspinlock: omap: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-06-141-1/+1
* hwspinlock: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* hwspinlock: Use device_match_of_node()ye xingchen2022-12-281-1/+1
* hwspinlock: qcom: add support for MMIO on older SoCsKrzysztof Kozlowski2022-09-131-10/+32
* hwspinlock: qcom: correct MMIO max register for newer SoCsKrzysztof Kozlowski2022-09-131-1/+1
* hwspinlock: qcom: Add support for mmio usage to sfpb-mutexChristian Marangi2022-07-161-5/+23
* hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-221-4/+2
* hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2022-03-111-2/+1
* hwspinlock: stm32: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2022-03-111-3/+1
* hwspinlock: stm32: enable clock at probeFabien Dessenne2021-11-171-21/+37
* hwspinlock: add sun6i hardware spinlock supportWilken Gottwalt2021-05-273-0/+220
* hwspinlock: remove sirf driverArnd Bergmann2021-03-173-117/+0
* hwspinlock: omap: Add support for K3 AM64x SoCsSuman Anna2021-02-091-1/+3
* hwspinlock: sirf: Remove the redundant 'of_match_ptr'Baolin Wang2020-12-101-1/+1
* hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'Chunyan Zhang2020-11-171-1/+1
* hwspinlock: sprd: use module_platform_driver() instead postcore initcallChunyan Zhang2020-11-021-12/+1
* hwspinlock: sprd: Remove redundant header filesBaolin Wang2020-10-261-2/+0
* hwspinlock: qcom: Allow mmio usage in addition to sysconBjorn Andersson2020-07-131-16/+54
* hwspinlock: Simplify KconfigEzequiel Garcia2020-06-211-6/+4
* hwspinlock: hwspinlock_internal.h: Replace zero-length array with flexible-ar...Gustavo A. R. Silva2020-03-251-1/+1
* hwspinlock: Allow drivers to be built with COMPILE_TESTBaolin Wang2020-03-251-6/+6
* hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang2020-01-211-18/+3
* hwspinlock: sirf: Remove redundant PM runtime functionsBaolin Wang2020-01-211-18/+4
* hwspinlock: sirf: Change to use devm_platform_ioremap_resource()Baolin Wang2020-01-211-6/+3
* hwspinlock: omap: Use devm_kzalloc() to allocate memoryBaolin Wang2020-01-211-5/+3
* hwspinlock: omap: Change to use devm_platform_ioremap_resource()Baolin Wang2020-01-211-16/+8
* hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang2020-01-211-17/+2
* hwspinlock: qcom: Remove redundant PM runtime functionsBaolin Wang2020-01-211-11/+2
* hwspinlock: stm32: convert to devm_platform_ioremap_resourceYangtao Li2019-12-281-3/+1
* hwspinlock: u8500_hsem: Remove redundant PM runtime implementationBaolin Wang2019-11-081-15/+4
* hwspinlock: sprd: Remove redundant PM runtime implementationBaolin Wang2019-11-081-18/+3
* hwspinlock: Let the PM runtime can be optionalBaolin Wang2019-11-081-4/+4
* hwspinlock: Remove BUG_ON() from the hwspinlock coreBaolin Wang2019-11-081-4/+4
* hwspinlock: sprd: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang2019-10-041-5/+3
* hwspinlock: sprd: Use devm_add_action_or_reset() for calls to clk_disable_unp...Baolin Wang2019-10-041-2/+15
* hwspinlock: sprd: Check the return value of clk_prepare_enable()Baolin Wang2019-10-041-1/+3
* hwspinlock: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-10-041-3/+1
* hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register hwlock co...Baolin Wang2019-10-041-9/+2
* hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memoryBaolin Wang2019-10-041-9/+6