From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 15 Dec 2015 07:58:43 +0800 Subject: [U-Boot] [PATCH v2 1/2] ns16550: replace with binding files from Linux kernel In-Reply-To: <566EF675.2090203@wwwdotorg.org> References: <1450097109-30186-1-git-send-email-thomas@wytron.com.tw> <566EF675.2090203@wwwdotorg.org> Message-ID: <566F57B3.70805@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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