mbox series

Please pull u-boot-cfi-flash/master

Message ID 0ca1d1bb-71e2-2fa2-93f5-0a45a894b7d2@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-cfi-flash/master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-cfi-flash.git

Message

Stefan Roese April 6, 2021, 8:45 a.m. UTC
Hi Tom,

please pull the following cfi-flash related patches:

----------------------------------------------------------------
- Fix detection of 8-bit bus flash devices via address shift
----------------------------------------------------------------

Unfortunately it did not receive any tests on other platforms yet.
That's why I'm pulling this patch early in the merge window, so that
it has a longer time for testing in master.

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 90eba245a66aa20589404ba537215faf2012c1a3:

   Merge branch 'next' (2021-04-05 11:29:57 -0400)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-cfi-flash.git

for you to fetch changes up to 53879b17382fa4108c57128aefd9a04305607e0a:

   cfi_flash: Fix detection of 8-bit bus flash devices via address shift 
(2021-04-06 08:55:53 +0200)

----------------------------------------------------------------
Jagan Teki (1):
       cfi_flash: Fix detection of 8-bit bus flash devices via address shift

  drivers/mtd/cfi_flash.c | 37 +++++++++++++++++++++++++++++++++----
  include/flash.h         |  2 ++
  2 files changed, 35 insertions(+), 4 deletions(-)

Comments

Tom Rini April 6, 2021, 5:48 p.m. UTC | #1
On Tue, Apr 06, 2021 at 10:45:56AM +0200, Stefan Roese wrote:

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

Applied to u-boot/master, thanks!