Re: [PATCH 3/6] sunxi: SPL SPI: Introduce is_new_gen_spi()

2020-01-27 Thread Jagan Teki
On Mon, Jan 27, 2020 at 6:59 AM André Przywara wrote: > > On 21/01/2020 08:20, Jagan Teki wrote: > > Hi Jagan, > > first: many thanks for merging those other patches of mine, much > appreciated! > > > On Mon, Jan 6, 2020 at 6:59 AM Andre Przywara > > wrote: > >> > >> So far we were using the

Re: [PATCH 3/6] sunxi: SPL SPI: Introduce is_new_gen_spi()

2020-01-26 Thread André Przywara
On 21/01/2020 08:20, Jagan Teki wrote: Hi Jagan, first: many thanks for merging those other patches of mine, much appreciated! > On Mon, Jan 6, 2020 at 6:59 AM Andre Przywara wrote: >> >> So far we were using the CONFIG_SUNXI_GEN_SUN6I symbol to select between >> the two SPI controller

Re: [PATCH 3/6] sunxi: SPL SPI: Introduce is_new_gen_spi()

2020-01-21 Thread Jagan Teki
On Mon, Jan 6, 2020 at 6:59 AM Andre Przywara wrote: > > So far we were using the CONFIG_SUNXI_GEN_SUN6I symbol to select between > the two SPI controller generations used on Allwinner SoCs. This is a > convenience symbol to roughly differentiate between "older" and "newer" > generation of SoCs.

[PATCH 3/6] sunxi: SPL SPI: Introduce is_new_gen_spi()

2020-01-05 Thread Andre Przywara
So far we were using the CONFIG_SUNXI_GEN_SUN6I symbol to select between the two SPI controller generations used on Allwinner SoCs. This is a convenience symbol to roughly differentiate between "older" and "newer" generation of SoCs. The H6 SoCs is the newest SoC so far, but is sufficiently