Message ID | 20240627-a5_secpower-v1-0-1f47dde1270c@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | Power: A5: add power domain driver | expand |
On Thu, 27 Jun 2024 at 13:47, Xianwei Zhao via B4 Relay <devnull+xianwei.zhao.amlogic.com@kernel.org> wrote: > > Add power controller driver support for Amlogic A5 SoC. > > Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> > --- > Xianwei Zhao (3): > dt-bindings: power: add Amlogic A5 power domains > pmdomain: amlogic: Add support for A5 power domains controller > arm64: dts: amlogic: a5: add power domain controller node > > .../bindings/power/amlogic,meson-sec-pwrc.yaml | 1 + > arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 10 +++++++++ > drivers/pmdomain/amlogic/meson-secure-pwrc.c | 26 ++++++++++++++++++++++ > include/dt-bindings/power/amlogic,a5-pwrc.h | 21 +++++++++++++++++ > 4 files changed, 58 insertions(+) > --- Patch 1 and 2 applied for next (patch 1 is available at the immutable dt branch too), thanks! Kind regards Uffe
Hi, On Thu, 27 Jun 2024 19:47:50 +0800, Xianwei Zhao wrote: > Add power controller driver support for Amlogic A5 SoC. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.11/arm64-dt) [3/3] arm64: dts: amlogic: a5: add power domain controller node https://git.kernel.org/amlogic/c/c087cd0ef1b0c2adfabd216e28dfed242b5f4f07 These changes has been applied on the intermediate git tree [1]. The v6.11/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
Add power controller driver support for Amlogic A5 SoC. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Xianwei Zhao (3): dt-bindings: power: add Amlogic A5 power domains pmdomain: amlogic: Add support for A5 power domains controller arm64: dts: amlogic: a5: add power domain controller node .../bindings/power/amlogic,meson-sec-pwrc.yaml | 1 + arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 10 +++++++++ drivers/pmdomain/amlogic/meson-secure-pwrc.c | 26 ++++++++++++++++++++++ include/dt-bindings/power/amlogic,a5-pwrc.h | 21 +++++++++++++++++ 4 files changed, 58 insertions(+) --- base-commit: cc647e931a249605e06d3eb3ec89a7e320fc28cc change-id: 20240627-a5_secpower-bfa1bb4bd9c4 Best regards,