Re: [PATCH v6 11/25] spl: nand: Remove spl_nand_legacy_read

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > Now that spl_nand_fit_read works in units of bytes, it can be combined with > spl_nand_legacy_read. Rename the resulting function spl_nand_read, since it > is no longer FIT-specific. > > Signed-off-by: Sean Anderson > --- > > Changes in v6: >

[PATCH v6 11/25] spl: nand: Remove spl_nand_legacy_read

2023-11-05 Thread Sean Anderson
Now that spl_nand_fit_read works in units of bytes, it can be combined with spl_nand_legacy_read. Rename the resulting function spl_nand_read, since it is no longer FIT-specific. Signed-off-by: Sean Anderson --- Changes in v6: - New common/spl/spl_nand.c | 33 +