Some initialization was unintentionally being skipped on omap5.
Fixes: f5af0827f276 ("arm: omap-common: Guard some parts of the code with
CONFIG_OMAP44XX/OMAP54XX")
Signed-off-by: Matthijs van Duin
---
arch/arm/mach-omap2/emif-common.c | 2 +-
1 file changed, 1 insertion(+),
to be used.
This patch set consists of three cleanup patches related to TI OMAP and
TI C6x style uarts, and finally one patch that configures 13x
oversampling on both of them.
--
Matthijs van Duin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lis
Signed-off-by: Matthijs van Duin
---
drivers/serial/ns16550.c | 8
include/ns16550.h| 11 +--
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c
index 9cec58c887c8..5ac2469b5760 100644
--- a/drivers/serial
These are SoCs in the lineage of TI C6x DSPs, and as such have the same
uart as TI Keystone SoCs.
Signed-off-by: Matthijs van Duin
---
drivers/serial/ns16550.c | 8
include/ns16550.h| 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/serial/ns16550.c
This allows much higher baudrates in the standard series to be used, up
to 32 * 115200 = 3686400 bps with 0.16% deviation.
Signed-off-by: Matthijs van Duin
---
drivers/serial/ns16550.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/serial/ns16550.c b
Signed-off-by: Matthijs van Duin
---
drivers/serial/ns16550.c | 10 +-
include/ns16550.h| 14 ++
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c
index 5ac2469b5760..41eb098c847e 100644
--- a/drivers
On 19 January 2018 at 16:26, Tom Rini wrote:
> This introduces a warning on all SOC_DA8XX systems because they do not
> set CONFIG_SYS_NS16550_MEM32 so serial_out is writeb
Well that's a mistake. Its uart uses 32-bit registers, and 8-bit
access is not documented to be acceptable.
Apologies for f
On 19 January 2018 at 16:41, Tom Rini wrote:
> OK. For v2, if you can convert CONFIG_SYS_NS16550_MEM32 to Kconfig as
> well I'd appreciate it.
I'm not hugely comfortable doing that, since that would affect even
more targets. To be honest, I don't understand why it even exists as a
separate var i
8 matches
Mail list logo