From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 29 Jan 2016 15:50:33 +0100 Subject: [U-Boot] [PATCH 0/9] Malta UART using device model & device tree In-Reply-To: <1454075695-31981-1-git-send-email-paul.burton@imgtec.com> References: <1454075695-31981-1-git-send-email-paul.burton@imgtec.com> Message-ID: <56AB7C39.2020307@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Paul, Am 29.01.2016 um 14:54 schrieb Paul Burton: > This series converts the MIPS Malta development board to make use of > device model & device tree to probe the UART(s). This results in a > tidier way to handle differences between Malta boards & starts Malta on > the path to device model conversion. it's great to see this, thanks. > > Paul Burton (9): > ioport.h: Remove struct resource & co > fdt: Support for ISA busses > fdt: Support providing IORESOURCE_* flags from translation > ns16550: Support I/O accessors selected by DT > MIPS: Remove SLOW_DOWN_IO > MIPS: Support dynamic I/O port base address > malta: Set I/O port base early > malta: Use I/O accessors for SuperI/O controller for the moment I'll grap those four patches. The other ones need feedback from others. > malta: Use device model & tree for UART > -- - Daniel