summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/hwspinlock_core.c
Commit message (Expand)AuthorAgeFilesLines
* hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-301-13/+30
* hwspinlock: ignore disabled deviceFabien Dessenne2019-06-291-0/+5
* hwspinlock: Fix incorrect return pointersBaolin Wang2018-07-311-4/+4
* hwspinlock: Fix one comment mistakeBaolin Wang2018-06-261-1/+1
* hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controllerBaolin Wang2018-06-261-0/+82
* hwspinlock: Add devm_xxx() APIs to request/free hwlockBaolin Wang2018-06-261-0/+110
* hwspinlock: Add one new API to support getting a specific hwlock by the nameBaolin Wang2018-06-261-0/+29
* hwspinlock/core: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1Star
* hwspinlock: Introduce one new mode for hwspinlockBaolin Wang2018-04-171-7/+27
* hwspinlock: Convert to use 'switch' statementBaolin Wang2018-04-171-9/+24
* drivers/hwspinlock: use correct radix tree APIMatthew Wilcox2016-05-211-1/+1
* drivers/hwspinlock: fix race between radix tree insertion and lookupMatthew Wilcox2016-02-031-0/+4
* hwspinlock/core: add device tree supportSuman Anna2015-05-021-0/+79
* hwspinlock: fix __hwspin_lock_request error pathLi Fei2013-04-051-0/+2
* hwspinlock/core: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
* hwspinlock/core: use global ID to register hwspinlocks on multiple devicesShinya Kuribayashi2012-07-071-2/+2
* hwspinlock/core: register a bank of hwspinlocks in a single API callOhad Ben-Cohen2011-09-211-56/+109
* hwspinlock/core: use a mutex to protect the radix treeJuan Gutierrez2011-09-211-25/+20Star
* hwspinlock/core/omap: fix id issues on multiple hwspinlock devicesOhad Ben-Cohen2011-09-211-0/+2
* hwspinlock/core: simplify 'owner' handlingOhad Ben-Cohen2011-09-211-2/+2
* drivers: hwspinlock: add frameworkOhad Ben-Cohen2011-02-171-0/+548