Re: [U-Boot] [PATCH] nios2 : convert altera_pio to driver model

2015-09-24 Thread Marek Vasut
On Thursday, September 24, 2015 at 11:15:05 AM, Thomas Chou wrote: > Convert altera_pio to driver model. > > Signed-off-by: Thomas Chou Hi, now this is quite a nice patch :-) > --- > arch/nios2/dts/3c120_devboard.dts | 38 > arch/nios2/include/asm/gpio.h | 80 +---

[U-Boot] [PATCH] nios2 : convert altera_pio to driver model

2015-09-24 Thread Thomas Chou
Convert altera_pio to driver model. Signed-off-by: Thomas Chou --- arch/nios2/dts/3c120_devboard.dts | 38 arch/nios2/include/asm/gpio.h | 80 +--- board/altera/nios2-generic/nios2-generic.c | 7 - configs/nios2-generic_defconfig| 2 + drivers/gpi