All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] clk: tegra: Changes for v4.15-rc1
@ 2017-11-07 15:25 ` Thierry Reding
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2017-11-07 15:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA

Hi Michael, Stephen,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-clk-2

for you to fetch changes up to 22ef01a203d27fee8b7694020b7e722db7efd2a7:

  clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init() (2017-11-01 15:00:07 +0100)

Note that this pulls in parts from two other tags that are going to go
in via the ARM SoC tree. Those are needed to a couple of resolve build
dependencies.

This is the follow-up pull request that includes Jon's fix for the pclk
issue.

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v4.15-rc1

This contains cleanups and minor fixes for the Tegra clock driver.

----------------------------------------------------------------
Bhumika Goyal (1):
      clk: tegra: Make tegra_clk_pll_params __ro_after_init

Dmitry Osipenko (4):
      clk: tegra: Add AHB DMA clock entry
      clk: tegra: Correct parent of the APBDMA clock
      clk: tegra: Use common definition of APBDMA clock gate
      clk: tegra: Bump SCLK clock rate to 216 MHz

Jon Hunter (1):
      clk: tegra: Mark APB clock as critical

Michał Mirosław (1):
      clk: tegra: Fix cclk_lp divisor register

Nicolin Chen (2):
      clk: tegra: dfll: Fix drvdata overwriting issue
      clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init()

Thierry Reding (6):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/clk
      Merge branch 'for-4.15/firmware' into for-4.15/clk
      clk: tegra: Add peripheral clock registration helper
      clk: tegra: Use tegra_clk_register_periph_data()
      clk: tegra: Fix sor1_out clock implementation

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      clk: tegra: Check BPMP response return code

 drivers/clk/tegra/clk-bpmp.c               | 15 ++++++---
 drivers/clk/tegra/clk-dfll.c               | 10 +++---
 drivers/clk/tegra/clk-dfll.h               |  2 +-
 drivers/clk/tegra/clk-id.h                 |  1 +
 drivers/clk/tegra/clk-periph.c             |  8 +++++
 drivers/clk/tegra/clk-tegra-periph.c       | 24 ++------------
 drivers/clk/tegra/clk-tegra-super-gen4.c   |  2 +-
 drivers/clk/tegra/clk-tegra114.c           |  4 +--
 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 12 +++----
 drivers/clk/tegra/clk-tegra20.c            | 13 +++-----
 drivers/clk/tegra/clk-tegra210.c           | 51 ++++++++++++++++++++++++++++--
 drivers/clk/tegra/clk-tegra30.c            | 23 +++++++-------
 drivers/clk/tegra/clk.h                    |  3 ++
 drivers/firmware/tegra/bpmp.c              | 22 +++++++++----
 include/dt-bindings/clock/tegra210-car.h   |  1 +
 include/soc/tegra/bpmp.h                   |  1 +
 16 files changed, 120 insertions(+), 72 deletions(-)

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

* [GIT PULL v2] clk: tegra: Changes for v4.15-rc1
@ 2017-11-07 15:25 ` Thierry Reding
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2017-11-07 15:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-tegra

Hi Michael, Stephen,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-clk-2

for you to fetch changes up to 22ef01a203d27fee8b7694020b7e722db7efd2a7:

  clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init() (2017-11-01 15:00:07 +0100)

Note that this pulls in parts from two other tags that are going to go
in via the ARM SoC tree. Those are needed to a couple of resolve build
dependencies.

This is the follow-up pull request that includes Jon's fix for the pclk
issue.

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v4.15-rc1

This contains cleanups and minor fixes for the Tegra clock driver.

----------------------------------------------------------------
Bhumika Goyal (1):
      clk: tegra: Make tegra_clk_pll_params __ro_after_init

Dmitry Osipenko (4):
      clk: tegra: Add AHB DMA clock entry
      clk: tegra: Correct parent of the APBDMA clock
      clk: tegra: Use common definition of APBDMA clock gate
      clk: tegra: Bump SCLK clock rate to 216 MHz

Jon Hunter (1):
      clk: tegra: Mark APB clock as critical

Michał Mirosław (1):
      clk: tegra: Fix cclk_lp divisor register

Nicolin Chen (2):
      clk: tegra: dfll: Fix drvdata overwriting issue
      clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init()

Thierry Reding (6):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/clk
      Merge branch 'for-4.15/firmware' into for-4.15/clk
      clk: tegra: Add peripheral clock registration helper
      clk: tegra: Use tegra_clk_register_periph_data()
      clk: tegra: Fix sor1_out clock implementation

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      clk: tegra: Check BPMP response return code

 drivers/clk/tegra/clk-bpmp.c               | 15 ++++++---
 drivers/clk/tegra/clk-dfll.c               | 10 +++---
 drivers/clk/tegra/clk-dfll.h               |  2 +-
 drivers/clk/tegra/clk-id.h                 |  1 +
 drivers/clk/tegra/clk-periph.c             |  8 +++++
 drivers/clk/tegra/clk-tegra-periph.c       | 24 ++------------
 drivers/clk/tegra/clk-tegra-super-gen4.c   |  2 +-
 drivers/clk/tegra/clk-tegra114.c           |  4 +--
 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 12 +++----
 drivers/clk/tegra/clk-tegra20.c            | 13 +++-----
 drivers/clk/tegra/clk-tegra210.c           | 51 ++++++++++++++++++++++++++++--
 drivers/clk/tegra/clk-tegra30.c            | 23 +++++++-------
 drivers/clk/tegra/clk.h                    |  3 ++
 drivers/firmware/tegra/bpmp.c              | 22 +++++++++----
 include/dt-bindings/clock/tegra210-car.h   |  1 +
 include/soc/tegra/bpmp.h                   |  1 +
 16 files changed, 120 insertions(+), 72 deletions(-)

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

* Re: [GIT PULL v2] clk: tegra: Changes for v4.15-rc1
  2017-11-07 15:25 ` Thierry Reding
  (?)
@ 2017-11-14 17:55 ` Stephen Boyd
  -1 siblings, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2017-11-14 17:55 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Michael Turquette, linux-clk, linux-tegra

On 11/07, Thierry Reding wrote:
> Hi Michael, Stephen,
> 
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
> 
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-clk-2
> 
> for you to fetch changes up to 22ef01a203d27fee8b7694020b7e722db7efd2a7:
> 
>   clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init() (2017-11-01 15:00:07 +0100)
> 
> Note that this pulls in parts from two other tags that are going to go
> in via the ARM SoC tree. Those are needed to a couple of resolve build
> dependencies.
> 
> This is the follow-up pull request that includes Jon's fix for the pclk
> issue.

Thanks. Pulled into clk-next.

> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> clk: tegra: Changes for v4.15-rc1
> 
> This contains cleanups and minor fixes for the Tegra clock driver.
> 

Please try to be a bit more descriptive here. I use these tag
messages for the overall PR to linus and it makes it easier if I
don't have to dig through all the commits to summarize up.

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

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

end of thread, other threads:[~2017-11-14 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 15:25 [GIT PULL v2] clk: tegra: Changes for v4.15-rc1 Thierry Reding
2017-11-07 15:25 ` Thierry Reding
2017-11-14 17:55 ` Stephen Boyd

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.