linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: Robert Marko <robert.marko@sartura.hr>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>,
	Lee Jones <lee.jones@linaro.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>
Cc: 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: Thu, 09 Dec 2021 10:40:07 +0100	[thread overview]
Message-ID: <33ab37f5b30252e41f3e0769c7702764a9e77d7f.camel@pengutronix.de> (raw)
In-Reply-To: <CA+HBbNGH9ih5RovU9YHL91osFxDJbWw2Qk=ed30GGQvndNJPKw@mail.gmail.com>

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 */
> > --
> > 2.33.1
> > 
> 
> 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.


regards
Philipp

  reply	other threads:[~2021-12-09  9:40 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 [this message]
2021-12-09  9:43       ` Robert Marko
2021-12-10  7:08         ` Lee Jones
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=33ab37f5b30252e41f3e0769c7702764a9e77d7f.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=andrew@lunn.ch \
    --cc=andy.shevchenko@gmail.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bruno.banelli@sartura.hr \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=luka.perkov@sartura.hr \
    --cc=michael@walle.cc \
    --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).