Re: [PATCH 0/3] cadence_qspi driver updates

2022-09-06 Thread Michal Simek
On 8/24/22 13:38, Ashok Reddy Soma wrote: In this patch series - Change driver to use plat data structure only in of_to_plat() and probe(). In probe, copy plat structure members to priv structure. Replace plat with priv across the driver. - Fix function name issue in flash reset

[PATCH 0/3] cadence_qspi driver updates

2022-08-24 Thread Ashok Reddy Soma
In this patch series - Change driver to use plat data structure only in of_to_plat() and probe(). In probe, copy plat structure members to priv structure. Replace plat with priv across the driver. - Fix function name issue in flash reset - Add a call to read_setup in cadence_spi_read_id()