Re: [U-Boot] [PATCH] nios2: divide nios2-io.h into each specific drivers and remove it

2014-08-30 Thread Thomas Chou
Hi Thomas, On 08/25/2014 04:53 PM, Thomas Chou wrote: The nios2-io.h defines hardware registers and bits of several FPGA IP cores. It could be divided in to the specific drivers, including altera timer, altera sysid, altera uart and altera jtag uart. The altera pio and altera spi drivers use

[U-Boot] [PATCH] nios2: divide nios2-io.h into each specific drivers and remove it

2014-08-25 Thread Thomas Chou
The nios2-io.h defines hardware registers and bits of several FPGA IP cores. It could be divided in to the specific drivers, including altera timer, altera sysid, altera uart and altera jtag uart. The altera pio and altera spi drivers use their own hardware definitions. The removal of nios2-io.h