[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250514100214.2479552-1-raghav.s@samsung.com>
Date: Wed, 14 May 2025 15:32:11 +0530
From: Raghav Sharma <raghav.s@...sung.com>
To: krzk@...nel.org, s.nawrocki@...sung.com, cw00.choi@...sung.com,
alim.akhtar@...sung.com, mturquette@...libre.com, sboyd@...nel.org,
robh@...nel.org, conor+dt@...nel.org, richardcochran@...il.com,
sunyeal.hong@...sung.com, shin.son@...sung.com
Cc: linux-samsung-soc@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
dev.tailor@...sung.com, chandan.vn@...sung.com, karthik.sun@...sung.com,
Raghav Sharma <raghav.s@...sung.com>
Subject: [PATCH v2 0/3] Add clock support for CMU_HSI2
This series adds clock support for the CMU_HSI2 block.
Patch[1/3]: dt-bindings: clock: exynosautov920: add hsi2 clock definitions
- Adds DT binding for CMU_HSI2 and clock definitions
Patch[2/3]: clk: samsung: exynosautov920: add block hsi2 clock support
- Adds CMU_HSI2 clock driver support
Patch[3/3]: arm64: dts: exynosautov920: add CMU_HSI2 clock DT nodes
- Adds dt node for CMU_HSI2
Signed-off-by: Raghav Sharma <raghav.s@...sung.com>
---
Changes in v2:
- Added cover letter with the patches
- Submit the patches as a series as they are inter-dependent
as pointed by Krzysztof Kozlowski
Links to v1:
[1/3]: https://lore.kernel.org/all/20250509132414.3752159-1-raghav.s@samsung.com/
[2/3]: https://lore.kernel.org/all/20250509131210.3192208-1-raghav.s@samsung.com/
[3/3]: https://lore.kernel.org/all/20250509125646.2727393-1-raghav.s@samsung.com/
I also got warning about build failure from robot
Link: https://lore.kernel.org/all/202505100814.gnMY3LoZ-lkp@intel.com/
As the fix is just a new version of
the same patch/commit, there is NO need to add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505100814.gnMY3LoZ-lkp@intel.com/
So for now, not adding Reported-by: tag
Raghav Sharma (3):
dt-bindings: clock: exynosautov920: add hsi2 clock definitions
clk: samsung: exynosautov920: add block hsi2 clock support
arm64: dts: exynosautov920: add cmu_hsi2 clock DT nodes
.../clock/samsung,exynosautov920-clock.yaml | 29 +++++++-
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 17 +++++
drivers/clk/samsung/clk-exynosautov920.c | 72 +++++++++++++++++++
.../clock/samsung,exynosautov920.h | 9 +++
4 files changed, 125 insertions(+), 2 deletions(-)
base-commit: aa94665adc28f3fdc3de2979ac1e98bae961d6ca
--
2.34.1
Powered by blists - more mailing lists