mbox series

Please pull u-boot-cfi-flash/master

Message ID 0c4eb28a-2821-3e85-4017-68e970ad9708@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-cfi-flash/master | expand

Pull-request

git://www.denx.de/git/u-boot-cfi-flash.git

Message

Stefan Roese Oct. 8, 2020, 9:55 a.m. UTC
Hi Tom,

please pull the following cfi-flash related patches:

----------------------------------------------------------------
- Fix devicetree address determination seen on QEMU ARM64
- Use DMA for reads is available
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=55&view=results

Thanks,
Stefan

The following changes since commit 42378e3cd2432e0353cdcc1789039293e4b46252:

   Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm (2020-10-06 
13:59:01 -0400)

are available in the Git repository at:

   git://www.denx.de/git/u-boot-cfi-flash.git

for you to fetch changes up to 492b9917c684bbfd42479e049c00b1e502f8b53f:

   cfi_flash: Fix devicetree address determination (2020-10-08 09:04:41 
+0200)

----------------------------------------------------------------
Andre Przywara (1):
       cfi_flash: Fix devicetree address determination

Vignesh Raghavendra (2):
       dma: Reduce error level when DMA channel type does not exist
       mtd: cfi_mtd: Use DMA for reads

  drivers/dma/dma-uclass.c |  4 ++--
  drivers/mtd/cfi_flash.c  | 24 ++++++------------------
  drivers/mtd/cfi_mtd.c    |  4 +++-
  3 files changed, 11 insertions(+), 21 deletions(-)

Comments

Tom Rini Oct. 8, 2020, 3:53 p.m. UTC | #1
On Thu, Oct 08, 2020 at 11:55:42AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following cfi-flash related patches:
> 

Applied to u-boot/master, thanks!