Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-31 Thread Ian Campbell
On Fri, 2014-10-31 at 10:33 +0100, Hans de Goede wrote: > Ah, but I plan to merge the v3 Simon has posted to u-boot-sunxi/next and then > do a pull-req with that in there this weekend. IOW we don't need to solve > the pinmux problem for that series to get merged (from my pov). So maybe we > should

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-31 Thread Hans de Goede
Hi, On 10/31/2014 10:30 AM, Ian Campbell wrote: > On Fri, 2014-10-31 at 10:07 +0100, Hans de Goede wrote: >> Hi Ian, >> >> On 30 October 2014 04:14, Ian Campbell wrote: >>> On Thu, 2014-10-30 at 10:36 +0100, Hans de Goede wrote: Hi, On 10/30/2014 10:08 AM, Ian Campbell wrote: >

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-31 Thread Ian Campbell
On Fri, 2014-10-31 at 10:07 +0100, Hans de Goede wrote: > Hi Ian, > > On 30 October 2014 04:14, Ian Campbell wrote: > > On Thu, 2014-10-30 at 10:36 +0100, Hans de Goede wrote: > >> Hi, > >> > >> On 10/30/2014 10:08 AM, Ian Campbell wrote: > >> > On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrot

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-31 Thread Hans de Goede
Hi Ian, On 30 October 2014 04:14, Ian Campbell wrote: > On Thu, 2014-10-30 at 10:36 +0100, Hans de Goede wrote: >> Hi, >> >> On 10/30/2014 10:08 AM, Ian Campbell wrote: >> > On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrote: >> >>> In the meantime could we somehow replace/augment the #ifdef ch

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-30 Thread Simon Glass
Hi Ian, On 30 October 2014 04:14, Ian Campbell wrote: > On Thu, 2014-10-30 at 10:36 +0100, Hans de Goede wrote: >> Hi, >> >> On 10/30/2014 10:08 AM, Ian Campbell wrote: >> > On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrote: >> >>> In the meantime could we somehow replace/augment the #ifdef ch

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-30 Thread Ian Campbell
On Thu, 2014-10-30 at 10:36 +0100, Hans de Goede wrote: > Hi, > > On 10/30/2014 10:08 AM, Ian Campbell wrote: > > On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrote: > >>> In the meantime could we somehow replace/augment the #ifdef chain in > >>> gpio_init with something keyed off the stdout ali

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-30 Thread Hans de Goede
Hi, On 10/30/2014 10:08 AM, Ian Campbell wrote: > On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrote: >>> In the meantime could we somehow replace/augment the #ifdef chain in >>> gpio_init with something keyed off the stdout alias perhaps? >> >> Tegra has code to convert a device interrupt numbe

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-30 Thread Ian Campbell
On Wed, 2014-10-29 at 13:28 -0600, Simon Glass wrote: > > In the meantime could we somehow replace/augment the #ifdef chain in > > gpio_init with something keyed off the stdout alias perhaps? > > Tegra has code to convert a device interrupt number (which uniquely > identifies a peripheral in that

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-29 Thread Simon Glass
Hi Ian, On 29 October 2014 02:05, Ian Campbell wrote: > On Mon, 2014-10-27 at 18:06 -0600, Simon Glass wrote: >> Hi Ian, >> >> On 24 October 2014 03:42, Ian Campbell wrote: >> > On Wed, 2014-10-22 at 22:02 -0600, Simon Glass wrote: >> >> Add a driver for the designware serial UART used on sunxi.

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-29 Thread Ian Campbell
On Mon, 2014-10-27 at 18:06 -0600, Simon Glass wrote: > Hi Ian, > > On 24 October 2014 03:42, Ian Campbell wrote: > > On Wed, 2014-10-22 at 22:02 -0600, Simon Glass wrote: > >> Add a driver for the designware serial UART used on sunxi. This just > >> redirects to the normal ns16550 driver. > >> >

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-27 Thread Simon Glass
Hi Ian, On 24 October 2014 03:42, Ian Campbell wrote: > On Wed, 2014-10-22 at 22:02 -0600, Simon Glass wrote: >> Add a driver for the designware serial UART used on sunxi. This just >> redirects to the normal ns16550 driver. >> >> Add a stdout-path to the device tree so that the correct UART is c

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-26 Thread Ian Campbell
On Wed, 2014-10-22 at 22:02 -0600, Simon Glass wrote: > Add a driver for the designware serial UART used on sunxi. This just > redirects to the normal ns16550 driver. > > Add a stdout-path to the device tree so that the correct UART is chosen. > > Signed-off-by: Simon Glass Should the UART rela

[U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-22 Thread Simon Glass
Add a driver for the designware serial UART used on sunxi. This just redirects to the normal ns16550 driver. Add a stdout-path to the device tree so that the correct UART is chosen. Signed-off-by: Simon Glass --- Changes in v2: - Split non-sunxi patches into a separate dependent series arch/a