[U-Boot] [PATCH v2 0/3] Moving Uartlite to DM

Michal Simek michal.simek at xilinx.com
Thu Dec 17 13:00:51 CET 2015


Hi,

This patch series depends on microblaze cleanup series.
All these patches will be available in
git://git.denx.de/u-boot-microblaze.git
also with patches which I am going to send now.

Thanks,
Michal

Changes in v2:
- Remove unneeded headers
- Use get_dev_addr instead of fdtdec_get_addr
- Use platdata instead of private data
- Add opb compatible string to be in sync with Linux
- Add binding documentation
- Add needed header from the first patch
- Remove WATCHDOG_RESET call
- Extend commit description

Michal Simek (3):
  serial: uartlite: Move driver to DM
  serial: uartlite: Add support for debug console
  serial: uartlite: Add uartlite to Kconfig

 arch/microblaze/Kconfig                            |   1 +
 board/xilinx/microblaze-generic/xparameters.h      |   4 -
 configs/microblaze-generic_defconfig               |   3 +
 .../serial/xilinx_uartlite.txt                     |  13 ++
 doc/driver-model/serial-howto.txt                  |   1 -
 drivers/serial/Kconfig                             |  14 ++
 drivers/serial/serial_xuartlite.c                  | 188 +++++++++------------
 include/configs/microblaze-generic.h               |   7 +-
 8 files changed, 116 insertions(+), 115 deletions(-)
 create mode 100644 doc/device-tree-bindings/serial/xilinx_uartlite.txt

-- 
1.9.1



More information about the U-Boot mailing list