linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] i.MX common clock changes for 5.2
@ 2019-04-22  6:23 Shawn Guo
  2019-04-22  6:23 ` [GIT PULL 2/3] i.MX5 " Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shawn Guo @ 2019-04-22  6:23 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.2

for you to fetch changes up to 48a15bb42df85d30e13281642a12fd27221668fa:

  clk: imx: Remove unused imx_get_clk_hw_fixed (2019-03-26 16:49:49 +0800)

----------------------------------------------------------------
i.MX common clock changes for 5.2:
 - Clean up unused imx_get_clk_hw_fixed() inline function.

----------------------------------------------------------------
Abel Vesa (1):
      clk: imx: Remove unused imx_get_clk_hw_fixed

 drivers/clk/imx/clk.h | 5 -----
 1 file changed, 5 deletions(-)

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

* [GIT PULL 2/3] i.MX5 clock changes for 5.2
  2019-04-22  6:23 [GIT PULL 1/3] i.MX common clock changes for 5.2 Shawn Guo
@ 2019-04-22  6:23 ` Shawn Guo
  2019-04-25 15:44   ` Stephen Boyd
  2019-04-22  6:23 ` [GIT PULL 3/3] i.MX7UPL " Shawn Guo
  2019-04-25 15:44 ` [GIT PULL 1/3] i.MX common " Stephen Boyd
  2 siblings, 1 reply; 8+ messages in thread
From: Shawn Guo @ 2019-04-22  6:23 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2

for you to fetch changes up to de348df5b389f7ddab388934e84f24d8a9f3c961:

  clk: imx: rename clk-imx51-imx53.c to clk-imx5.c (2019-04-15 17:09:23 +0800)

----------------------------------------------------------------
i.MX5 clock changes for 5.2:
 - A couple of patches from Jonathan Neuschäfer to improve i.MX5 clock
   driver for i.MX50 support.
 - Rename file clk-imx51-imx53.c to clk-imx5.c, as it covers support for
   all i.MX5 series SoCs including i.MX50.

----------------------------------------------------------------
Jonathan Neuschäfer (2):
      clk: imx5: Fix i.MX50 mainbus clock registers
      clk: imx5: Fix i.MX50 ESDHC clock registers

Shawn Guo (1):
      clk: imx: rename clk-imx51-imx53.c to clk-imx5.c

 drivers/clk/imx/Makefile                          |  2 +-
 drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} | 59 +++++++++++++++++------
 2 files changed, 46 insertions(+), 15 deletions(-)
 rename drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} (94%)

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

* [GIT PULL 3/3] i.MX7UPL clock changes for 5.2
  2019-04-22  6:23 [GIT PULL 1/3] i.MX common clock changes for 5.2 Shawn Guo
  2019-04-22  6:23 ` [GIT PULL 2/3] i.MX5 " Shawn Guo
@ 2019-04-22  6:23 ` Shawn Guo
  2019-04-25 15:44   ` Stephen Boyd
  2019-04-25 15:44 ` [GIT PULL 1/3] i.MX common " Stephen Boyd
  2 siblings, 1 reply; 8+ messages in thread
From: Shawn Guo @ 2019-04-22  6:23 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx7ulp-5.2

for you to fetch changes up to d058fb60d56b89548028acd6f70b8396e633ffc1:

  dt-bindings: clock: imx7ulp: remove SNVS clock (2019-03-20 16:00:03 +0800)

----------------------------------------------------------------
i.MX7UPL clock changes for 5.2:
 - Remove SNVS clock from i.MX7UPL clock driver and bindings, as the
   clock will be visible on M4 core only, and never be accessed by
   Cortex-A cores.

----------------------------------------------------------------
Anson Huang (2):
      clk: imx7ulp: remove snvs clock
      dt-bindings: clock: imx7ulp: remove SNVS clock

 drivers/clk/imx/clk-imx7ulp.c             | 1 -
 include/dt-bindings/clock/imx7ulp-clock.h | 1 -
 2 files changed, 2 deletions(-)

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

* Re: [GIT PULL 1/3] i.MX common clock changes for 5.2
  2019-04-22  6:23 [GIT PULL 1/3] i.MX common clock changes for 5.2 Shawn Guo
  2019-04-22  6:23 ` [GIT PULL 2/3] i.MX5 " Shawn Guo
  2019-04-22  6:23 ` [GIT PULL 3/3] i.MX7UPL " Shawn Guo
@ 2019-04-25 15:44 ` Stephen Boyd
  2019-04-26  2:49   ` Shawn Guo
  2 siblings, 1 reply; 8+ messages in thread
From: Stephen Boyd @ 2019-04-25 15:44 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

Quoting Shawn Guo (2019-04-21 23:23:12)
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.2
> 
> for you to fetch changes up to 48a15bb42df85d30e13281642a12fd27221668fa:
> 
>   clk: imx: Remove unused imx_get_clk_hw_fixed (2019-03-26 16:49:49 +0800)
> 
> ----------------------------------------------------------------

Pulled into clk-next, but next time please merge your branches together
and send one pull request. Unless the code you're sending is for wildly
different imx clk drivers I expect to see one PR or one PR and a
followup PR later on.


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

* Re: [GIT PULL 2/3] i.MX5 clock changes for 5.2
  2019-04-22  6:23 ` [GIT PULL 2/3] i.MX5 " Shawn Guo
