[U-Boot] [PATCH v2 1/2] ns16550: replace with binding files from Linux kernel

Simon Glass sjg at chromium.org
Mon Dec 14 23:15:47 CET 2015


On 14 December 2015 at 05:45, Thomas Chou <thomas at wytron.com.tw> wrote:
> Replace ns16550.txt with binding files from Linux kernel. As suggested
> by Stephen Warren, we should keep the directory structure, filenames,
> and file content identical to the bindings in the Linux kernel.
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>  doc/device-tree-bindings/serial/8250.txt           | 66 +++++++++++++++++++
>  doc/device-tree-bindings/serial/ns16550.txt        | 10 ---
>  doc/device-tree-bindings/serial/omap_serial.txt    | 33 ++++++++++
>  .../serial/snps-dw-apb-uart.txt                    | 76 ++++++++++++++++++++++
>  4 files changed, 175 insertions(+), 10 deletions(-)
>  create mode 100644 doc/device-tree-bindings/serial/8250.txt
>  delete mode 100644 doc/device-tree-bindings/serial/ns16550.txt
>  create mode 100644 doc/device-tree-bindings/serial/omap_serial.txt
>  create mode 100644 doc/device-tree-bindings/serial/snps-dw-apb-uart.txt

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list