RE: [PATCH 7/8] mtd: spi-nor: use spi-mem dirmap API

2022-04-20 Thread Chin-Ting Kuo
Hi Pratyush, Thanks for your review. > -Original Message- > From: Pratyush Yadav > Sent: Wednesday, April 20, 2022 4:21 PM > To: Chin-Ting Kuo > Subject: Re: [PATCH 7/8] mtd: spi-nor: use spi-mem dirmap API > > On 14/04/22 07:23PM, Chin-Ting Kuo wrote: > >

Re: [PATCH 7/8] mtd: spi-nor: use spi-mem dirmap API

2022-04-20 Thread Pratyush Yadav
On 14/04/22 07:23PM, Chin-Ting Kuo wrote: > This adds support for the dirmap API to the spi-nor subsystem, as > introduced in Linux commit df5c210 ("mtd: spi-nor: use spi-mem > dirmap API"). > > This patch is synchronize from the following patch > https://patchwork.ozlabs.org/project/uboot/patch/2

[PATCH 7/8] mtd: spi-nor: use spi-mem dirmap API

2022-04-14 Thread Chin-Ting Kuo
This adds support for the dirmap API to the spi-nor subsystem, as introduced in Linux commit df5c210 ("mtd: spi-nor: use spi-mem dirmap API"). This patch is synchronize from the following patch https://patchwork.ozlabs.org/project/uboot/patch/20210205043924.149504-4-sean...@gmail.com/ Signed-off-