Re: [PATCH v2 08/10] mtd: nand: raw: rockchip_nfc: add layout structure

2023-02-15 Thread Kever Yang
On 2023/2/7 22:54, Johan Jonker wrote: The MTD framework in U-boot is not identical for drivers ported from Linux. The rockchip_nfc driver was ported with OOB ops functions while the framework expects a layout structure per chip. Fix by adding a structure with OOB data and remove unused

Re: [PATCH v2 08/10] mtd: nand: raw: rockchip_nfc: add layout structure

2023-02-15 Thread Michael Nazzareno Trimarchi
Hi On Tue, Feb 7, 2023 at 3:55 PM Johan Jonker wrote: > > The MTD framework in U-boot is not identical for drivers ported > from Linux. The rockchip_nfc driver was ported with OOB ops functions > while the framework expects a layout structure per chip. > Fix by adding a structure with OOB data

[PATCH v2 08/10] mtd: nand: raw: rockchip_nfc: add layout structure

2023-02-07 Thread Johan Jonker
The MTD framework in U-boot is not identical for drivers ported from Linux. The rockchip_nfc driver was ported with OOB ops functions while the framework expects a layout structure per chip. Fix by adding a structure with OOB data and remove unused functions. Signed-off-by: Johan Jonker ---