mbox series

[GIT,PULL] arm64: zynqmp: Xilinx SoC changes for v5.16

Message ID 0ea5d885-c770-af56-7de0-bcf6adc61bcd@xilinx.com (mailing list archive)
State Changes Requested
Headers show
Series [GIT,PULL] arm64: zynqmp: Xilinx SoC changes for v5.16 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.16

Message

Michal Simek Oct. 29, 2021, 6:24 a.m. UTC
Hi,

please pull these patches to your tree. They are doing small cleanup and 
fix handling in power domain driver with also checking firmware api call.

Thanks,
Michal

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.16

for you to fetch changes up to 4e2dfd51f7ff81ebd2538243ee8c20bcba898864:

   firmware: xilinx: check return value of zynqmp_pm_get_api_version() 
(2021-10-18 15:13:02 +0200)

----------------------------------------------------------------
arm64: dts: ZynqMP SoC changes for v5.16

- cleanup and fix PM_INIT_FINALIZE
- check return value of zynqmp_pm_get_api_version()

----------------------------------------------------------------
Michael Tretter (4):
       soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver
       soc: xilinx: cleanup debug and error messages
       soc: xilinx: use a properly named field instead of flags
       soc: xilinx: add a to_zynqmp_pm_domain macro

Rajan Vaja (1):
       firmware: xilinx: check return value of zynqmp_pm_get_api_version()

  drivers/firmware/xilinx/zynqmp.c       |  5 ++++-
  drivers/soc/xilinx/zynqmp_pm_domains.c | 91 
+++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------
  drivers/soc/xilinx/zynqmp_power.c      |  1 -
  3 files changed, 55 insertions(+), 42 deletions(-)

Comments

Arnd Bergmann Nov. 3, 2021, 4:04 p.m. UTC | #1
On Fri, Oct 29, 2021 at 8:24 AM Michal Simek <michal.simek@xilinx.com> wrote:
>
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
>
>    Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
>
> are available in the Git repository at:
>
>    https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.16
>
> for you to fetch changes up to 4e2dfd51f7ff81ebd2538243ee8c20bcba898864:
>
>    firmware: xilinx: check return value of zynqmp_pm_get_api_version()
> (2021-10-18 15:13:02 +0200)
>
> ----------------------------------------------------------------
> arm64: dts: ZynqMP SoC changes for v5.16
>
> - cleanup and fix PM_INIT_FINALIZE
> - check return value of zynqmp_pm_get_api_version()
>

None of this seemed urgent enough for a late merge, please rebase once
5.16-rc1 is out and submit for 5.17.

If any of the patches here fix bugs that a user might encounter, please
send those as a fixes branch for 5.16.

      Arnd