All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: samsung: Updates for v5.13
       [not found] <CGME20210409182228eucas1p108c01fc7b0feba23d53b812aa8d15202@eucas1p1.samsung.com>
@ 2021-04-09 18:22 ` Sylwester Nawrocki
  2021-04-09 23:23   ` Stephen Boyd
  2021-10-19  8:05 ` [GIT PULL] clk: samsung: Updates for v5.16 Sylwester Nawrocki
  1 sibling, 1 reply; 4+ messages in thread
From: Sylwester Nawrocki @ 2021-04-09 18:22 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Chanwoo Choi, linux-clk, Bartlomiej Zolnierkiewicz, linux-samsung-soc

Hi Stephen, Mike,


The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.13-samsung

for you to fetch changes up to 7f32917642c7ea486c1bae5dfdebeeb56c35b29b:

  clk: samsung: Remove redundant dev_err calls (2021-04-08 19:35:26 +0200)

----------------------------------------------------------------
clk/samsung updates for 5.13

- clean up of redundant dev_err() calls after dev_ioremap_resource()
- fix for the clk-exynos7 driver (part of upcoming Galaxy S6 device
  support)

----------------------------------------------------------------
Chen Hui (1):
      clk: samsung: Remove redundant dev_err calls

Paweł Chmiel (1):
      clk: exynos7: Mark aclk_fsys1_200 as critical

 drivers/clk/samsung/clk-exynos4412-isp.c | 4 +---
 drivers/clk/samsung/clk-exynos7.c        | 7 ++++++-
 drivers/clk/samsung/clk-s5pv210-audss.c  | 4 +---
 3 files changed, 8 insertions(+), 7 deletions(-)

-- 
Regards,
Sylwester

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

* Re: [GIT PULL] clk: samsung: Updates for v5.13
  2021-04-09 18:22 ` [GIT PULL] clk: samsung: Updates for v5.13 Sylwester Nawrocki
@ 2021-04-09 23:23   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-04-09 23:23 UTC (permalink / raw)
  To: Michael Turquette, Sylwester Nawrocki
  Cc: Chanwoo Choi, linux-clk, Bartlomiej Zolnierkiewicz, linux-samsung-soc

Quoting Sylwester Nawrocki (2021-04-09 11:22:27)
> Hi Stephen, Mike,
> 
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.13-samsung
> 
> for you to fetch changes up to 7f32917642c7ea486c1bae5dfdebeeb56c35b29b:
> 
>   clk: samsung: Remove redundant dev_err calls (2021-04-08 19:35:26 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

* [GIT PULL] clk: samsung: Updates for v5.16
       [not found] <CGME20210409182228eucas1p108c01fc7b0feba23d53b812aa8d15202@eucas1p1.samsung.com>
  2021-04-09 18:22 ` [GIT PULL] clk: samsung: Updates for v5.13 Sylwester Nawrocki
@ 2021-10-19  8:05 ` Sylwester Nawrocki
  2021-10-26 19:53   ` Stephen Boyd
  1 sibling, 1 reply; 4+ messages in thread
From: Sylwester Nawrocki @ 2021-10-19  8:05 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Chanwoo Choi, linux-clk, linux-samsung-soc

Hi Stephen, Mike,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.16-samsung

for you to fetch changes up to 9fe667af61d22fbeec823843962a77cd39993966:

  clk: samsung: describe drivers in Kconfig (2021-10-18 10:12:48 +0200)

----------------------------------------------------------------
clk/samsung updates for v5.16

- Initial clock driver for the Exynos850 SoC
- Refactoring of the CPU clock code and conversion of Exynos5433
  CPU clock driver to the platform driver
- A few conversions to devm_platform_ioremap_resource()
- Updates of the Kconfig help text

----------------------------------------------------------------
Cai Huoqing (4):
      clk: samsung: exynos-audss: Make use of devm_platform_ioremap_resource()
      clk: samsung: exynos4412-isp: Make use of devm_platform_ioremap_resource()
      clk: samsung: exynos5433: Make use of devm_platform_ioremap_resource()
      clk: samsung: s5pv210-audss: Make use of devm_platform_ioremap_resource()

Krzysztof Kozlowski (1):
      clk: samsung: describe drivers in Kconfig

Sam Protsenko (5):
      clk: samsung: clk-pll: Implement pll0822x PLL type
      clk: samsung: clk-pll: Implement pll0831x PLL type
      dt-bindings: clock: Add bindings definitions for Exynos850 CMU
      dt-bindings: clock: Document Exynos850 CMU bindings
      clk: samsung: Introduce Exynos850 clock driver

Will McVicker (2):
      clk: samsung: add support for CPU clocks
      clk: samsung: exynos5433: update apollo and atlas clock probing

 .../clock/samsung,exynos850-clock.yaml        | 185 ++++
 drivers/clk/samsung/Kconfig                   |  30 +-
 drivers/clk/samsung/Makefile                  |   1 +
 drivers/clk/samsung/clk-cpu.c                 |  18 +
 drivers/clk/samsung/clk-exynos-audss.c        |   4 +-
 drivers/clk/samsung/clk-exynos4412-isp.c      |   4 +-
 drivers/clk/samsung/clk-exynos5433.c          | 124 +--
 drivers/clk/samsung/clk-exynos850.c           | 835 +++++++++++++++++
 drivers/clk/samsung/clk-pll.c                 | 196 ++++
 drivers/clk/samsung/clk-pll.h                 |   2 +
 drivers/clk/samsung/clk-s5pv210-audss.c       |   4 +-
 drivers/clk/samsung/clk.c                     |   2 +
 drivers/clk/samsung/clk.h                     |  26 +
 include/dt-bindings/clock/exynos850.h         | 141 +++
 14 files changed, 1478 insertions(+), 94 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos850-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-exynos850.c
 create mode 100644 include/dt-bindings/clock/exynos850.h

-- 
Regards,
Sylwester


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

* Re: [GIT PULL] clk: samsung: Updates for v5.16
  2021-10-19  8:05 ` [GIT PULL] clk: samsung: Updates for v5.16 Sylwester Nawrocki
@ 2021-10-26 19:53   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-10-26 19:53 UTC (permalink / raw)
  To: Michael Turquette, Sylwester Nawrocki
  Cc: Chanwoo Choi, linux-clk, linux-samsung-soc

Quoting Sylwester Nawrocki (2021-10-19 01:05:31)
> Hi Stephen, Mike,
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.16-samsung
> 
> for you to fetch changes up to 9fe667af61d22fbeec823843962a77cd39993966:
> 
>   clk: samsung: describe drivers in Kconfig (2021-10-18 10:12:48 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

end of thread, other threads:[~2021-10-26 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210409182228eucas1p108c01fc7b0feba23d53b812aa8d15202@eucas1p1.samsung.com>
2021-04-09 18:22 ` [GIT PULL] clk: samsung: Updates for v5.13 Sylwester Nawrocki
2021-04-09 23:23   ` Stephen Boyd
2021-10-19  8:05 ` [GIT PULL] clk: samsung: Updates for v5.16 Sylwester Nawrocki
2021-10-26 19:53   ` 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.