Message ID | 20240422-t7-reset-v2-0-cb82271d3296@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Amlogic T7 reset controller | expand |
Hi, On Mon, 22 Apr 2024 19:11:42 +0800, Kelvin Zhang wrote: > Add a new compatible and device node for Amlogic T7 reset controller. > And modify the driver accordingly. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.10/arm64-dt) [3/3] arm64: dts: amlogic: Add Amlogic T7 reset controller https://git.kernel.org/amlogic/c/a42f2e9ba13b8a4c556f43ed99e22ae14fb73130 These changes has been applied on the intermediate git tree [1]. The v6.10/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 Philipp, On 22/04/2024 13:11, Kelvin Zhang via B4 Relay wrote: > Add a new compatible and device node for Amlogic T7 reset controller. > And modify the driver accordingly. > > Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> > Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> > --- > Changes in v2: > - Drop the compatible comment in dt-binding. > - Move t7-reset.h to arch/arm64/boot/dts/amlogic. > - Link to v1: https://lore.kernel.org/r/20240329-t7-reset-v1-0-4c6e2e68359e@amlogic.com > > --- > Zelong Dong (3): > dt-bindings: reset: Add Amlogic T7 reset controller > reset: reset-meson: Add support for Amlogic T7 SoC reset controller > arm64: dts: amlogic: Add Amlogic T7 reset controller > > .../bindings/reset/amlogic,meson-reset.yaml | 1 + > arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h | 197 +++++++++++++++++++++ > arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 7 + I applied the DT change, could you pick the bindings & driver change ? Thanks, Neil > drivers/reset/reset-meson.c | 6 + > 4 files changed, 211 insertions(+) > --- > base-commit: f529a6d274b3b8c75899e949649d231298f30a32 > change-id: 20240329-t7-reset-f87e8346fadb > > Best regards,
On 2024/6/5 20:51, Neil Armstrong wrote: > [ EXTERNAL EMAIL ] > > Hi Philipp, > > On 22/04/2024 13:11, Kelvin Zhang via B4 Relay wrote: >> Add a new compatible and device node for Amlogic T7 reset controller. >> And modify the driver accordingly. >> >> Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> >> Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> >> --- >> Changes in v2: >> - Drop the compatible comment in dt-binding. >> - Move t7-reset.h to arch/arm64/boot/dts/amlogic. >> - Link to v1: >> https://lore.kernel.org/r/20240329-t7-reset-v1-0-4c6e2e68359e@amlogic.com >> >> --- >> Zelong Dong (3): >> dt-bindings: reset: Add Amlogic T7 reset controller >> reset: reset-meson: Add support for Amlogic T7 SoC reset >> controller >> arm64: dts: amlogic: Add Amlogic T7 reset controller >> >> .../bindings/reset/amlogic,meson-reset.yaml | 1 + >> arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h | 197 >> +++++++++++++++++++++ >> arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 7 + > > I applied the DT change, could you pick the bindings & driver change ? > Hi Philipp, Sorry to bother you. For patch 1&2, is there anything that needs improvement? Thanks very much! > Thanks, > Neil > >> drivers/reset/reset-meson.c | 6 + >> 4 files changed, 211 insertions(+) >> --- >> base-commit: f529a6d274b3b8c75899e949649d231298f30a32 >> change-id: 20240329-t7-reset-f87e8346fadb >> >> Best regards, >
Hi, On 05/06/2024 14:51, Neil Armstrong wrote: > Hi Philipp, > > On 22/04/2024 13:11, Kelvin Zhang via B4 Relay wrote: >> Add a new compatible and device node for Amlogic T7 reset controller. >> And modify the driver accordingly. >> >> Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> >> Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> >> --- >> Changes in v2: >> - Drop the compatible comment in dt-binding. >> - Move t7-reset.h to arch/arm64/boot/dts/amlogic. >> - Link to v1: https://lore.kernel.org/r/20240329-t7-reset-v1-0-4c6e2e68359e@amlogic.com >> >> --- >> Zelong Dong (3): >> dt-bindings: reset: Add Amlogic T7 reset controller >> reset: reset-meson: Add support for Amlogic T7 SoC reset controller >> arm64: dts: amlogic: Add Amlogic T7 reset controller >> >> .../bindings/reset/amlogic,meson-reset.yaml | 1 + >> arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h | 197 +++++++++++++++++++++ >> arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 7 + > > I applied the DT change, could you pick the bindings & driver change ? Gentle ping, could you apply the bindings & driver changes ? If you lack time, please tell me if it's ok for you for me to apply the bindings via the amlogic tree ? Neil > > Thanks, > Neil > >> drivers/reset/reset-meson.c | 6 + >> 4 files changed, 211 insertions(+) >> --- >> base-commit: f529a6d274b3b8c75899e949649d231298f30a32 >> change-id: 20240329-t7-reset-f87e8346fadb >> >> Best regards,
On Mo, 2024-04-22 at 19:11 +0800, Kelvin Zhang via B4 Relay wrote: > Add a new compatible and device node for Amlogic T7 reset controller. > And modify the driver accordingly. > > Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> > Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> Thank you, applied patches 1-2 to reset/next. regards Philipp
Hi Philipp, Thank, please let me know if you have any comments. 在 2024/9/2 18:10, Philipp Zabel 写道: > > On Mo, 2024-04-22 at 19:11 +0800, Kelvin Zhang via B4 Relay wrote: >> Add a new compatible and device node for Amlogic T7 reset controller. >> And modify the driver accordingly. >> >> Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> >> Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> > > Thank you, applied patches 1-2 to reset/next. > > regards > Philipp
On 02/09/2024 12:10, Philipp Zabel wrote: > On Mo, 2024-04-22 at 19:11 +0800, Kelvin Zhang via B4 Relay wrote: >> Add a new compatible and device node for Amlogic T7 reset controller. >> And modify the driver accordingly. >> >> Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> >> Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> > > Thank you, applied patches 1-2 to reset/next. Thanks! Neil > > regards > Philipp