Re: [PATCH v2 2/9] mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28

2024-01-29 Thread Jagan Teki
On Fri, Dec 22, 2023 at 11:16 AM wrote: > > From: Takahiro Kuwano > > s25_erase_non_uniform() and s28hx_t_erase_uniform() support hybrid sector > layout (32 x 4KB sectors overlaid at bottom address) and doing same thing. > Consolidate them into single helper named s25_s28_erase_non_uniform(). >

[PATCH v2 2/9] mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28

2023-12-21 Thread tkuw584924
From: Takahiro Kuwano s25_erase_non_uniform() and s28hx_t_erase_uniform() support hybrid sector layout (32 x 4KB sectors overlaid at bottom address) and doing same thing. Consolidate them into single helper named s25_s28_erase_non_uniform(). Signed-off-by: Takahiro Kuwano ---