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

2015-12-14 Thread Thomas Chou



On 2015年12月15日 01:03, Stephen Warren wrote:

On 12/14/2015 05:45 AM, Thomas Chou 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.


Acked-by: Stephen Warren 

(I assume that the new files are identical to the kernel versions,
although I didn't validate this)



Yes, they are exactly identical to the kernel versions.


(Or, I'd give my ack to simply deleting doc/device-tree-bindings/ so the
redundant copy doesn't have to be maintained).



Best regards,
Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-12-14 Thread Simon Glass
On 14 December 2015 at 05:45, Thomas Chou  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 
> ---
>  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 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-12-14 Thread Simon Glass
Hi,

On 14 December 2015 at 10:03, Stephen Warren  wrote:
>
> On 12/14/2015 05:45 AM, Thomas Chou 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.
>
>
> Acked-by: Stephen Warren 
>
> (I assume that the new files are identical to the kernel versions, although I 
> didn't validate this)
>
> (Or, I'd give my ack to simply deleting doc/device-tree-bindings/ so the 
> redundant copy doesn't have to be maintained).

I think we should keep it for now, until there is a separate repo and
we have had some success upstreaming our bindings.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-12-14 Thread Stephen Warren

On 12/14/2015 05:45 AM, Thomas Chou 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.


Acked-by: Stephen Warren 

(I assume that the new files are identical to the kernel versions, 
although I didn't validate this)


(Or, I'd give my ack to simply deleting doc/device-tree-bindings/ so the 
redundant copy doesn't have to be maintained).

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot