Re: [PATCH v7 0/2] hwspinlock: add sun6i hardware spinlock support

From: Wilken Gottwalt
Date: Tue May 25 2021 - 12:07:52 EST


On Mon, 15 Mar 2021 23:33:31 -0500
Samuel Holland <samuel@xxxxxxxxxxxx> wrote:

> On 3/14/21 4:30 AM, Wilken Gottwalt wrote:
> > Wilken Gottwalt (2):
> > dt-bindings: hwlock: add sun6i_hwspinlock
> > hwspinlock: add sun6i hardware spinlock support
> >
> > .../allwinner,sun6i-a31-hwspinlock.yaml | 45 ++++
> > MAINTAINERS | 6 +
> > drivers/hwspinlock/Kconfig | 9 +
> > drivers/hwspinlock/Makefile | 1 +
> > drivers/hwspinlock/sun6i_hwspinlock.c | 210 ++++++++++++++++++
> > 5 files changed, 271 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
> > create mode 100644 drivers/hwspinlock/sun6i_hwspinlock.c
> >
>
> Thanks for the very thorough testing!

So when will this end up in mainstream? Or do I have to somehing to get this
triggered? This is not my first driver and back then it was included into
mainline without anything special on my side. I'm a bit confused. Did I miss
something?

greetings,
Will

> For both patches:
> Reviewed-by: Samuel Holland <samuel@xxxxxxxxxxxx>