
30 Sep
2015
30 Sep
'15
3:18 a.m.
Hi Thomas,
On Sat, 2015-09-26 at 17:07 +0800, thomas@wytron.com.tw wrote:
Convert altera_pio to driver model.
Signed-off-by: Thomas Chou thomas@wytron.com.tw
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 clsee@altera.com
Thanks Chin Liang