[U-Boot] [PATCH 0/8] arm: ls1021atwr: Convert to driver model and enable serial support
Bin Meng
bmeng.cn at gmail.com
Thu Dec 31 09:53:02 CET 2015
This series converts Freescale LS1021A-TWR board to driver model.
- Enable ns16550 serial driver on ls1021atwr_nor configuration
- Convert LPUART serial driver to driver model
- Enable LPUART serial driver on ls1021atwr_nor_lpuart configuration
Bin Meng (8):
fdt: Fix up stdout correctly in fdt_fixup_stdout()
arm: ls1021atwr: Convert to driver model and enable serial support
serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
serial: lpuart: Fix several cosmetic issues
serial: lpuart: Call local version of setbrg and putc directly
serial: lpuart: Prepare the driver for DM conversion
serial: lpuart: Add driver model serial support
arm: ls1021atwr: Enable driver model lpuart serial driver
arch/arm/dts/ls1021a-twr.dts | 8 +
arch/arm/dts/ls1021a.dtsi | 4 -
common/fdt_support.c | 16 +-
configs/colibri_vf_defconfig | 1 +
configs/colibri_vf_dtb_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 +
configs/ls1021aqds_nor_lpuart_defconfig | 1 +
configs/ls1021atwr_nor_defconfig | 4 +
configs/ls1021atwr_nor_lpuart_defconfig | 5 +
configs/pcm052_defconfig | 1 +
configs/vf610twr_defconfig | 1 +
configs/vf610twr_nand_defconfig | 1 +
doc/driver-model/serial-howto.txt | 1 -
drivers/serial/Kconfig | 6 +
drivers/serial/serial_lpuart.c | 334 +++++++++++++++++++++------
include/configs/colibri_vf.h | 1 -
include/configs/ls1021aqds.h | 1 -
include/configs/ls1021atwr.h | 3 +-
include/configs/pcm052.h | 1 -
include/configs/vf610twr.h | 1 -
20 files changed, 298 insertions(+), 94 deletions(-)
--
1.8.2.1
More information about the U-Boot
mailing list