summaryrefslogtreecommitdiff
path: root/drivers/misc/gdsys_rxaui_ctrl.c
Commit message (Collapse)AuthorAgeFilesLines
* gdsys_rxaui_ctrl: Use new regmap interfaceMario Six2019-05-211-1/+1
| | | | | | | For the DM case, use the proper parameter for the regmap_init_mem call (which is the ofnode, not the udevice). Signed-off-by: Mario Six <mario.six@gdsys.cc>
* gdsys_rxaui_ctrl: Return old stateMario Six2019-05-211-1/+6
| | | | | | | Make the gdsys_rxaui_ctrl polarity setting function return the old state to comply with the API requirements. Signed-off-by: Mario Six <mario.six@gdsys.cc>
* gdsys: drivers: Add gdsys_rxaui_ctrl driverMario Six2018-05-081-0/+76
Add a driver for RXAUI control on IHS FPGAs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>