Re: [U-Boot] [PATCH v2] gdsys: drivers: Add gdsys_rxaui_ctrl driver

2018-05-02 Thread Simon Glass
On 27 April 2018 at 06:53, Mario Six wrote: > Add a driver for RXAUI control on IHS FPGAs. > > Signed-off-by: Mario Six > --- > > v1 -> v2: > * Switched to regmap usage (instead of fpgamap) > > --- > drivers/misc/Kconfig| 6 +++- > drivers/misc/Makefile | 1 + > drivers/m

[U-Boot] [PATCH v2] gdsys: drivers: Add gdsys_rxaui_ctrl driver

2018-04-27 Thread Mario Six
Add a driver for RXAUI control on IHS FPGAs. Signed-off-by: Mario Six --- v1 -> v2: * Switched to regmap usage (instead of fpgamap) --- drivers/misc/Kconfig| 6 +++- drivers/misc/Makefile | 1 + drivers/misc/gdsys_rxaui_ctrl.c | 77 ++