@ 2019-04-25 15:44   ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2019-04-25 15:44 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

Quoting Shawn Guo (2019-04-21 23:23:13)
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2
> 
> for you to fetch changes up to de348df5b389f7ddab388934e84f24d8a9f3c961:
> 
>   clk: imx: rename clk-imx51-imx53.c to clk-imx5.c (2019-04-15 17:09:23 +0800)
> 
> ----------------------------------------------------------------

Pulled into clk-next


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

* Re: [GIT PULL 3/3] i.MX7UPL clock changes for 5.2
  2019-04-22  6:23 ` [GIT PULL 3/3] i.MX7UPL " Shawn Guo
@ 2019-04-25 15:44   ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2019-04-25 15:44 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-arm-kernel, Shawn Guo, Fabio Estevam, Stefan Agner, kernel,
	linux-imx, linux-clk

Quoting Shawn Guo (2019-04-21 23:23:14)
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx7ulp-5.2
> 
> for you to fetch changes up to d058fb60d56b89548028acd6f70b8396e633ffc1:
> 
>   dt-bindings: clock: imx7ulp: remove SNVS clock (2019-03-20 16:00:03 +0800)
> 
> ----------------------------------------------------------------

Pulled into clk-next


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

* Re: [GIT PULL 1/3] i.MX common clock changes for 5.2
  2019-04-25 15:44 ` [GIT PULL 1/3] i.MX common " Stephen Boyd
@ 2019-04-26  2:49   ` Shawn Guo
  2019-04-26 17:38     ` Stephen Boyd
  0 siblings, 1 reply; 8+ messages in thread
From: Shawn Guo @ 2019-04-26  2:49 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-arm-kernel, Fabio Estevam, Stefan Agner, kernel, linux-imx,
	linux-clk

On Thu, Apr 25, 2019 at 08:44:29AM -0700, Stephen Boyd wrote:
> Quoting Shawn Guo (2019-04-21 23:23:12)
> > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > 
> >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.2
> > 
> > for you to fetch changes up to 48a15bb42df85d30e13281642a12fd27221668fa:
> > 
> >   clk: imx: Remove unused imx_get_clk_hw_fixed (2019-03-26 16:49:49 +0800)
> > 
> > ----------------------------------------------------------------
> 
> Pulled into clk-next, but next time please merge your branches together
> and send one pull request. Unless the code you're sending is for wildly
> different imx clk drivers I expect to see one PR or one PR and a
> followup PR later on.

Stephen,

Just make sure I understand your request correctly - it's good enough
for me to use just one single branch to collect all i.MX clock patches,
or multiple branches are better and I just need to merge them into one
(and one PR) before sending to you?

Shawn

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

* Re: [GIT PULL 1/3] i.MX common clock changes for 5.2
  2019-04-26  2:49   ` Shawn Guo
@ 2019-04-26 17:38     ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2019-04-26 17:38 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-arm-kernel, Fabio Estevam, Stefan Agner, kernel, linux-imx,
	linux-clk

Quoting Shawn Guo (2019-04-25 19:49:00)
> On Thu, Apr 25, 2019 at 08:44:29AM -0700, Stephen Boyd wrote:
> > Quoting Shawn Guo (2019-04-21 23:23:12)
> > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > > 
> > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.2
> > > 
> > > for you to fetch changes up to 48a15bb42df85d30e13281642a12fd27221668fa:
> > > 
> > >   clk: imx: Remove unused imx_get_clk_hw_fixed (2019-03-26 16:49:49 +0800)
> > > 
> > > ----------------------------------------------------------------
> > 
> > Pulled into clk-next, but next time please merge your branches together
> > and send one pull request. Unless the code you're sending is for wildly
> > different imx clk drivers I expect to see one PR or one PR and a
> > followup PR later on.
> 
> Stephen,
> 
> Just make sure I understand your request correctly - it's good enough
> for me to use just one single branch to collect all i.MX clock patches,
> or multiple branches are better and I just need to merge them into one
> (and one PR) before sending to you?
> 

I'd go with one branch unless you need to do something more complicated.
That's what the "wildly different" part is about above.


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

end of thread, other threads:[~2019-04-26 17:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22  6:23 [GIT PULL 1/3] i.MX common clock changes for 5.2 Shawn Guo
2019-04-22  6:23 ` [GIT PULL 2/3] i.MX5 " Shawn Guo
2019-04-25 15:44   ` Stephen Boyd
2019-04-22  6:23 ` [GIT PULL 3/3] i.MX7UPL " Shawn Guo
2019-04-25 15:44   ` Stephen Boyd
2019-04-25 15:44 ` [GIT PULL 1/3] i.MX common " Stephen Boyd
2019-04-26  2:49   ` Shawn Guo
2019-04-26 17:38     ` 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).