summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/omap_hwspinlock.c
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: 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: omap: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-06-141-1/+1
* hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-221-4/+2
* hwspinlock: omap: Add support for K3 AM64x SoCsSuman Anna2021-02-091-1/+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/omap: Add a trace during probeSuman Anna2019-06-291-0/+3
* hwspinlock/omap: Add support for TI K3 SoCsSuman Anna2019-06-291-0/+1
* Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds2018-06-111-9/+1
|\
| * hwspinlock/omap: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
|/
* hwspinlock/omap: add support for dt nodesSuman Anna2015-05-021-4/+14
* hwspinlock: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* hwspinlock/omap: enable module before reading SYSSTATUS registerSuman Anna2014-07-291-7/+20
* hwspinlock: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwspinlock: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwspinlock: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwspinlock/omap: omap_hwspinlock_remove should be __devexitOhad Ben-Cohen2011-09-211-2/+2
* hwspinlock/core: register a bank of hwspinlocks in a single API callOhad Ben-Cohen2011-09-211-57/+29
* hwspinlock/core/omap: fix id issues on multiple hwspinlock devicesOhad Ben-Cohen2011-09-211-1/+5
* hwspinlock/omap: simplify allocation schemeOhad Ben-Cohen2011-09-211-34/+17
* hwspinlock/core: simplify 'owner' handlingOhad Ben-Cohen2011-09-211-1/+1
* drivers: hwspinlock: add OMAP implementationSimon Que2011-02-171-0/+231