From: Philipp Zabel <p.zabel@pengutronix.de>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
Ralf Baechle <ralf@linux-mips.org>,
Linux MIPS Mailing List <linux-mips@linux-mips.org>,
"open list:MEMORY TECHNOLOGY..." <linux-mtd@lists.infradead.org>,
linux-watchdog@vger.kernel.org,
devicetree <devicetree@vger.kernel.org>,
"martin.blumenstingl" <martin.blumenstingl@googlemail.com>,
john <john@phrozen.org>, linux-spi <linux-spi@vger.kernel.org>,
"hauke.mehrtens" <hauke.mehrtens@intel.com>,
Rob Herring <robh@kernel.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@hauke-m.de>
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@hauke-m.de> wrote:
> >> From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> >>
> >> 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@pengutronix.de>
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
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
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
2017-07-07 14:08 ` Rob Herring
2017-07-07 19:01 ` Hauke Mehrtens
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
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
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
2017-07-03 7:51 ` Andy Shevchenko
2017-07-03 21:30 ` Hauke Mehrtens
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
2017-07-07 14:23 ` Rob Herring
2017-07-07 18:49 ` Hauke Mehrtens
2017-07-07 20:11 ` Rob Herring
2017-07-11 6:38 ` Kishon Vijay Abraham I
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@pengutronix.de \
--cc=andy.shevchenko@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=hauke.mehrtens@intel.com \
--cc=hauke@hauke-m.de \
--cc=john@phrozen.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=ralf@linux-mips.org \
--cc=robh@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).