From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 29 Sep 2015 20:18:08 -0500 Subject: [U-Boot] [PATCH v3] nios2 : convert altera_pio to driver model In-Reply-To: <1443258451-25078-1-git-send-email-thomas@wytron.com.tw> References: <1443086105-11783-1-git-send-email-thomas@wytron.com.tw> <1443258451-25078-1-git-send-email-thomas@wytron.com.tw> Message-ID: <1443575888.2125.13.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, On Sat, 2015-09-26 at 17:07 +0800, thomas at wytron.com.tw wrote: > Convert altera_pio to driver model. > > Signed-off-by: Thomas Chou > --- > v2 > fix ranges of pio in dts > fix coding style as Marek suggested. > > v3 > change gpio_count device tree binding. > > arch/nios2/dts/3c120_devboard.dts | 41 ++++ > arch/nios2/include/asm/gpio.h | 80 +------- > board/altera/nios2-generic/nios2-generic.c | 7 - > configs/nios2-generic_defconfig | 2 + > drivers/gpio/Kconfig | 7 + > drivers/gpio/altera_pio.c | 316 +++++++---------------------- > include/configs/nios2-generic.h | 20 -- > 7 files changed, 127 insertions(+), 346 deletions(-) > Acked-by: Chin Liang See Thanks Chin Liang