summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
Commit message (Expand)AuthorAgeFilesLines
* hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_p...Peter Chen2016-07-061-0/+1
* drivers/hwspinlock: use correct radix tree APIMatthew Wilcox2016-05-201-1/+1
* drivers/hwspinlock: fix race between radix tree insertion and lookupMatthew Wilcox2016-02-031-0/+4
* hwspinlock: qcom: Correct msb in regmap_fieldBjorn Andersson2015-07-011-1/+1
* hwspinlock: add a CSR atlas7 driverWei Chen2015-06-123-0/+149
* hwspinlock: qcom: Add support for Qualcomm HW Mutex blockBjorn Andersson2015-05-023-0/+194
* hwspinlock/omap: add support for dt nodesSuman Anna2015-05-021-4/+14
* hwspinlock/core: add device tree supportSuman Anna2015-05-021-0/+79
* hwspinlock: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* hwspinlock: enable OMAP build for AM33xx, AM43xx & DRA7xxSuman Anna2014-07-291-1/+1
* hwspinlock/omap: enable module before reading SYSSTATUS registerSuman Anna2014-07-291-7/+20
* Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-1/+1
|\
| * hwspinlock/omap: support OMAP5 as wellVincent Stehlé2013-04-051-1/+1
* | hwspinlock: fix __hwspin_lock_request error pathLi Fei2013-04-051-0/+2
|/
* hwspinlock: remove use of __devexitBill Pemberton2012-11-282-2/+2
* hwspinlock: remove use of __devinitBill Pemberton2012-11-282-2/+2
* hwspinlock: remove use of __devexit_pBill Pemberton2012-11-282-2/+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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Linus Torvalds2011-11-081-0/+1
|\
| * hwspinlock/u8500: include linux/module.hAxel Lin2011-11-071-0/+1
* | hwspinlock/u8500: fix build error due to undefined labelAxel Lin2011-11-081-4/+2
|/
* hwspinlock/omap: omap_hwspinlock_remove should be __devexitOhad Ben-Cohen2011-09-211-2/+2
* hwspinlock/u8500: add hwspinlock driverMathieu J. Poirier2011-09-213-0/+210
* hwspinlock/core: register a bank of hwspinlocks in a single API callOhad Ben-Cohen2011-09-213-123/+166
* hwspinlock/core: use a mutex to protect the radix treeJuan Gutierrez2011-09-211-25/+20
* hwspinlock/core/omap: fix id issues on multiple hwspinlock devicesOhad Ben-Cohen2011-09-212-1/+7
* hwspinlock/omap: simplify allocation schemeOhad Ben-Cohen2011-09-211-34/+17
* hwspinlock/core: simplify 'owner' handlingOhad Ben-Cohen2011-09-213-6/+4
* hwspinlock/core: simplify KconfigOhad Ben-Cohen2011-09-211-9/+7
* hwspinlock: depend on OMAP4Ohad Ben-Cohen2011-03-181-0/+1
* drivers: hwspinlock: add OMAP implementationSimon Que2011-02-173-0/+241
* drivers: hwspinlock: add frameworkOhad Ben-Cohen2011-02-174-0/+627