linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX clock fixes for 4.6, take 2
@ 2016-05-03 13:36 Shawn Guo
  2016-05-06 18:02 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2016-05-03 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX clock fixes for 4.6, take 2
  2016-05-03 13:36 [GIT PULL] i.MX clock fixes for 4.6, take 2 Shawn Guo
@ 2016-05-06 18:02 ` Stephen Boyd
  2016-05-11 12:15   ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2016-05-06 18:02 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX clock fixes for 4.6, take 2
  2016-05-06 18:02 ` Stephen Boyd
@ 2016-05-11 12:15   ` Shawn Guo
  2016-05-11 18:40     ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2016-05-11 12:15 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX clock fixes for 4.6, take 2
  2016-05-11 12:15   ` Shawn Guo
@ 2016-05-11 18:40     ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2016-05-11 18:40 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-11 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 13:36 [GIT PULL] i.MX clock fixes for 4.6, take 2 Shawn Guo
2016-05-06 18:02 ` Stephen Boyd
2016-05-11 12:15   ` Shawn Guo
2016-05-11 18:40     ` Stephen Boyd

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).