From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 29 Jan 2016 15:05:35 +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: <201601291505.35679.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, January 29, 2016 at 02:54:46 PM, Paul Burton wrote: > 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. > > 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 > malta: Use device model & tree for UART Oh wow, so much activity on the mips front suddenly :) Best regards, Marek Vasut