From: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
Cc: Andy Shevchenko
<andy.shevchenko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
Linux MIPS Mailing List
<linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
"open list:MEMORY TECHNOLOGY..."
<linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"martin.blumenstingl"
<martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>,
john <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>,
linux-spi <linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"hauke.mehrtens"
<hauke.mehrtens-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v7 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
Date: Tue, 04 Jul 2017 10:30:09 +0200 [thread overview]
Message-ID: <1499157009.4045.4.camel@pengutronix.de> (raw)
In-Reply-To: <e1160f30-eeff-3db2-884c-9cd4af35a37d-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
On Mon, 2017-07-03 at 23:30 +0200, Hauke Mehrtens wrote:
> On 07/03/2017 09:51 AM, Andy Shevchenko wrote:
> > On Mon, Jul 3, 2017 at 1:40 AM, Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> wrote:
> >> From: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
> >>
> >> The reset controllers (on xRX200 and newer SoCs have two of them) are
> >> provided by the RCU module. This was initially implemented as a simple
> >> reset controller. However, the RCU module provides more functionality
> >> (ethernet GPHYs, USB PHY, etc.), which makes it a MFD device.
> >> The old reset controller driver implementation from
> >> arch/mips/lantiq/xway/reset.c did not honor this fact.
> >>
> >> For some devices the request and the status bits are different.
> >
> >> +Required properties:
> >> +- compatible : Should be one of
> >> + "lantiq,danube-reset"
> >> + "lantiq,xrx200-reset"
> >> +- offset-set : Offset of the reset set register
> >> +- offset-status : Offset of the reset status register
> >
> > Just one side comment (I'm fine with either choice, just for your
> > information). Recently I have reviewed at24 patch which adds a
> > property for getting MAC offset and my reseach ends up with the naming
> > pattern mac-offset (as many others are doing this way). So, perhaps in
> > your case it might make sense to do that way? Anyway, it's a matter of
> > a (bit of a) chaos in DT bindings, whatever you decide users will live
> > with.
> >
> I put the offset first to group them better together, but I have no
> problem in reversing the order, then it is in a more natural speaking form.
Either way, I would like to see an Acked-by from the device tree
maintainers for the bindings. Given that,
Acked-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
to merge this driver through the mips tree, since a git merge with
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git drivers/reset-2
is conflict free.
regards
Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-07-04 8:30 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-02 22:40 [PATCH v7 00/16] MIPS: lantiq: handle RCU register by separate drivers Hauke Mehrtens
[not found] ` <20170702224051.15109-1-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-02 22:40 ` [PATCH v7 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 02/16] mtd: lantiq-flash: drop check of boot select Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 03/16] mtd: spi-falcon: " Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 04/16] watchdog: lantiq: access boot cause register through regmap Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 05/16] watchdog: lantiq: add device tree binding documentation Hauke Mehrtens
[not found] ` <20170702224051.15109-6-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-07 14:08 ` Rob Herring
2017-07-07 19:01 ` Hauke Mehrtens
[not found] ` <704b3b8b-3f33-3d51-82d7-a9515fc39742-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-07 20:18 ` Rob Herring
2017-07-02 22:40 ` [PATCH v7 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings Hauke Mehrtens
[not found] ` <20170702224051.15109-8-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-07 14:10 ` Rob Herring
2017-07-02 22:40 ` [PATCH v7 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver Hauke Mehrtens
[not found] ` <20170702224051.15109-9-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-03 7:45 ` Andy Shevchenko
2017-07-07 14:11 ` Rob Herring
2017-07-02 22:40 ` [PATCH v7 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select() Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs Hauke Mehrtens
[not found] ` <20170702224051.15109-11-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-03 7:51 ` Andy Shevchenko
[not found] ` <CAHp75VexwnVsb-ojXaZDN7QPVRKUeP-R=5C+j5ZSkE37Dtyp1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-03 21:30 ` Hauke Mehrtens
[not found] ` <e1160f30-eeff-3db2-884c-9cd4af35a37d-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-04 8:30 ` Philipp Zabel [this message]
2017-07-07 14:17 ` Rob Herring
2017-07-07 14:16 ` Rob Herring
2017-07-02 22:40 ` [PATCH v7 11/16] MIPS: lantiq: remove old reset controller implementation Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 13/16] MIPS: lantiq: remove old GPHY loader code Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module Hauke Mehrtens
[not found] ` <20170702224051.15109-15-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-07 14:23 ` Rob Herring
2017-07-07 18:49 ` Hauke Mehrtens
[not found] ` <534b3592-2803-ac95-ad60-3cf5d1252413-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
2017-07-07 20:11 ` Rob Herring
2017-07-11 6:38 ` Kishon Vijay Abraham I
[not found] ` <30adb3f5-50b5-35e3-685f-9fe0fa8c31f8-l0cyMroinI0@public.gmane.org>
2017-07-11 21:16 ` Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 15/16] MIPS: lantiq: remove old USB PHY initialisation Hauke Mehrtens
2017-07-02 22:40 ` [PATCH v7 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation Hauke Mehrtens
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=1499157009.4045.4.camel@pengutronix.de \
--to=p.zabel-bicnvbalz9megne8c9+irq@public.gmane.org \
--cc=andy.shevchenko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org \
--cc=hauke.mehrtens-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org \
--cc=linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
--cc=linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org \
--cc=ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
--cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).