mbox series

[v3,0/2] syscon reboot/reboot_mode support for exynosautov9

Message ID 20220523121244.67341-1-chanho61.park@samsung.com
Headers show
Series syscon reboot/reboot_mode support for exynosautov9 | expand

Message

Chanho Park May 23, 2022, 12:12 p.m. UTC
This adds to support syscon reboot and reboot_mode for Exynos Auto v9 SoC.

Changes from v2:
- Change license of samsung,boot-mode.h to (GPL-2.0-only OR BSD-2-Clause)
- Add copyright of samsung,boot-mode.h
- Change ifdef guard __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
- Remove brackets of the definitions

Changes from v1:
- Add samsung,boot-mode.h header which include reboot mode definitions
- syscon-reboot-mode -> reboot-mode

Chanho Park (2):
  dt-bindings: soc: add samsung,boot-mode definitions
  arm64: dts: exynoautov9: add syscon reboot/reboot_mode support

 arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 17 +++++++++++++++++
 include/dt-bindings/soc/samsung,boot-mode.h  | 18 ++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 include/dt-bindings/soc/samsung,boot-mode.h

Comments

Chanho Park May 31, 2022, 12:36 p.m. UTC | #1
Hi Krzysztof,

Could you review below v3 patchset in your free time? :)

Best Regards,
Chanho Park

> -----Original Message-----
> From: Chanho Park <chanho61.park@samsung.com>
> Sent: Monday, May 23, 2022 9:13 PM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>; Chanwoo Choi
> <cw00.choi@samsung.com>; Sam Protsenko <semen.protsenko@linaro.org>;
> linux-samsung-soc@vger.kernel.org; devicetree@vger.kernel.org; Chanho Park
> <chanho61.park@samsung.com>
> Subject: [PATCH v3 0/2] syscon reboot/reboot_mode support for exynosautov9
> 
> This adds to support syscon reboot and reboot_mode for Exynos Auto v9 SoC.
> 
> Changes from v2:
> - Change license of samsung,boot-mode.h to (GPL-2.0-only OR BSD-2-Clause)
> - Add copyright of samsung,boot-mode.h
> - Change ifdef guard __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
> - Remove brackets of the definitions
> 
> Changes from v1:
> - Add samsung,boot-mode.h header which include reboot mode definitions
> - syscon-reboot-mode -> reboot-mode
> 
> Chanho Park (2):
>   dt-bindings: soc: add samsung,boot-mode definitions
>   arm64: dts: exynoautov9: add syscon reboot/reboot_mode support
> 
>  arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 17 +++++++++++++++++
> include/dt-bindings/soc/samsung,boot-mode.h  | 18 ++++++++++++++++++
>  2 files changed, 35 insertions(+)
>  create mode 100644 include/dt-bindings/soc/samsung,boot-mode.h
> 
> --
> 2.36.1
Krzysztof Kozlowski May 31, 2022, 12:50 p.m. UTC | #2
On 31/05/2022 14:36, Chanho Park wrote:
> Hi Krzysztof,
> 
> Could you review below v3 patchset in your free time? :)

I looked at it before and it is fine. It's a merge window so I am not
taking any new patches before rc1.

Best regards,
Krzysztof
Chanho Park June 2, 2022, 2:07 a.m. UTC | #3
> > Could you review below v3 patchset in your free time? :)
> 
> I looked at it before and it is fine. It's a merge window so I am not
> taking any new patches before rc1.

Got it. Sorry to rush you :)

Best Regards,
Chanho Park
Krzysztof Kozlowski June 6, 2022, 9:22 a.m. UTC | #4
On Mon, 23 May 2022 21:12:42 +0900, Chanho Park wrote:
> This adds to support syscon reboot and reboot_mode for Exynos Auto v9 SoC.
> 
> Changes from v2:
> - Change license of samsung,boot-mode.h to (GPL-2.0-only OR BSD-2-Clause)
> - Add copyright of samsung,boot-mode.h
> - Change ifdef guard __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
> - Remove brackets of the definitions
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: soc: add samsung,boot-mode definitions
      https://git.kernel.org/krzk/linux/c/95099951557c9eb2f180d6bcb9885eecaca97d24
[2/2] arm64: dts: exynoautov9: add syscon reboot/reboot_mode support
      https://git.kernel.org/krzk/linux/c/694d04a1d5449d948e438af1fd1d610d356bacc3

Best regards,