mbox series

[GIT,PULL] xilinx patches for v2021.10-rc4

Message ID abb2b356-5cb1-7a45-476f-1ed315ecd470@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] xilinx patches for v2021.10-rc4 | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2021.10-rc4

Message

Michal Simek Sept. 3, 2021, 9:41 a.m. UTC
Hi Tom,

please pull these 3 fixes to your tree. It is one uefi dox fix.
And 2 spi patches are fixing single mode for zynqmp boards.

Thanks,
Michal

The following changes since commit 94509b79b13e69c209199af0757afbde8d2ebd6d:

  btrfs: Use default subvolume as filesystem root (2021-09-01 10:11:24
-0400)

are available in the Git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-microblaze.git
tags/xilinx-for-v2021.10-rc4

for you to fetch changes up to 020b353be9e6c12ebf49333a81e02d582578f560:

  spi: zynqmp_gqspi: Fix dma alignment issue (2021-09-03 09:15:01 +0200)

----------------------------------------------------------------
Xilinx changes for v2021.10-rc4

doc:
- Fix uefi documentation

spi:
- Fix gqspi driver for single configuration

----------------------------------------------------------------
Ashok Reddy Soma (2):
      spi: zynqmp_gqspi: Switch genfifo start to manual mode
      spi: zynqmp_gqspi: Fix dma alignment issue

Michal Simek (1):
      doc: Remove information about CAPSULE_FMP_HEADER

 doc/develop/uefi/uefi.rst  |  1 -
 drivers/spi/zynqmp_gqspi.c | 30 ++++++++++++++----------------
 2 files changed, 14 insertions(+), 17 deletions(-)

Comments

Tom Rini Sept. 3, 2021, 5:21 p.m. UTC | #1
On Fri, Sep 03, 2021 at 11:41:21AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these 3 fixes to your tree. It is one uefi dox fix.
> And 2 spi patches are fixing single mode for zynqmp boards.
> 
> Thanks,
> Michal
> 
> The following changes since commit 94509b79b13e69c209199af0757afbde8d2ebd6d:
> 
>   btrfs: Use default subvolume as filesystem root (2021-09-01 10:11:24
> -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-microblaze.git
> tags/xilinx-for-v2021.10-rc4
> 
> for you to fetch changes up to 020b353be9e6c12ebf49333a81e02d582578f560:
> 
>   spi: zynqmp_gqspi: Fix dma alignment issue (2021-09-03 09:15:01 +0200)
> 

Applied to u-boot/master, thanks!