Re: [PATCH 2/7] sunxi: Kconfig: Fix up SPI configuration

2022-02-23 Thread Jagan Teki
On Thu, Feb 24, 2022 at 12:56 PM Jagan Teki wrote: > > On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara wrote: > > > > Commit 7945caf22c44 ("arm: sunxi: Enable SPI/SPI-FLASH support for A64") > > selected CONFIG_SPI by default on all Allwinner A64 boards, even though > > only 4 out of the 14 A64

Re: [PATCH 2/7] sunxi: Kconfig: Fix up SPI configuration

2022-02-23 Thread Jagan Teki
On Tue, Jan 11, 2022 at 6:16 PM Andre Przywara wrote: > > Commit 7945caf22c44 ("arm: sunxi: Enable SPI/SPI-FLASH support for A64") > selected CONFIG_SPI by default on all Allwinner A64 boards, even though > only 4 out of the 14 A64 boards have a SPI flash chip. All other SoCs > had to manually

Re: [PATCH 2/7] sunxi: Kconfig: Fix up SPI configuration

2022-01-24 Thread Andre Przywara
On Tue, 11 Jan 2022 12:46:02 + Andre Przywara wrote: Hi Jagan, can you please have a look at this patch? It seems like a nice cleanup to me, but I would like to hear your opinion. Cheers, Andre > Commit 7945caf22c44 ("arm: sunxi: Enable SPI/SPI-FLASH support for A64") > selected