From: Lee Jones <lee.jones@linaro.org>
To: Robert Marko <robert.marko@sartura.hr>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
Rob Herring <robh+dt@kernel.org>,
"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
devicetree <devicetree@vger.kernel.org>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Michael Walle <michael@walle.cc>, Andrew Lunn <andrew@lunn.ch>,
Luka Perkov <luka.perkov@sartura.hr>,
Bruno Banelli <bruno.banelli@sartura.hr>
Subject: Re: [PATCH v9 3/6] dt-bindings: reset: Add Delta TN48M
Date: Fri, 10 Dec 2021 07:08:05 +0000 [thread overview]
Message-ID: <YbL81TEMp8CA7Sam@google.com> (raw)
In-Reply-To: <CA+HBbNH5Hq7WC7PkpFt=hUsTRstP3KrNCsbWWy5QaZRFDvZDKA@mail.gmail.com>
On Thu, 09 Dec 2021, Robert Marko wrote:
> On Thu, Dec 9, 2021 at 10:40 AM Philipp Zabel <p.zabel@pengutronix.de> wrote:
> >
> > Hi Robert,
> >
> > On Wed, 2021-12-01 at 22:28 +0100, Robert Marko wrote:
> > > On Tue, Nov 9, 2021 at 12:32 PM Robert Marko <robert.marko@sartura.hr> wrote:
> > > >
> > > > Add header for the Delta TN48M CPLD provided
> > > > resets.
> > > >
> > > > Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> > > > ---
> > > > include/dt-bindings/reset/delta,tn48m-reset.h | 20 +++++++++++++++++++
> > > > 1 file changed, 20 insertions(+)
> > > > create mode 100644 include/dt-bindings/reset/delta,tn48m-reset.h
> > > >
> > > > diff --git a/include/dt-bindings/reset/delta,tn48m-reset.h b/include/dt-bindings/reset/delta,tn48m-reset.h
> > > > new file mode 100644
> > > > index 000000000000..d4e9ed12de3e
> > > > --- /dev/null
> > > > +++ b/include/dt-bindings/reset/delta,tn48m-reset.h
> > > > @@ -0,0 +1,20 @@
> > > > +/* SPDX-License-Identifier: GPL-2.0-only */
> > > > +/*
> > > > + * Delta TN48M CPLD GPIO driver
> > > > + *
> > > > + * Copyright (C) 2021 Sartura Ltd.
> > > > + *
> > > > + * Author: Robert Marko <robert.marko@sartura.hr>
> > > > + */
> > > > +
> > > > +#ifndef _DT_BINDINGS_RESET_TN48M_H
> > > > +#define _DT_BINDINGS_RESET_TN48M_H
> > > > +
> > > > +#define CPU_88F7040_RESET 0
> > > > +#define CPU_88F6820_RESET 1
> > > > +#define MAC_98DX3265_RESET 2
> > > > +#define PHY_88E1680_RESET 3
> > > > +#define PHY_88E1512_RESET 4
> > > > +#define POE_RESET 5
> > > > +
> > > > +#endif /* _DT_BINDINGS_RESET_TN48M_H */
> > > >
> > >
> > > Does anybody have any comments on the patch as the reset driver got reviewed and
> > > the bindings have not?
> >
> > Not much to review here, I can't tell if the indices are correct.
> >
> > Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> >
> > To be merged with the rest of the series. Or do you want me to pick up
> > the reset parts individually? In that case you'd have to split out the
> > reset bindings into a separate patch.
>
> Thanks,
> It has to go with the rest of the series as it all depends on the MFD.
>
> We are just waiting for the MFD dt-bindings to be reviewed.
We need Rob to review the set. Then I'll happily take it.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2021-12-10 7:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-09 11:32 [PATCH v9 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support Robert Marko
2021-11-09 11:32 ` [PATCH v9 2/6] gpio: Add Delta TN48M CPLD GPIO driver Robert Marko
2021-11-19 20:30 ` Robert Marko
2021-11-22 0:10 ` Linus Walleij
2021-11-09 11:32 ` [PATCH v9 3/6] dt-bindings: reset: Add Delta TN48M Robert Marko
2021-12-01 21:28 ` Robert Marko
2021-12-09 9:40 ` Philipp Zabel
2021-12-09 9:43 ` Robert Marko
2021-12-10 7:08 ` Lee Jones [this message]
2022-01-12 17:29 ` Robert Marko
2022-01-18 19:28 ` Robert Marko
2021-11-09 11:32 ` [PATCH v9 4/6] reset: Add Delta TN48M CPLD reset controller Robert Marko
2021-11-09 11:32 ` [PATCH v9 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings Robert Marko
2021-12-01 21:33 ` Robert Marko
2021-12-08 17:57 ` Robert Marko
2021-11-09 11:32 ` [PATCH v9 6/6] MAINTAINERS: Add Delta Networks TN48M CPLD drivers Robert Marko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YbL81TEMp8CA7Sam@google.com \
--to=lee.jones@linaro.org \
--cc=andrew@lunn.ch \
--cc=andy.shevchenko@gmail.com \
--cc=bgolaszewski@baylibre.com \
--cc=bruno.banelli@sartura.hr \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=luka.perkov@sartura.hr \
--cc=michael@walle.cc \
--cc=p.zabel@pengutronix.de \
--cc=robert.marko@sartura.hr \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).