Re: [RFC PATCH 0/1] Portable Device Tree Connector -- conceptual

2016-07-03 Thread Frank Rowand
On 07/02/16 16:55, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Hi All, > > This is version 2 of this email. < snip > > The one remaining piece that this patch does not provide is how > the overlay manager (which does not yet exist in the mainline > tree) can apply an overlay to two

[PATCH] clk: stm32f4: fix error handling

2016-07-03 Thread Christophe JAILLET
This is likely that checking 'clks[idx]' instead of 'clks[n]' is expected here. Signed-off-by: Christophe JAILLET --- drivers/clk/clk-stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c index b6ca33f..02d6810 100644

Re: [PATCH v3 0/2] Add mt6755 basic chip support

2016-07-03 Thread Matthias Brugger
On 06/29/2016 04:09 AM, Mars Cheng wrote: This patch adds basic support for Mediatek's new 8-core chip, mt6755. Based on 4.7-rc1 Changes in v3: 1. use evb as project suffix 2. add "disable" property for uart dts nodes 3. only alias uart0 as serial0, since we don't enable uart1 4. confirm all

Re: [PATCH v3 0/2] Add mt6755 basic chip support

2016-07-03 Thread Matthias Brugger
On 06/29/2016 04:09 AM, Mars Cheng wrote: This patch adds basic support for Mediatek's new 8-core chip, mt6755. Based on 4.7-rc1 Changes in v3: 1. use evb as project suffix 2. add "disable" property for uart dts nodes 3. only alias uart0 as serial0, since we don't enable uart1 4. confirm all

<    1   2   3   4   5   6