summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
Commit message (Expand)AuthorAgeFilesLines
* hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-291-13/+30
* hwspinlock: stm32: implement the relax() opsFabien Dessenne2019-06-291-0/+7
* hwspinlock: ignore disabled deviceFabien Dessenne2019-06-291-0/+5
* hwspinlock/omap: Add a trace during probeSuman Anna2019-06-291-0/+3
* hwspinlock/omap: Add support for TI K3 SoCsSuman Anna2019-06-292-1/+2
* hwspinlock: fix return value check in stm32_hwspinlock_probe()Wei Yongjun2019-01-031-2/+2
* hwspinlock: add STM32 hwspinlock deviceBenjamin Gaignard2018-12-053-0/+166
* hwspinlock: Fix incorrect return pointersBaolin Wang2018-07-301-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
* Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds2018-06-118-72/+59
|\
| * hwspinlock/u8500: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
| * hwspinlock: sprd: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
| * hwspinlock/sirf: Switch to SPDX license identifierSuman Anna2018-05-241-2/+1
| * hwspinlock: qcom: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
| * hwspinlock/omap: Switch to SPDX license identifierSuman Anna2018-05-241-9/+1
| * hwspinlock/core: Switch to SPDX license identifierSuman Anna2018-05-243-18/+3
| * hwspinlock: Introduce one new mode for hwspinlockBaolin Wang2018-04-171-7/+27
| * hwspinlock: Convert to use 'switch' statementBaolin Wang2018-04-171-9/+24
* | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+4
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-062-2/+2
|/
* Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2017-11-171-1/+1
|\
| * hwspinlock: Change hwspinlock to a boolBaolin Wang2017-11-061-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* hwspinlock: sprd: Add hardware spinlock driverBaolin Wang2017-05-173-0/+193
* Make HWSPINLOCK a menuconfig to ease disablingVincent Legoll2017-05-171-11/+6
* 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
|/