mbox series

[GIT,PULL] arm64: soc: zynqmp: Xilinx SoC changes for v6.3

Message ID 42be5129-3ca2-ddbc-ac3b-6448245b61c2@monstr.eu (mailing list archive)
State Accepted
Commit a64c36b8b75c0160f0b3a42bf3895d9b323638df
Headers show
Series [GIT,PULL] arm64: soc: zynqmp: Xilinx SoC changes for v6.3 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v6.3

Message

Michal Simek Jan. 31, 2023, 11:08 a.m. UTC
Hi,

please pull these changes to your tree. The most interesting one is from Marek 
which is adding support for older PMUFW version which didn't handle TAP delay 
programming for SDHCI properly.

Thanks,
Michal

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v6.3

for you to fetch changes up to a4b2e6063cfeaab1160501acfb27e8618a7c693f:

   firmware: xilinx: Clear IOCTL_SET_SD_TAPDELAY using PM_MMIO_WRITE (2023-01-05 
10:18:07 +0100)

----------------------------------------------------------------
arm64: ZynqMP SoC changes for v6.3

Firmware changes
- fix memory leak in error path inside notification code
- trivial comment cleanup
- add workaround for SD tap delay programming with old PMUFW

----------------------------------------------------------------
Gaosheng Cui (1):
       driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()

Marek Vasut (1):
       firmware: xilinx: Clear IOCTL_SET_SD_TAPDELAY using PM_MMIO_WRITE

Michal Simek (1):
       firmware: xilinx: Remove kernel-doc marking in the code

  drivers/firmware/xilinx/zynqmp.c        | 27 ++++++++++++++++++--
  drivers/soc/xilinx/xlnx_event_manager.c |  4 ++-
  drivers/soc/xilinx/zynqmp_pm_domains.c  |  2 +-
  include/linux/firmware/xlnx-zynqmp.h    |  4 +++
  4 files changed, 33 insertions(+), 4 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 1, 2023, 4:30 p.m. UTC | #1
Hello:

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

On Tue, 31 Jan 2023 12:08:23 +0100 you wrote:
> Hi,
> 
> please pull these changes to your tree. The most interesting one is from Marek
> which is adding support for older PMUFW version which didn't handle TAP delay
> programming for SDHCI properly.
> 
> Thanks,
> Michal
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: soc: zynqmp: Xilinx SoC changes for v6.3
    https://git.kernel.org/soc/soc/c/a64c36b8b75c

You are awesome, thank you!