All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Abel Vesa <abel.vesa@nxp.com>, Shawn Guo <shawnguo@kernel.org>
Cc: Mike Turquette <mturquette@baylibre.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Anson Huang <anson.huang@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] clk: imx8mm: Switch to platform driver
Date: Fri, 26 Jul 2019 14:37:05 -0700	[thread overview]
Message-ID: <20190726213706.3A24D21842@mail.kernel.org> (raw)
In-Reply-To: <20190723060905.GA15632@dragon>

Quoting Shawn Guo (2019-07-22 23:09:06)
> On Tue, Jul 09, 2019 at 05:20:03PM +0300, Abel Vesa wrote:
> > There is no strong reason for this to use CLK_OF_DECLARE instead
> > of being a platform driver. Plus, this will now be aligned with the
> > other i.MX8M clock drivers which are platform drivers.
> > 
> > In order to make the clock provider a platform driver
> > all the data and code needs to be outside of .init section.
> > 
> > Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> > ---
> > 
> > Changes since v1:
> >  * Switched to platform driver memory mapping API
> >  * Removed extra newline
> >  * Added an explanation of why this change is done
> >    in the commit message
> 
> Hi Stephen,
> 
> Are you fine with this version?
> 

Sure.

Acked-by: Stephen Boyd <sboyd@kernel.org>


WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Abel Vesa <abel.vesa@nxp.com>, Shawn Guo <shawnguo@kernel.org>
Cc: Jacky Bai <ping.bai@nxp.com>, Anson Huang <anson.huang@nxp.com>,
	Mike Turquette <mturquette@baylibre.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] clk: imx8mm: Switch to platform driver
Date: Fri, 26 Jul 2019 14:37:05 -0700	[thread overview]
Message-ID: <20190726213706.3A24D21842@mail.kernel.org> (raw)
In-Reply-To: <20190723060905.GA15632@dragon>

Quoting Shawn Guo (2019-07-22 23:09:06)
> On Tue, Jul 09, 2019 at 05:20:03PM +0300, Abel Vesa wrote:
> > There is no strong reason for this to use CLK_OF_DECLARE instead
> > of being a platform driver. Plus, this will now be aligned with the
> > other i.MX8M clock drivers which are platform drivers.
> > 
> > In order to make the clock provider a platform driver
> > all the data and code needs to be outside of .init section.
> > 
> > Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> > ---
> > 
> > Changes since v1:
> >  * Switched to platform driver memory mapping API
> >  * Removed extra newline
> >  * Added an explanation of why this change is done
> >    in the commit message
> 
> Hi Stephen,
> 
> Are you fine with this version?
> 

Sure.

Acked-by: Stephen Boyd <sboyd@kernel.org>


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

  reply	other threads:[~2019-07-26 21:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09 14:20 [PATCH v2] clk: imx8mm: Switch to platform driver Abel Vesa
2019-07-09 14:20 ` Abel Vesa
2019-07-23  6:09 ` Shawn Guo
2019-07-23  6:09   ` Shawn Guo
2019-07-26 21:37   ` Stephen Boyd [this message]
2019-07-26 21:37     ` Stephen Boyd
2019-08-03  8:13 ` Shawn Guo
2019-08-03  8:13   ` Shawn Guo
2020-02-06 10:34 ` Schrempf Frieder
2020-02-06 10:34   ` Schrempf Frieder
2020-02-06 10:34   ` Schrempf Frieder
2020-02-06 10:37   ` Schrempf Frieder
2020-02-06 10:37     ` Schrempf Frieder
2020-02-06 10:37     ` Schrempf Frieder
2020-03-16 13:23     ` Schrempf Frieder
2020-03-16 13:23       ` Schrempf Frieder
2020-03-16 13:23       ` Schrempf Frieder
2020-03-17  3:56       ` Peng Fan
2020-03-17  3:56         ` Peng Fan
2020-03-17  3:56         ` Peng Fan
2020-03-17 10:45         ` Schrempf Frieder
2020-03-17 10:45           ` Schrempf Frieder
2020-03-17 10:45           ` Schrempf Frieder

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=20190726213706.3A24D21842@mail.kernel.org \
    --to=sboyd@kernel.org \
    --cc=abel.vesa@nxp.com \
    --cc=anson.huang@nxp.com \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@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=mturquette@baylibre.com \
    --cc=ping.bai@nxp.com \
    --cc=shawnguo@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.