Re: [U-Boot] [PATCH 2/7] serial: serial_msm: fail probe if settings clocks fails

2018-05-14 Thread Ramon Fried
On Mon, May 14, 2018 at 1:00 AM, Simon Glass wrote: > Hi Ramon, > > On 12 May 2018 at 20:15, Ramon Fried wrote: >> Failure to set the clocks will causes data abort exception when >> trying to write to AHB uart registers. >> This patch ensures that we

Re: [U-Boot] [PATCH 2/7] serial: serial_msm: fail probe if settings clocks fails

2018-05-13 Thread Simon Glass
Hi Ramon, On 12 May 2018 at 20:15, Ramon Fried wrote: > Failure to set the clocks will causes data abort exception when > trying to write to AHB uart registers. > This patch ensures that we don't touch these registers if clock > setting failed. > > Signed-off-by: Ramon

[U-Boot] [PATCH 2/7] serial: serial_msm: fail probe if settings clocks fails

2018-05-12 Thread Ramon Fried
Failure to set the clocks will causes data abort exception when trying to write to AHB uart registers. This patch ensures that we don't touch these registers if clock setting failed. Signed-off-by: Ramon Fried --- drivers/serial/serial_msm.c | 4 ++-- 1 file changed, 2