mbox series

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

Message ID 48dec441-2c1f-73a0-3e6c-aa0d7be5ba26@monstr.eu (mailing list archive)
State Accepted
Commit 5213313b9ad81d7f3d467236e714c8f174c2de95
Headers show
Series [GIT,PULL] arm64: zynqmp: Xilinx SoC changes for v5.17 | expand

Pull-request

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

Message

Michal Simek Dec. 8, 2021, 11:58 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.

Request for 5.16 came late that's why sending it again rebased on the 
top of v5.16-rc1 but with the same content.
Previous PR:
https://lore.kernel.org/r/0ea5d885-c770-af56-7de0-bcf6adc61bcd@xilinx.com

Thanks,
Michal

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 168e05c131cd15932f95364b103b8cb7dbf19546:

   firmware: xilinx: check return value of zynqmp_pm_get_api_version() 
(2021-12-08 12:53:36 +0100)

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

- 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

patchwork-bot+linux-soc@kernel.org Dec. 14, 2021, 9:40 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 8 Dec 2021 12:58:48 +0100 you wrote:
> 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.
> 
> Request for 5.16 came late that's why sending it again rebased on the
> top of v5.16-rc1 but with the same content.
> Previous PR:
> https://lore.kernel.org/r/0ea5d885-c770-af56-7de0-bcf6adc61bcd@xilinx.com
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: zynqmp: Xilinx SoC changes for v5.17
    https://git.kernel.org/soc/soc/c/5213313b9ad8

You are awesome, thank you!