index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwspinlock
/
omap_hwspinlock.c
Age
Commit message (
Expand
)
Author
2024-03-05
hwspinlock: omap: Use index to get hwspinlock pointer
Andrew Davis
2024-03-05
hwspinlock: omap: Use devm_hwspin_lock_register() helper
Andrew Davis
2024-03-05
hwspinlock: omap: Use devm_pm_runtime_enable() helper
Andrew Davis
2024-03-05
hwspinlock: omap: Remove unneeded check for OF node
Andrew Davis
2023-07-15
hwspinlock: omap: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-15
hwspinlock: omap: Emit only one error message for errors in .remove()
Uwe Kleine-König
2023-06-14
hwspinlock: omap: drop of_match_ptr for ID table
Krzysztof Kozlowski
2022-04-22
hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2021-02-09
hwspinlock: omap: Add support for K3 AM64x SoCs
Suman Anna
2020-01-21
hwspinlock: omap: Use devm_kzalloc() to allocate memory
Baolin Wang
2020-01-21
hwspinlock: omap: Change to use devm_platform_ioremap_resource()
Baolin Wang
2019-06-29
hwspinlock/omap: Add a trace during probe
Suman Anna
2019-06-29
hwspinlock/omap: Add support for TI K3 SoCs
Suman Anna
2018-06-11
Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-05-24
hwspinlock/omap: Switch to SPDX license identifier
Suman Anna
2015-05-02
hwspinlock/omap: add support for dt nodes
Suman Anna
2014-10-20
hwspinlock: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-29
hwspinlock/omap: enable module before reading SYSSTATUS register
Suman Anna
2012-11-28
hwspinlock: remove use of __devexit
Bill Pemberton
2012-11-28
hwspinlock: remove use of __devinit
Bill Pemberton
2012-11-28
hwspinlock: remove use of __devexit_p
Bill Pemberton
2011-09-21
hwspinlock/omap: omap_hwspinlock_remove should be __devexit
Ohad Ben-Cohen
2011-09-21
hwspinlock/core: register a bank of hwspinlocks in a single API call
Ohad Ben-Cohen
2011-09-21
hwspinlock/core/omap: fix id issues on multiple hwspinlock devices
Ohad Ben-Cohen
2011-09-21
hwspinlock/omap: simplify allocation scheme
Ohad Ben-Cohen
2011-09-21
hwspinlock/core: simplify 'owner' handling
Ohad Ben-Cohen
2011-02-17
drivers: hwspinlock: add OMAP implementation
Simon Que