Re: [U-Boot] [PATCH v4 17/17] misc: Add MPC83xx serdes driver

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six wrote: > Add a driver to configure the SerDes (Serializer/Deserializer) lanes on > the MPC83xx architecture. > > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > --- > > Notes: > v3 -> v4: > * Added full documentation > * Introduced separate

[U-Boot] [PATCH v4 17/17] misc: Add MPC83xx serdes driver

2018-08-06 Thread Mario Six
Add a driver to configure the SerDes (Serializer/Deserializer) lanes on the MPC83xx architecture. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- Notes: v3 -> v4: * Added full documentation * Introduced separate local header file * Added error debug output v2 -> v