Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread André Przywara
On 17/04/2020 13:44, Tom Rini wrote: > On Fri, Apr 17, 2020 at 01:34:36PM +0100, André Przywara wrote: >> On 17/04/2020 13:11, Tom Rini wrote: >>> On Fri, Apr 17, 2020 at 08:31:38PM +0900, Masahiro Yamada wrote: On Fri, Apr 17, 2020 at 6:07 PM André Przywara wrote: > > On

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread Tom Rini
On Fri, Apr 17, 2020 at 01:34:36PM +0100, André Przywara wrote: > On 17/04/2020 13:11, Tom Rini wrote: > > On Fri, Apr 17, 2020 at 08:31:38PM +0900, Masahiro Yamada wrote: > >> On Fri, Apr 17, 2020 at 6:07 PM André Przywara > >> wrote: > >>> > >>> On 17/04/2020 04:05, Tom Rini wrote: > >>> > >>>

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread André Przywara
On 17/04/2020 13:11, Tom Rini wrote: > On Fri, Apr 17, 2020 at 08:31:38PM +0900, Masahiro Yamada wrote: >> On Fri, Apr 17, 2020 at 6:07 PM André Przywara >> wrote: >>> >>> On 17/04/2020 04:05, Tom Rini wrote: >>> >>> (adding Masahiro for Kconfig) >>> On Mon, Apr 06, 2020 at 05:58:19PM

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread Tom Rini
On Fri, Apr 17, 2020 at 08:31:38PM +0900, Masahiro Yamada wrote: > On Fri, Apr 17, 2020 at 6:07 PM André Przywara wrote: > > > > On 17/04/2020 04:05, Tom Rini wrote: > > > > (adding Masahiro for Kconfig) > > > > > On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > > > > > >> This

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread Masahiro Yamada
On Fri, Apr 17, 2020 at 6:07 PM André Przywara wrote: > > On 17/04/2020 04:05, Tom Rini wrote: > > (adding Masahiro for Kconfig) > > > On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > > > >> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's > >>

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-17 Thread André Przywara
On 17/04/2020 04:05, Tom Rini wrote: (adding Masahiro for Kconfig) > On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > >> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's >> Quad-core ARMv8 SoC >> with Cortex-A53 cores. Peripheral like UART seems to

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-16 Thread Tom Rini
On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's > Quad-core ARMv8 SoC > with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900 > SoC(basic support > for it is alreay present in

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-06 Thread Tom Rini
On Mon, Apr 06, 2020 at 11:40:28PM +0530, Manivannan Sadhasivam wrote: > Hi Tom, > > On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > > This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's > > Quad-core ARMv8 SoC > > with Cortex-A53 cores. Peripheral like

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-06 Thread Manivannan Sadhasivam
Hi Tom, On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote: > This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's > Quad-core ARMv8 SoC > with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900 > SoC(basic support > for it is alreay

[PATCH v10 00/12] Actions S700 SoC support

2020-04-06 Thread Amit Singh Tomar
This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's Quad-core ARMv8 SoC with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900 SoC(basic support for it is alreay present in u-boot). This series(v10) takes care the commments provided by Mani and