[PATCH] mtd: nand: mxs_nand_spl: Remove the page aligned access

2022-04-12 Thread sbabic
> The mxs_nand_spl driver can support to read from page unaligned offset, > so don't need to set bl_len to ask spl_load_simple_fit to handle > the page unaligned access. > Actually spl_load_simple_fit has two parts of reading: > spl_simple_fit_read and spl_load_fit_image. > The spl_load_fit_image c

Re: [PATCH] mtd: nand: mxs_nand_spl: Remove the page aligned access

2022-03-29 Thread Tim Harvey
On Mon, Mar 28, 2022 at 2:14 AM Ye Li wrote: > > The mxs_nand_spl driver can support to read from page unaligned offset, > so don't need to set bl_len to ask spl_load_simple_fit to handle > the page unaligned access. > > Actually spl_load_simple_fit has two parts of reading: > spl_simple_fit_read

[PATCH] mtd: nand: mxs_nand_spl: Remove the page aligned access

2022-03-28 Thread Ye Li
The mxs_nand_spl driver can support to read from page unaligned offset, so don't need to set bl_len to ask spl_load_simple_fit to handle the page unaligned access. Actually spl_load_simple_fit has two parts of reading: spl_simple_fit_read and spl_load_fit_image. The spl_load_fit_image can handle t