RE: [RFC v.2] omap: hwspinlock: Added hwspinlock driver

2010-06-29 Thread Cousson, Benoit
>From: Que, Simon >Sent: Tuesday, June 29, 2010 2:28 PM [snip] >+ >+/* Spinlock count code */ >+#define SPINLOCK_32_REGS 1 >+#define SPINLOCK_64_REGS 2 >+#define SPINLOCK_128_REGS 4 >+#define SPINLOCK_256_REGS 8 >+#define SPINLOCK_NUMLOCKS_OFFSET

RE: [RFC v.2] omap: hwspinlock: Added hwspinlock driver

2010-06-29 Thread Cousson, Benoit
Hi Simon, >From: Que, Simon >Sent: Tuesday, June 29, 2010 2:28 PM >To: linux-omap@vger.kernel.org; Kevin Hilman; Cousson, Benoit; > >Hello, > >Thanks for all your comments and feedback. I've updated the >patch with changes based on the feedback I've received: > >- Switched to using hwmod. I enab