Re: [PATCH 1/2] spi: nxp-fspi: Add support for IP read only

2021-04-18 Thread Jagan Teki
On Mon, Mar 22, 2021 at 12:00 PM Kuldeep Singh wrote: > > Add support for disabling AHB bus and read entire flash contents via IP > bus only. Please note, this enables IP bus read using a quirk which can > be enabled directly in device-type data or in existence of an errata > where AHB bus may nee

[PATCH 1/2] spi: nxp-fspi: Add support for IP read only

2021-03-21 Thread Kuldeep Singh
Add support for disabling AHB bus and read entire flash contents via IP bus only. Please note, this enables IP bus read using a quirk which can be enabled directly in device-type data or in existence of an errata where AHB bus may need to be disabled. Signed-off-by: Kuldeep Singh --- drivers/spi