All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Abel Vesa <abel.vesa@nxp.com>,
	Aisheng DONG <aisheng.dong@nxp.com>,
	Lucas Stach <l.stach@pengutronix.de>,
	Sascha Hauer <kernel@pengutronix.de>,
	Michael Turquette <mturquette@baylibre.com>,
	Rob Herring <robh@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Abel Vesa <abelvesa@linux.com>
Subject: Re: [PATCH v13 0/5] Add i.MX8MQ clock driver
Date: Tue, 11 Dec 2018 16:02:09 +0800	[thread overview]
Message-ID: <20181211080208.GY3987@dragon> (raw)
In-Reply-To: <154352826457.88331.16669625591730377740@swboyd.mtv.corp.google.com>

On Thu, Nov 29, 2018 at 01:51:04PM -0800, Stephen Boyd wrote:
> Quoting Aisheng DONG (2018-11-28 23:46:41)
> > > -----Original Message-----
> > > From: Stephen Boyd [mailto:sboyd@kernel.org]
> > [...]
> > > >
> > > > Changes since v12:
> > > >  * replaced the division in clk_pll_recalc_rate in clk-frac
> > > >    with do_div as suggested by Stephen
> > > >
> > > > Abel Vesa (2):
> > > >   clk: imx: Add imx composite clock
> > > >   clk: imx: Add clock driver for i.MX8MQ CCM
> > > >
> > > > Lucas Stach (3):
> > > >   dt-bindings: add binding for i.MX8MQ CCM
> > > >   clk: imx: add fractional PLL output clock
> > > >   clk: imx: Add SCCG PLL type
> > > >
> > > 
> > > I had to apply this set of fixes to silence sparse and smatch warnings about
> > > things that are not right. Please take a look over things and see if it's sane.
> > > 
> > 
> > The change looks good to me and tested ok.
> > I did not see this patch series in your tree.
> > Do you want us to apply your changes and re-send for easy pick up?
> > 
> 
> I applied this version and my fixes. I'll just mark v14 as superseded.
> Thanks for testing!

Hi Stephen,

For the same reason as clk-imx7ulp, please keep branch clk-imx8mq
stable.  Thanks.

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Aisheng DONG <aisheng.dong@nxp.com>,
	Rob Herring <robh@kernel.org>, Abel Vesa <abel.vesa@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Abel Vesa <abelvesa@linux.com>, dl-linux-imx <linux-imx@nxp.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Mark Rutland <mark.rutland@arm.com>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [PATCH v13 0/5] Add i.MX8MQ clock driver
Date: Tue, 11 Dec 2018 16:02:09 +0800	[thread overview]
Message-ID: <20181211080208.GY3987@dragon> (raw)
In-Reply-To: <154352826457.88331.16669625591730377740@swboyd.mtv.corp.google.com>

On Thu, Nov 29, 2018 at 01:51:04PM -0800, Stephen Boyd wrote:
> Quoting Aisheng DONG (2018-11-28 23:46:41)
> > > -----Original Message-----
> > > From: Stephen Boyd [mailto:sboyd@kernel.org]
> > [...]
> > > >
> > > > Changes since v12:
> > > >  * replaced the division in clk_pll_recalc_rate in clk-frac
> > > >    with do_div as suggested by Stephen
> > > >
> > > > Abel Vesa (2):
> > > >   clk: imx: Add imx composite clock
> > > >   clk: imx: Add clock driver for i.MX8MQ CCM
> > > >
> > > > Lucas Stach (3):
> > > >   dt-bindings: add binding for i.MX8MQ CCM
> > > >   clk: imx: add fractional PLL output clock
> > > >   clk: imx: Add SCCG PLL type
> > > >
> > > 
> > > I had to apply this set of fixes to silence sparse and smatch warnings about
> > > things that are not right. Please take a look over things and see if it's sane.
> > > 
> > 
> > The change looks good to me and tested ok.
> > I did not see this patch series in your tree.
> > Do you want us to apply your changes and re-send for easy pick up?
> > 
> 
> I applied this version and my fixes. I'll just mark v14 as superseded.
> Thanks for testing!

Hi Stephen,

For the same reason as clk-imx7ulp, please keep branch clk-imx8mq
stable.  Thanks.

Shawn

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-12-11  8:03 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13 16:19 [PATCH v13 0/5] Add i.MX8MQ clock driver Abel Vesa
2018-11-13 16:19 ` Abel Vesa
2018-11-13 16:19 ` [PATCH v13 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:19 ` [PATCH v13 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:19 ` [PATCH v13 3/5] clk: imx: Add SCCG PLL type Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:20 ` [PATCH v13 4/5] clk: imx: Add imx composite clock Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:20 ` [PATCH v13 5/5] clk: imx: Add clock driver for i.MX8MQ CCM Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29  0:41 ` [PATCH v13 0/5] Add i.MX8MQ clock driver Stephen Boyd
2018-11-29  0:41   ` Stephen Boyd
2018-11-29  0:41   ` Stephen Boyd
2018-11-29  7:46   ` Aisheng DONG
2018-11-29  7:46     ` Aisheng DONG
2018-11-29  7:46     ` Aisheng DONG
2018-11-29 21:51     ` Stephen Boyd
2018-11-29 21:51       ` Stephen Boyd
2018-11-29 21:51       ` Stephen Boyd
2018-12-11  8:02       ` Shawn Guo [this message]
2018-12-11  8:02         ` Shawn Guo

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=20181211080208.GY3987@dragon \
    --to=shawnguo@kernel.org \
    --cc=abel.vesa@nxp.com \
    --cc=abelvesa@linux.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=robh@kernel.org \
    --cc=sboyd@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.