mbox

[GIT,PULL] i.MX clock fixes for 4.6, take 2

Message ID 20160503133605.GN5874@tiger
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-4.6-2

Message

Shawn Guo May 3, 2016, 1:36 p.m. UTC
The following changes since commit 7196c52c9377df0175b510ff5896bda524f7345e:

  clk: imx6q: fix typo in CAN clock definition (2016-04-13 15:27:15 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-4.6-2

for you to fetch changes up to 3397c2c45b1b6f54834dfeae30a73046f33ca943:

  ARM: dts: imx35: restore existing used clock enumeration (2016-04-18 12:37:21 +0800)

----------------------------------------------------------------
The i.MX clock fixes for 4.6, take 2:
 - Fix the commit 3713e3f5e927 ("clk: imx35: define two clocks for rtc")
   which messed up the clock enumeration when adding new clock.

----------------------------------------------------------------
Alexander Kurz (1):
      ARM: dts: imx35: restore existing used clock enumeration

 Documentation/devicetree/bindings/clock/imx35-clock.txt | 1 +
 drivers/clk/imx/clk-imx35.c                             | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Stephen Boyd May 6, 2016, 6:02 p.m. UTC | #1
On 05/03, Shawn Guo wrote:
> The following changes since commit 7196c52c9377df0175b510ff5896bda524f7345e:
> 
>   clk: imx6q: fix typo in CAN clock definition (2016-04-13 15:27:15 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-4.6-2
> 
> for you to fetch changes up to 3397c2c45b1b6f54834dfeae30a73046f33ca943:
> 
>   ARM: dts: imx35: restore existing used clock enumeration (2016-04-18 12:37:21 +0800)
> 
> ----------------------------------------------------------------
> The i.MX clock fixes for 4.6, take 2:
>  - Fix the commit 3713e3f5e927 ("clk: imx35: define two clocks for rtc")
>    which messed up the clock enumeration when adding new clock.

This commit wasn't introduced in this merge window, so I'm going
to pull this into clk-next unless you have some justification.
Shawn Guo May 11, 2016, 12:15 p.m. UTC | #2
On Fri, May 06, 2016 at 11:02:17AM -0700, Stephen Boyd wrote:
> On 05/03, Shawn Guo wrote:
> > The following changes since commit 7196c52c9377df0175b510ff5896bda524f7345e:
> > 
> >   clk: imx6q: fix typo in CAN clock definition (2016-04-13 15:27:15 +0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-4.6-2
> > 
> > for you to fetch changes up to 3397c2c45b1b6f54834dfeae30a73046f33ca943:
> > 
> >   ARM: dts: imx35: restore existing used clock enumeration (2016-04-18 12:37:21 +0800)
> > 
> > ----------------------------------------------------------------
> > The i.MX clock fixes for 4.6, take 2:
> >  - Fix the commit 3713e3f5e927 ("clk: imx35: define two clocks for rtc")
> >    which messed up the clock enumeration when adding new clock.
> 
> This commit wasn't introduced in this merge window, so I'm going
> to pull this into clk-next unless you have some justification.

That's fine.  Thanks, Stephen.

Shawn
Stephen Boyd May 11, 2016, 6:40 p.m. UTC | #3
On 05/11, Shawn Guo wrote:
> On Fri, May 06, 2016 at 11:02:17AM -0700, Stephen Boyd wrote:
> > On 05/03, Shawn Guo wrote:
> > > The following changes since commit 7196c52c9377df0175b510ff5896bda524f7345e:
> > > 
> > >   clk: imx6q: fix typo in CAN clock definition (2016-04-13 15:27:15 +0800)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-4.6-2
> > > 
> > > for you to fetch changes up to 3397c2c45b1b6f54834dfeae30a73046f33ca943:
> > > 
> > >   ARM: dts: imx35: restore existing used clock enumeration (2016-04-18 12:37:21 +0800)
> > > 
> > > ----------------------------------------------------------------
> > > The i.MX clock fixes for 4.6, take 2:
> > >  - Fix the commit 3713e3f5e927 ("clk: imx35: define two clocks for rtc")
> > >    which messed up the clock enumeration when adding new clock.
> > 
> > This commit wasn't introduced in this merge window, so I'm going
> > to pull this into clk-next unless you have some justification.
> 
> That's fine.  Thanks, Stephen.

Thanks. Pulled into clk-next.