mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Add hwspinlock driver for U8500's Hsem hardware. At this point only HSem's protocol 1 is used (i.e. no interrupts). Signed-off-by: Mathieu Poirier <[email protected]> Acked-by: Linus Walleij <[email protected]> [[email protected]: adopt recent hwspin_lock_{un}register API changes] [[email protected]: set the owner member of the driver] [[email protected]: mark ->remove() function as __devexit] [[email protected]: write commit log] [[email protected]: small cleanups] Signed-off-by: Ohad Ben-Cohen <[email protected]>
8 lines
184 B
Makefile
8 lines
184 B
Makefile
#
|
|
# Generic Hardware Spinlock framework
|
|
#
|
|
|
|
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
|
|
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
|
|
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o
|