Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-05-26 Thread Tom Rini
On Wed, Mar 13, 2019 at 09:46:41PM +0100, Angelo Dureghello wrote: > This patch adds a basic group of devicetrees, one for each > cpu family, including actually just uart and dspi devices, > since these are the drivers supporting devicetree (support > added in this patch-set). > > Acked-by:

Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-05-20 Thread Tom Rini
On Mon, May 20, 2019 at 10:58:26PM +0530, Jagan Teki wrote: > On Fri, Apr 26, 2019 at 8:57 PM Jagan Teki wrote: > > > > On Mon, Apr 22, 2019 at 7:36 PM Tom Rini wrote: > > > > > > On Fri, Apr 19, 2019 at 12:10:39PM +0530, Jagan Teki wrote: > > > > Hi Angelo, > > > > > > > > On Thu, Mar 14, 2019

Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-05-20 Thread Jagan Teki
On Fri, Apr 26, 2019 at 8:57 PM Jagan Teki wrote: > > On Mon, Apr 22, 2019 at 7:36 PM Tom Rini wrote: > > > > On Fri, Apr 19, 2019 at 12:10:39PM +0530, Jagan Teki wrote: > > > Hi Angelo, > > > > > > On Thu, Mar 14, 2019 at 2:17 AM Angelo Dureghello wrote: > > > > > > > > This patch adds a basic

Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-04-26 Thread Jagan Teki
On Mon, Apr 22, 2019 at 7:36 PM Tom Rini wrote: > > On Fri, Apr 19, 2019 at 12:10:39PM +0530, Jagan Teki wrote: > > Hi Angelo, > > > > On Thu, Mar 14, 2019 at 2:17 AM Angelo Dureghello wrote: > > > > > > This patch adds a basic group of devicetrees, one for each > > > cpu family, including

Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-04-22 Thread Tom Rini
On Fri, Apr 19, 2019 at 12:10:39PM +0530, Jagan Teki wrote: > Hi Angelo, > > On Thu, Mar 14, 2019 at 2:17 AM Angelo Dureghello wrote: > > > > This patch adds a basic group of devicetrees, one for each > > cpu family, including actually just uart and dspi devices, > > since these are the drivers

Re: [U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-04-19 Thread Jagan Teki
Hi Angelo, On Thu, Mar 14, 2019 at 2:17 AM Angelo Dureghello wrote: > > This patch adds a basic group of devicetrees, one for each > cpu family, including actually just uart and dspi devices, > since these are the drivers supporting devicetree (support > added in this patch-set). > > Acked-by:

[U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees

2019-03-13 Thread Angelo Dureghello
This patch adds a basic group of devicetrees, one for each cpu family, including actually just uart and dspi devices, since these are the drivers supporting devicetree (support added in this patch-set). Acked-by: Jagan Teki Signed-off-by: Angelo Dureghello --- Changes for v2: - add mcf54xx.dtsi