Re: [PATCH v2] hwspinlock: sprd: Add hardware spinlock driver

From: Baolin Wang
Date: Wed May 17 2017 - 21:57:04 EST


On ä, 5æ 17, 2017 at 11:06:11äå -0700, Bjorn Andersson wrote:
> On Tue 16 May 22:59 PDT 2017, Baolin Wang wrote:
>
> > The Spreadtrum hardware spinlock device can provide hardware assistance
> > for synchronization between the multiple subsystems.
> >
> > Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxx>
> > ---
> > Changes since v1:
> > - Remove some unused macros and functions.
> > - Convert readl/writel_relaxed() to readl/writel.
> > - Remove some redundant error printing.
> > - Get clock with devm_clk_get().
> > - Other small optimization.
>
> Looks good, merge this to my next branch before realizing that you
> didn't send a DT binding document.
>
> Can you please send a patch adding a binding document as well? (No need
> to resend this patch)

Sure, I will send out the patches adding binding cocument and dts. Thanks.