mbox series

[PULL] Pull request for u-boot-nand-20240617

Message ID CABGWkvp+-3fQu=miT-g=MeJzd91kJegEO8azoa20WKz0j+W5CA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot-nand-20240617 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20240617

Message

Dario Binacchi June 17, 2024, 2:34 p.m. UTC
Hello Tom,

The following changes since commit 2248c96ea1cf0b65377040d9f87ce7d8cf534c63:

  Merge tag 'u-boot-stm32-20240614' of
https://source.denx.de/u-boot/custodians/u-boot-stm (2024-06-14
08:13:54 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
tags/u-boot-nand-20240617

for you to fetch changes up to aad8aa56d96b1305ae5a9708b604b2f2a4e97c4e:

  mtd: nand: pxa3xx: Incorrect bitflip return on page read (2024-06-17
09:43:45 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/21158
----------------------------------------------------------------
Pull request for u-boot-nand-20240617

The first patch is by Arseniy Krasnov and adds support for OTP area
access on MX30LFxG18AC chip series.

The second patch is by John Watts and adds MTD dependency in Kconfig
for UBI.

The last patch is by Ravi Minnikanti and fixes bitflip return value on
page read.

----------------------------------------------------------------
Arseniy Krasnov (1):
      mtd: rawnand: macronix: OTP access for MX30LFxG18AC

John Watts (1):
      ubi: Depend on MTD

Ravi Minnikanti (1):
      mtd: nand: pxa3xx: Incorrect bitflip return on page read

 drivers/mtd/nand/raw/nand_macronix.c | 170
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/nand/raw/pxa3xx_nand.c   |   5 +++
 drivers/mtd/ubi/Kconfig              |   1 +
 3 files changed, 176 insertions(+)

Comments

Tom Rini June 17, 2024, 5:23 p.m. UTC | #1
On Mon, Jun 17, 2024 at 04:34:19PM +0200, Dario Binacchi wrote:

> Hello Tom,
> 
> The following changes since commit 2248c96ea1cf0b65377040d9f87ce7d8cf534c63:
> 
>   Merge tag 'u-boot-stm32-20240614' of
> https://source.denx.de/u-boot/custodians/u-boot-stm (2024-06-14
> 08:13:54 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
> tags/u-boot-nand-20240617
> 
> for you to fetch changes up to aad8aa56d96b1305ae5a9708b604b2f2a4e97c4e:
> 
>   mtd: nand: pxa3xx: Incorrect bitflip return on page read (2024-06-17
> 09:43:45 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/21158

Applied to u-boot/master, thanks!