linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: samsung: drivers for v6.6
@ 2023-08-20  7:34 Krzysztof Kozlowski
  2023-08-22 18:14 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2023-08-20  7:34 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Krzysztof Kozlowski, Chanwoo Choi, linux-clk, Tomasz Figa,
	Sylwester Nawrocki, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

Hi,

Few commits for Samsung clock drivers.

Best regards,
Krzysztof


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.6

for you to fetch changes up to b3f9581affb03ed28ff1905b649e66904f29b9e4:

  dt-bindings: clock: samsung: remove define with number of clocks (2023-08-15 07:50:15 +0200)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.6

Remove from the bindings the #defines with number of clocks supported by
each clock controller driver.  This number can vary, e.g. when we
implement more clocks in the driver.  Having the number in the bindings
prevents changing it.  Instead, this should be just a #define inside the
driver.

----------------------------------------------------------------
Krzysztof Kozlowski (11):
      clk: samsung: exynos3250: do not define number of clocks in bindings
      clk: samsung: exynos4: do not define number of clocks in bindings
      clk: samsung: exynos5250: do not define number of clocks in bindings
      clk: samsung: exynos5260: do not define number of clocks in bindings
      clk: samsung: exynos5410: do not define number of clocks in bindings
      clk: samsung: exynos5420: do not define number of clocks in bindings
      clk: samsung: exynos5433: do not define number of clocks in bindings
      clk: samsung: exynos7885: do not define number of clocks in bindings
      clk: samsung: exynos850: do not define number of clocks in bindings
      clk: samsung: exynoautov9: do not define number of clocks in bindings
      dt-bindings: clock: samsung: remove define with number of clocks

 drivers/clk/samsung/clk-exynos3250.c             | 11 ++--
 drivers/clk/samsung/clk-exynos4.c                |  5 +-
 drivers/clk/samsung/clk-exynos4412-isp.c         |  5 +-
 drivers/clk/samsung/clk-exynos5250.c             |  5 +-
 drivers/clk/samsung/clk-exynos5260.c             | 41 ++++++++++-----
 drivers/clk/samsung/clk-exynos5410.c             |  5 +-
 drivers/clk/samsung/clk-exynos5420.c             |  5 +-
 drivers/clk/samsung/clk-exynos5433.c             | 65 ++++++++++++++++--------
 drivers/clk/samsung/clk-exynos7885.c             | 14 +++--
 drivers/clk/samsung/clk-exynos850.c              | 35 +++++++++----
 drivers/clk/samsung/clk-exynosautov9.c           | 29 +++++++----
 include/dt-bindings/clock/exynos3250.h           | 18 -------
 include/dt-bindings/clock/exynos4.h              |  5 --
 include/dt-bindings/clock/exynos5250.h           |  3 --
 include/dt-bindings/clock/exynos5260-clk.h       | 25 ---------
 include/dt-bindings/clock/exynos5410.h           |  2 -
 include/dt-bindings/clock/exynos5420.h           |  3 --
 include/dt-bindings/clock/exynos5433.h           | 42 ---------------
 include/dt-bindings/clock/exynos7885.h           |  4 --
 include/dt-bindings/clock/exynos850.h            | 10 ----
 include/dt-bindings/clock/samsung,exynosautov9.h | 18 -------
 21 files changed, 154 insertions(+), 196 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-22 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20  7:34 [GIT PULL] clk: samsung: drivers for v6.6 Krzysztof Kozlowski
2023-08-22 18:14 ` 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).