Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-05-08 Thread Dr. Philipp Tomsich
Good catch. I had a few merge-conflicts when merging that series. That one might have gotten lost. > On 8 May 2018, at 12:31, Jonathan Gray wrote: > > On Tue, May 08, 2018 at 09:41:32AM +0200, Dr. Philipp Tomsich wrote: >> Kever, >> >> Could you analyse and provide (against

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-05-08 Thread Jonathan Gray
On Tue, May 08, 2018 at 09:41:32AM +0200, Dr. Philipp Tomsich wrote: > Kever, > > Could you analyse and provide (against master) a patch for this? > We???ll need to catch any left-overs from your changes at the start of the > cycle > before we try to merge any of the more invasive changes you

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-05-08 Thread Dr. Philipp Tomsich
Kever, Could you analyse and provide (against master) a patch for this? We’ll need to catch any left-overs from your changes at the start of the cycle before we try to merge any of the more invasive changes you have in-flight. Thanks, Philipp. > On 8 May 2018, at 09:30, Jonathan Gray

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-05-08 Thread Jonathan Gray
On Thu, Apr 26, 2018 at 09:05:37AM +0200, Philipp Tomsich wrote: > > All rockchip SoCs can use ns16550 driver, enable it for all > > and set SYS_NS16550_MEM32 for all SoCs. > > > > Version-changes: 2 > > - use imply instead of select > > > > Signed-off-by: Kever Yang

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-04-26 Thread Philipp Tomsich
> All rockchip SoCs can use ns16550 driver, enable it for all > and set SYS_NS16550_MEM32 for all SoCs. > > Version-changes: 2 > - use imply instead of select > > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich >

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-04-25 Thread Philipp Tomsich
> All rockchip SoCs can use ns16550 driver, enable it for all > and set SYS_NS16550_MEM32 for all SoCs. > > Version-changes: 2 > - use imply instead of select > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > > arch/arm/Kconfig | 1 + >

Re: [U-Boot] [U-Boot, v2, 1/2] rockchip: enable SYS_NS16550 for all SoCs by default

2018-04-25 Thread Philipp Tomsich
> All rockchip SoCs can use ns16550 driver, enable it for all > and set SYS_NS16550_MEM32 for all SoCs. > > Version-changes: 2 > - use imply instead of select > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > > arch/arm/Kconfig | 1 + >