mbox series

[GIT,PULL,3/3] ARM: samsung: soc for v6.4

Message ID 20230405080438.156805-3-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,1/3] arm64: dts: samsung: dts64 for v6.4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-6.4

Message

Krzysztof Kozlowski April 5, 2023, 8:04 a.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-6.4

for you to fetch changes up to cb56f508e541036ad41cb9a5afb46339b2f83b9f:

  ARM: EXYNOS: Use of_address_to_resource() (2023-03-22 18:47:01 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v6.4

Cleanup of OF-related functions: use of_property_read_bool() for reading
bool and of_address_to_resource() for mapping MMIO.

----------------------------------------------------------------
Rob Herring (2):
      ARM: exynos: Use of_property_read_bool() for boolean properties
      ARM: EXYNOS: Use of_address_to_resource()

 arch/arm/mach-exynos/exynos.c  | 8 +++++---
 arch/arm/mach-exynos/suspend.c | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)