Re: [PATCH v2 0/2] mtd: nand: omap_gpmc: Fix NAND for AM335x

2024-01-15 Thread Dario Binacchi
Hi Roger And Michael, On Thu, Jan 11, 2024 at 2:13 PM Michael Nazzareno Trimarchi wrote: > > Hi > > Il gio 11 gen 2024, 14:06 Roger Quadros ha scritto: >> >> Hi, >> >> On 11/12/2023 13:45, Roger Quadros wrote: >> > Hi, >> > >> > These patches fix NAND and ELM for AM335x and related legacy

Re: [PATCH v2 0/2] mtd: nand: omap_gpmc: Fix NAND for AM335x

2024-01-11 Thread Michael Nazzareno Trimarchi
Hi Il gio 11 gen 2024, 14:06 Roger Quadros ha scritto: > Hi, > > On 11/12/2023 13:45, Roger Quadros wrote: > > Hi, > > > > These patches fix NAND and ELM for AM335x and related legacy platforms > > that use HW BCH and ELM modules. > > > > All CI tests pass:

Re: [PATCH v2 0/2] mtd: nand: omap_gpmc: Fix NAND for AM335x

2024-01-11 Thread Roger Quadros
Hi, On 11/12/2023 13:45, Roger Quadros wrote: > Hi, > > These patches fix NAND and ELM for AM335x and related legacy platforms > that use HW BCH and ELM modules. > > All CI tests pass: https://github.com/u-boot/u-boot/pull/453 > > Changelog: > > v2: > - added __maybe_unused to

[PATCH v2 0/2] mtd: nand: omap_gpmc: Fix NAND for AM335x

2023-12-11 Thread Roger Quadros
Hi, These patches fix NAND and ELM for AM335x and related legacy platforms that use HW BCH and ELM modules. All CI tests pass: https://github.com/u-boot/u-boot/pull/453 Changelog: v2: - added __maybe_unused to omap_calculate_ecc_bch. fixes CI tests - Added Tested-by Tags - Explained about