mbox series

[GIT,PULL] clk: tegra: Changes for v4.18-rc1

Message ID 20180531084531.25421-1-thierry.reding@gmail.com
State Deferred
Headers show
Series [GIT,PULL] clk: tegra: Changes for v4.18-rc1 | expand

Pull-request

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

Message

Thierry Reding May 31, 2018, 8:45 a.m. UTC
Hi Michael, Stephen,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5d797111afe12e488e08432fd9b372fae2cc7e93:

  clk: tegra: Add quirk for getting CDEV1/2 clocks on Tegra20 (2018-05-18 12:35:28 +0200)

Thanks,
Thierry

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

Contains a proper implementation of the CDEV1/2 clocks on Tegra20.

----------------------------------------------------------------
Dmitry Osipenko (3):
      clk: tegra20: Add DEV1/DEV2 OSC dividers
      clk: tegra20: Correct parents of CDEV1/2 clocks
      clk: tegra: Add quirk for getting CDEV1/2 clocks on Tegra20

 drivers/clk/tegra/clk-tegra114.c |  2 +-
 drivers/clk/tegra/clk-tegra124.c |  2 +-
 drivers/clk/tegra/clk-tegra20.c  | 52 ++++++++++++++++++++++++++++++++++++----
 drivers/clk/tegra/clk-tegra210.c |  2 +-
 drivers/clk/tegra/clk-tegra30.c  |  2 +-
 drivers/clk/tegra/clk.c          |  5 ++--
 drivers/clk/tegra/clk.h          |  2 +-
 7 files changed, 55 insertions(+), 12 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Stephen Boyd June 1, 2018, 5:40 p.m. UTC | #1
Quoting Thierry Reding (2018-05-31 01:45:31)
> Hi Michael, Stephen,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.18-clk
> 
> for you to fetch changes up to 5d797111afe12e488e08432fd9b372fae2cc7e93:
> 
>   clk: tegra: Add quirk for getting CDEV1/2 clocks on Tegra20 (2018-05-18 12:35:28 +0200)

Thanks. Pulled into clk-next.

> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> clk: tegra: Changes for v4.18-rc1
> 
> Contains a proper implementation of the CDEV1/2 clocks on Tegra20.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (3):
>       clk: tegra20: Add DEV1/DEV2 OSC dividers
>       clk: tegra20: Correct parents of CDEV1/2 clocks
>       clk: tegra: Add quirk for getting CDEV1/2 clocks on Tegra20

We have a long standing issue to resolve in CCF by returning
EPROBE_DEFER from clk_get on clks that are orphaned. I'm going to merge
the framework patch into clk-next after the next rc1 and see what blows
up. Hopefully that makes this tegra specific patch irrelevant.

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html