| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-03-05 | hwspinlock: omap: Use index to get hwspinlock pointer | Andrew Davis | 1 | -3/+2 |
| 2024-03-05 | hwspinlock: omap: Use devm_hwspin_lock_register() helper | Andrew Davis | 1 | -16/+1 |
| 2024-03-05 | hwspinlock: omap: Use devm_pm_runtime_enable() helper | Andrew Davis | 1 | -25/+8 |
| 2024-03-05 | hwspinlock: omap: Remove unneeded check for OF node | Andrew Davis | 1 | -4/+0 |
| 2023-07-15 | hwspinlock: omap: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -5/+3 |
| 2023-07-15 | hwspinlock: omap: Emit only one error message for errors in .remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-06-14 | hwspinlock: omap: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-04-22 | hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_sync | Minghao Chi | 1 | -4/+2 |
| 2021-02-09 | hwspinlock: omap: Add support for K3 AM64x SoCs | Suman Anna | 1 | -1/+3 |
| 2020-01-21 | hwspinlock: omap: Use devm_kzalloc() to allocate memory | Baolin Wang | 1 | -5/+3 |
| 2020-01-21 | hwspinlock: omap: Change to use devm_platform_ioremap_resource() | Baolin Wang | 1 | -16/+8 |
| 2019-06-29 | hwspinlock/omap: Add a trace during probe | Suman Anna | 1 | -0/+3 |
| 2019-06-29 | hwspinlock/omap: Add support for TI K3 SoCs | Suman Anna | 1 | -0/+1 |
| 2018-06-11 | Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc | Linus Torvalds | 1 | -9/+1 |
| 2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -1/+1 |
| 2018-05-24 | hwspinlock/omap: Switch to SPDX license identifier | Suman Anna | 1 | -9/+1 |
| 2015-05-02 | hwspinlock/omap: add support for dt nodes | Suman Anna | 1 | -4/+14 |
| 2014-10-20 | hwspinlock: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-29 | hwspinlock/omap: enable module before reading SYSSTATUS register | Suman Anna | 1 | -7/+20 |
| 2012-11-28 | hwspinlock: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | hwspinlock: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | hwspinlock: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2011-09-21 | hwspinlock/omap: omap_hwspinlock_remove should be __devexit | Ohad Ben-Cohen | 1 | -2/+2 |
| 2011-09-21 | hwspinlock/core: register a bank of hwspinlocks in a single API call | Ohad Ben-Cohen | 1 | -57/+29 |
| 2011-09-21 | hwspinlock/core/omap: fix id issues on multiple hwspinlock devices | Ohad Ben-Cohen | 1 | -1/+5 |
| 2011-09-21 | hwspinlock/omap: simplify allocation scheme | Ohad Ben-Cohen | 1 | -34/+17 |
| 2011-09-21 | hwspinlock/core: simplify 'owner' handling | Ohad Ben-Cohen | 1 | -1/+1 |
| 2011-02-17 | drivers: hwspinlock: add OMAP implementation | Simon Que | 1 | -0/+231 |