
Hi Tom,
On Mon, 2018-05-21 at 17:03 +0300, Alexey Brodkin wrote:
- Move ARC_SERIAL to Kconfig
- Implement DEBUG_SERIAL in ARC_UART and
- Enable DEBUG_UART in nSIM boards
Alexey Brodkin (3): serial: Convert ARC_SERIAL to Kconfig serial/serial_arc: Implement debug serial ARC: Enable debug UART on nSIM boards
configs/nsim_700_defconfig | 5 +++++ configs/nsim_700be_defconfig | 5 +++++ configs/nsim_hs38_defconfig | 5 +++++ configs/nsim_hs38be_defconfig | 5 +++++ drivers/serial/Kconfig | 16 ++++++++++++++++ drivers/serial/serial_arc.c | 26 ++++++++++++++++++++++++++ include/configs/nsim.h | 10 ---------- scripts/config_whitelist.txt | 1 - 8 files changed, 62 insertions(+), 11 deletions(-)
Do you want to pull this series yourself or I may push it via my tree (in which case I'll add another similar series from Eugeniy, see https://patchwork.ozlabs.org/project/uboot/list/?series=42321 which BTW is a pre-requisite because of generic ARC fixup in https://patchwork.ozlabs.org/patch/907993/).
-Alexey