Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-15 Thread Alexander Graf
On 15.02.18 18:02, Derald Woods wrote: > > > On Feb 15, 2018 9:00 AM, "Alexander Graf" > wrote: > > > > On 13.02.18 01:00, Derald Woods wrote: > > On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods > mailto:woods.techni...@gmail.com> > >

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-15 Thread Derald Woods
On Feb 15, 2018 9:00 AM, "Alexander Graf" wrote: On 13.02.18 01:00, Derald Woods wrote: > On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods > wrote: > > On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf >wrote: > > > > On 05.02.1

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-15 Thread Alexander Graf
On 13.02.18 01:00, Derald Woods wrote: > On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods > wrote: > > On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf >wrote: > > > > On 05.02.18 01:39, Derald Woods wrote: > > On Tue

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-12 Thread Derald Woods
On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods wrote: > On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf wrote: > >> >> >> On 05.02.18 01:39, Derald Woods wrote: >> > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf > > > wrote: >> > >> > On 01/30/2018 02:09 PM, Derald Woods

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-05 Thread Derald Woods
On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf wrote: > > > On 05.02.18 01:39, Derald Woods wrote: > > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf > > wrote: > > > > On 01/30/2018 02:09 PM, Derald Woods wrote: > > > > On Jan 30, 2018 3:17 AM, "Alexander Graf

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-05 Thread Alexander Graf
On 05.02.18 01:39, Derald Woods wrote: > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf > wrote: > > On 01/30/2018 02:09 PM, Derald Woods wrote: > > On Jan 30, 2018 3:17 AM, "Alexander Graf"

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-04 Thread Derald Woods
On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf wrote: > On 01/30/2018 02:09 PM, Derald Woods wrote: > >> On Jan 30, 2018 3:17 AM, "Alexander Graf" > ag...@suse.de>> wrote: >> >> On 01/30/2018 12:41 AM, Derald D. Woods wrote: >> >> On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Wood

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-30 Thread Alexander Graf
On 01/30/2018 02:09 PM, Derald Woods wrote: On Jan 30, 2018 3:17 AM, "Alexander Graf" > wrote: On 01/30/2018 12:41 AM, Derald D. Woods wrote: On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Woods wrote: On Jan 29, 2018 6:57 AM, "Alexander Graf" ma

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-30 Thread Derald Woods
On Jan 30, 2018 3:17 AM, "Alexander Graf" wrote: On 01/30/2018 12:41 AM, Derald D. Woods wrote: > On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Woods wrote: > >> On Jan 29, 2018 6:57 AM, "Alexander Graf" wrote: >> >> Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing >> fail

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-30 Thread Alexander Graf
On 01/30/2018 12:41 AM, Derald D. Woods wrote: On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Woods wrote: On Jan 29, 2018 6:57 AM, "Alexander Graf" wrote: Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") added code to search for more serial devices if the default

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-29 Thread Derald D. Woods
On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Woods wrote: > On Jan 29, 2018 6:57 AM, "Alexander Graf" wrote: > > Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") > added code to search for more serial devices if the default one was not > probed correctly. > > Unfor

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-29 Thread Tom Rini
On Mon, Jan 29, 2018 at 01:57:20PM +0100, Alexander Graf wrote: > Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") > added code to search for more serial devices if the default one was not > probed correctly. > > Unfortunately, that breaks omap3_evm. So while investigat

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-29 Thread Derald Woods
On Jan 29, 2018 6:57 AM, "Alexander Graf" wrote: Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") added code to search for more serial devices if the default one was not probed correctly. Unfortunately, that breaks omap3_evm. So while investigating why that is the case

[U-Boot] [PATCH] serial: Make full device search optional

2018-01-29 Thread Alexander Graf
Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") added code to search for more serial devices if the default one was not probed correctly. Unfortunately, that breaks omap3_evm. So while investigating why that is the case, let's disable the full search for everyone but bc