Re: [PATCH] earlycon: initialise baud field of earlycon device structure

2017-08-16 Thread Eugeniy Paltsev
Hi Rob, On Tue, 2017-08-15 at 14:26 -0500, Rob Herring wrote: > On Tue, Aug 15, 2017 at 12:21 PM, Eugeniy Paltsev > wrote: > > [snip] > > @@ -282,7 +283,15 @@ int __init of_setup_earlycon(const struct > > earlycon_id *match, > > } > > } > > 

Re: [PATCH] earlycon: initialise baud field of earlycon device structure

2017-08-16 Thread Eugeniy Paltsev
On Wed, 2017-08-16 at 08:46 -0500, Rob Herring wrote: > On Wed, Aug 16, 2017 at 6:52 AM, Eugeniy Paltsev > wrote: > > Hi Rob, > > > > On Tue, 2017-08-15 at 14:26 -0500, Rob Herring wrote: > > > On Tue, Aug 15, 2017 at 12:21 PM, Eugeniy Paltsev > > >

Re: [PATCH] earlycon: initialise baud field of earlycon device structure

2017-08-16 Thread Rob Herring
On Wed, Aug 16, 2017 at 6:52 AM, Eugeniy Paltsev wrote: > Hi Rob, > > On Tue, 2017-08-15 at 14:26 -0500, Rob Herring wrote: >> On Tue, Aug 15, 2017 at 12:21 PM, Eugeniy Paltsev >> wrote: >> > [snip] >> > @@ -282,7 +283,15 @@ int __init

Re: Adding new ARC platforms (was Re: Handling stub code for new platforms)

2017-08-16 Thread Alexandru Gagniuc
On 08/13/2017 10:34 AM, Vineet Gupta wrote: On 08/11/2017 10:55 PM, Alexandru Gagniuc wrote: I was hoping to avoid the addition of extra source files for zero code gain, though your proposal does work. However, since the platform would be added unconditionally, would it make more sense to add

[PATCH v3 2/2] ARC: DTS: Add device-tree for Anarion-based development board

2017-08-16 Thread Alexandru Gagniuc
This is split into the SOC bindings, and the board dts. The Endor board is currently an FPGA emulation. Once real, silicon arrives, we plan to remove Endor support. Signed-off-by: Alexandru Gagniuc --- arch/arc/boot/dts/adaptrum_anarion.dtsi | 110

[PATCH v3 0/2] Add platform support for Adaptrum Anarion SOC

2017-08-16 Thread Alexandru Gagniuc
Changes since v2: * Changed compatible binding of uart[1-3] to "ns16550" (they are not DW UARTs) * Add support under plat-nsim instead of creating a new stub platform * Changed board model to "adaptrum,endor-fpga" to allow LEDE scripts to ID the board * Prefix compatible binding with 'arc-'

[PATCH v3 1/2] ARC: [plat-sim] Add .compatible property for Adaptrum Anarion SOC

2017-08-16 Thread Alexandru Gagniuc
Anarion does not require any special configuration during early boot. This is compatible with nsim, hence-why it is added here. As development continues, should we need to add any drivers via Kconfig, we can do that by adding and sourcing a "Kconfig.anarion". This approach was chosen --as opposed