aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/omap_hwspinlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2021-02-09hwspinlock: omap: Add support for K3 AM64x SoCsSuman Anna1-1/+3
2020-01-21hwspinlock: omap: Use devm_kzalloc() to allocate memoryBaolin Wang1-5/+3
2020-01-21hwspinlock: omap: Change to use devm_platform_ioremap_resource()Baolin Wang1-16/+8
2019-06-29hwspinlock/omap: Add a trace during probeSuman Anna1-0/+3
2019-06-29hwspinlock/omap: Add support for TI K3 SoCsSuman Anna1-0/+1
2018-06-11Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds1-9/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-05-24hwspinlock/omap: Switch to SPDX license identifierSuman Anna1-9/+1
2015-05-02hwspinlock/omap: add support for dt nodesSuman Anna1-4/+14
2014-10-20hwspinlock: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-29hwspinlock/omap: enable module before reading SYSSTATUS registerSuman Anna1-7/+20
2012-11-28hwspinlock: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwspinlock: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwspinlock: remove use of __devexit_pBill Pemberton1-1/+1
2011-09-21hwspinlock/omap: omap_hwspinlock_remove should be __devexitOhad Ben-Cohen1-2/+2
2011-09-21hwspinlock/core: register a bank of hwspinlocks in a single API callOhad Ben-Cohen1-57/+29
2011-09-21hwspinlock/core/omap: fix id issues on multiple hwspinlock devicesOhad Ben-Cohen1-1/+5
2011-09-21hwspinlock/omap: simplify allocation schemeOhad Ben-Cohen1-34/+17
2011-09-21hwspinlock/core: simplify 'owner' handlingOhad Ben-Cohen1-1/+1
2011-02-17drivers: hwspinlock: add OMAP implementationSimon Que1-0/+231