Message ID | 20220523121244.67341-1-chanho61.park@samsung.com |
---|---|
Headers | show |
Series | syscon reboot/reboot_mode support for exynosautov9 | expand |
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
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
> > 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
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,