Message ID | 20230914064018.18790-1-zelong.dong@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | reset: amlogic-c3: add reset driver | expand |
On Thu, 14 Sep 2023 14:40:15 +0800, zelong dong wrote: > From: Zelong Dong <zelong.dong@amlogic.com> > > This patchset adds Reset controller driver support for Amlogic C3 SoC. > The RESET registers count and offset for C3 Soc are same as S4 Soc. > > Changes since v1: > - remove Change-ID > - run scripts/checkpatch.pl and fix reported warnings > - sort dts node by base reg offset > > [...] Applied patches 1 and 2 to reset/next, thanks! [1/3] dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller https://git.pengutronix.de/cgit/pza/linux/commit/?id=0c0ea61c9b3a [2/3] reset: reset-meson: add support for Amlogic C3 SoC Reset Controller https://git.pengutronix.de/cgit/pza/linux/commit/?id=41df5d7d5e99 regards Philipp
Hi, On Thu, 14 Sep 2023 14:40:15 +0800, zelong dong wrote: > From: Zelong Dong <zelong.dong@amlogic.com> > > This patchset adds Reset controller driver support for Amlogic C3 SoC. > The RESET registers count and offset for C3 Soc are same as S4 Soc. > > Changes since v1: > - remove Change-ID > - run scripts/checkpatch.pl and fix reported warnings > - sort dts node by base reg offset > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.8/arm64-dt) [3/3] arm64: dts: amlogic: add reset controller for Amlogic C3 SoC https://git.kernel.org/amlogic/c/a5468f5ea9a01acf29d02745abae7b82482989d4 These changes has been applied on the intermediate git tree [1]. The v6.8/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers for inclusion in their intermediate git branches in order to be sent to Linus during the next merge window, or sooner if it's a set of fixes. In the cases of fixes, those will be merged in the current release candidate kernel and as soon they appear on the Linux master branch they will be backported to the previous Stable and Long-Stable kernels [2]. The intermediate git branches are merged daily in the linux-next tree [3], people are encouraged testing these pre-release kernels and report issues on the relevant mailing-lists. If problems are discovered on those changes, please submit a signed-off-by revert patch followed by a corrective changeset. [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Hi, On 29/11/2023 13:26, Neil Armstrong wrote: > Hi, > > On Thu, 14 Sep 2023 14:40:15 +0800, zelong dong wrote: >> From: Zelong Dong <zelong.dong@amlogic.com> >> >> This patchset adds Reset controller driver support for Amlogic C3 SoC. >> The RESET registers count and offset for C3 Soc are same as S4 Soc. >> >> Changes since v1: >> - remove Change-ID >> - run scripts/checkpatch.pl and fix reported warnings >> - sort dts node by base reg offset >> >> [...] > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.8/arm64-dt) > > [3/3] arm64: dts: amlogic: add reset controller for Amlogic C3 SoC > https://git.kernel.org/amlogic/c/a5468f5ea9a01acf29d02745abae7b82482989d4 I'll need to drop this patch from v6.8/arm64-dt since the amlogic,c3-reset.h is missing from my tree, I'll postpone it to v6.9. Thanks, Neil > > These changes has been applied on the intermediate git tree [1]. > > The v6.8/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers > for inclusion in their intermediate git branches in order to be sent to Linus during > the next merge window, or sooner if it's a set of fixes. > > In the cases of fixes, those will be merged in the current release candidate > kernel and as soon they appear on the Linux master branch they will be > backported to the previous Stable and Long-Stable kernels [2]. > > The intermediate git branches are merged daily in the linux-next tree [3], > people are encouraged testing these pre-release kernels and report issues on the > relevant mailing-lists. > > If problems are discovered on those changes, please submit a signed-off-by revert > patch followed by a corrective changeset. > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git > [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git > [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >
From: Zelong Dong <zelong.dong@amlogic.com> This patchset adds Reset controller driver support for Amlogic C3 SoC. The RESET registers count and offset for C3 Soc are same as S4 Soc. Changes since v1: - remove Change-ID - run scripts/checkpatch.pl and fix reported warnings - sort dts node by base reg offset Changes since v2: - replace keyword "meson" with "amlogic" Changes since v3: - rebase on v6.6-rc1 --- v1:https://lore.kernel.org/all/20230630121059.28748-1-zelong.dong@amlogic.com/ v2:https://lore.kernel.org/all/20230718123550.13712-1-zelong.dong@amlogic.com/ v3:https://lore.kernel.org/all/20230719060954.14864-1-zelong.dong@amlogic.com/ Zelong Dong (3): dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller reset: reset-meson: add support for Amlogic C3 SoC Reset Controller arm64: dts: amlogic: add reset controller for Amlogic C3 SoC .../bindings/reset/amlogic,meson-reset.yaml | 1 + arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 7 ++ drivers/reset/reset-meson.c | 1 + include/dt-bindings/reset/amlogic,c3-reset.h | 119 ++++++++++++++++++ 4 files changed, 128 insertions(+) create mode 100644 include/dt-bindings/reset/amlogic,c3-reset.h