From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 3 Oct 2015 21:10:22 +0800 Subject: [U-Boot] [PATCH v4] nios2 : convert altera_pio to driver model In-Reply-To: <1443620268-32272-1-git-send-email-thomas@wytron.com.tw> References: <1443086105-11783-1-git-send-email-thomas@wytron.com.tw> <1443620268-32272-1-git-send-email-thomas@wytron.com.tw> Message-ID: <560FD3BE.4070301@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 09/30/2015 09:37 PM, Thomas Chou wrote: > Convert altera_pio to driver model. > > Signed-off-by: Thomas Chou > Acked-by: Chin Liang See > --- > v2 > fix ranges of pio in dts > fix coding style as Marek suggested. > v3 > change gpio_count device tree binding. > v4 > change gpio width default to 32. > doc dts binding. > Applied to u-boot-nios.