Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-27 Thread Angelo Dureghello
Hi Simon, sent v4. Tested - legacy serial driver and DM serial driver in mcf5307 "amcore" board - buildman, pass all boards - checkpatch Regards, angelo On 26/04/2016 17:26, Simon Glass wrote: Hi Angelo, On 26 April 2016 at 03:03, Angelo Dureghello wrote: Hi Simon, i realized this patc

Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-26 Thread Simon Glass
Hi Angelo, On 26 April 2016 at 03:03, Angelo Dureghello wrote: > > Hi Simon, > > i realized this patch (v3) is invalid, due to my tests done with > "CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still. > > Also, i found a small issue in start.S files. > > I send v4 asap later.

Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-26 Thread Angelo Dureghello
Hi Simon, i realized this patch (v3) is invalid, due to my tests done with "CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still. Also, i found a small issue in start.S files. I send v4 asap later. thanks, regards, Angelo Dureghello On 25/04/2016 23:54, Simon Glass wrote:

Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-25 Thread Simon Glass
Hi Angelo, On 24 April 2016 at 16:20, Angelo Dureghello wrote: > Boards can now use DM serial driver, or still legacy mcf uart > driver version. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: >- remove while loops in putc and getc, replacing with return -EAGAIN >- remove un

[U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-24 Thread Angelo Dureghello
Boards can now use DM serial driver, or still legacy mcf uart driver version. Signed-off-by: Angelo Dureghello --- Changes for v2: - remove while loops in putc and getc, replacing with return -EAGAIN - remove unneeded ifdef Changes for v3: - no changes --- drivers/serial/mcfuart.c | 188