 f84a8ecfca
			
		
	
	
	f84a8ecfca
	
	
	
		
			
			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 <mathieu.poirier@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
[ohad@wizery.com: adopt recent hwspin_lock_{un}register API changes]
[ohad@wizery.com: set the owner member of the driver]
[ohad@wizery.com: mark ->remove() function as __devexit]
[ohad@wizery.com: write commit log]
[ohad@wizery.com: small cleanups]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
		
	
			
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			184 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 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
 |