Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-26 Thread Simon Glass
Hi Rob, On 23 October 2015 at 12:35, Rob Herring wrote: > On Mon, Oct 19, 2015 at 5:09 PM, Simon Glass wrote: >> Hi Rob, >> >> On 19 October 2015 at 14:14, Rob Herring wrote: >>> On Wed, Oct 14, 2015 at 11:55 AM, Sergey

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-23 Thread Tom Rini
On Wed, Oct 21, 2015 at 02:49:20PM -0600, Simon Glass wrote: > Hi, > > On 20 October 2015 at 07:05, Rob Herring wrote: > > On Tue, Oct 20, 2015 at 3:15 AM, Linus Walleij > > wrote: > >> On Tue, Oct 20, 2015 at 10:10 AM, Linus Walleij > >>

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-23 Thread Sergei Temerkhanov
On Mon, Oct 19, 2015 at 1:14 PM, Rob Herring wrote: > On Wed, Oct 14, 2015 at 11:55 AM, Sergey Temerkhanov > wrote: >> On some systems, UART initialization is performed before running U-Boot. >> This commit allows to skip UART re-initializaion on

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-23 Thread Rob Herring
On Mon, Oct 19, 2015 at 5:09 PM, Simon Glass wrote: > Hi Rob, > > On 19 October 2015 at 14:14, Rob Herring wrote: >> On Wed, Oct 14, 2015 at 11:55 AM, Sergey Temerkhanov >> wrote: >>> On some systems, UART initialization is

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-21 Thread Simon Glass
Hi, On 20 October 2015 at 07:05, Rob Herring wrote: > On Tue, Oct 20, 2015 at 3:15 AM, Linus Walleij > wrote: >> On Tue, Oct 20, 2015 at 10:10 AM, Linus Walleij >> wrote: >>> On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-20 Thread Linus Walleij
On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring wrote: > On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij > wrote: >> The MAINTAINERS entry for device tree bindings does not state a >> git tree and I've never seen any of the maintainers send a pull request

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-20 Thread Linus Walleij
On Tue, Oct 20, 2015 at 10:10 AM, Linus Walleij wrote: > On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring wrote: >> On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij >> wrote: > >> Err, what? >> >> $ git log --merges

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-20 Thread Rob Herring
On Tue, Oct 20, 2015 at 3:10 AM, Linus Walleij wrote: > On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring wrote: >> On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij >> wrote: > >>> The MAINTAINERS entry for device tree bindings does

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-20 Thread Rob Herring
On Tue, Oct 20, 2015 at 3:15 AM, Linus Walleij wrote: > On Tue, Oct 20, 2015 at 10:10 AM, Linus Walleij > wrote: >> On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring wrote: >>> On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Linus Walleij
On Sat, Oct 17, 2015 at 12:27 AM, Simon Glass wrote: > On 16 October 2015 at 15:23, Linus Walleij wrote: >> Again: get this merged in the Linux kernel FIRST. Is it? > > We had a little bit of a chat about this at ELCE. It would be great to > get

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Simon Glass
Hi Linus, On 19 October 2015 at 01:15, Linus Walleij wrote: > On Sat, Oct 17, 2015 at 12:27 AM, Simon Glass wrote: >> On 16 October 2015 at 15:23, Linus Walleij wrote: > >>> Again: get this merged in the Linux kernel FIRST.

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Linus Walleij
Jon & Grant especially: On Mon, Oct 19, 2015 at 2:44 PM, Simon Glass wrote: > Me >> I will go in and answer the comment on the DT mailing list so there is >> some push atleast. > > Perhaps if we could see some movement then it would provide > encouragement to continue. So far

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Rob Herring
On Wed, Oct 14, 2015 at 11:55 AM, Sergey Temerkhanov wrote: > On some systems, UART initialization is performed before running U-Boot. > This commit allows to skip UART re-initializaion on those systems > > Signed-off-by: Sergey Temerkhanov >

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Rob Herring
On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij wrote: > Jon & Grant especially: > > On Mon, Oct 19, 2015 at 2:44 PM, Simon Glass wrote: >> Me >>> I will go in and answer the comment on the DT mailing list so there is >>> some push atleast. >> >>

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Tom Rini
On Sun, Oct 18, 2015 at 08:41:59PM -0600, Simon Glass wrote: > Hi Tom, > > On 16 October 2015 at 18:23, Tom Rini wrote: > > On Fri, Oct 16, 2015 at 04:27:31PM -0600, Simon Glass wrote: > >> Hi Linus, > >> > >> On 16 October 2015 at 15:23, Linus Walleij

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Tom Rini
On Mon, Oct 19, 2015 at 06:44:25AM -0600, Simon Glass wrote: > Hi Linus, > > On 19 October 2015 at 01:15, Linus Walleij wrote: > > On Sat, Oct 17, 2015 at 12:27 AM, Simon Glass wrote: > >> On 16 October 2015 at 15:23, Linus Walleij

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Simon Glass
Hi Rob, On 19 October 2015 at 14:14, Rob Herring wrote: > On Wed, Oct 14, 2015 at 11:55 AM, Sergey Temerkhanov > wrote: >> On some systems, UART initialization is performed before running U-Boot. >> This commit allows to skip UART re-initializaion

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-19 Thread Mark Rutland
On Mon, Oct 19, 2015 at 02:57:22PM +0200, Linus Walleij wrote: > Jon & Grant especially: > > On Mon, Oct 19, 2015 at 2:44 PM, Simon Glass wrote: > > Me > >> I will go in and answer the comment on the DT mailing list so there is > >> some push atleast. > > > > Perhaps if we

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-18 Thread Simon Glass
Hi Tom, On 16 October 2015 at 18:23, Tom Rini wrote: > On Fri, Oct 16, 2015 at 04:27:31PM -0600, Simon Glass wrote: >> Hi Linus, >> >> On 16 October 2015 at 15:23, Linus Walleij wrote: >> > On Wed, Oct 14, 2015 at 6:55 PM, Sergey Temerkhanov >> >

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-16 Thread Linus Walleij
On Wed, Oct 14, 2015 at 6:55 PM, Sergey Temerkhanov wrote: > On some systems, UART initialization is performed before running U-Boot. > This commit allows to skip UART re-initializaion on those systems > > Signed-off-by: Sergey Temerkhanov >

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-16 Thread Simon Glass
Hi Linus, On 16 October 2015 at 15:23, Linus Walleij wrote: > On Wed, Oct 14, 2015 at 6:55 PM, Sergey Temerkhanov > wrote: > >> On some systems, UART initialization is performed before running U-Boot. >> This commit allows to skip UART

Re: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-16 Thread Tom Rini
On Fri, Oct 16, 2015 at 04:27:31PM -0600, Simon Glass wrote: > Hi Linus, > > On 16 October 2015 at 15:23, Linus Walleij wrote: > > On Wed, Oct 14, 2015 at 6:55 PM, Sergey Temerkhanov > > wrote: > > > >> On some systems, UART initialization is

[U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

2015-10-14 Thread Sergey Temerkhanov
On some systems, UART initialization is performed before running U-Boot. This commit allows to skip UART re-initializaion on those systems Signed-off-by: Sergey Temerkhanov Signed-off-by: Radha Mohan Chintakuntla Reviewed-by: Simon Glass