Re: [U-Boot] [PATCH v3 11/11] misc: Add MPC83xx serdes driver

2018-05-24 Thread Simon Glass
On 24 May 2018 at 02:42, Mario Six wrote: > Add a driver to configure the SerDes (Serializer/Deserializer) lanes on > the MPC83xx architecture. > > Signed-off-by: Mario Six > > --- > > v2 -> v3: > * Added driver file to MAINTAINERS > > v1 -> v2: > No changes > > --- > MAINTAINERS

[U-Boot] [PATCH v3 11/11] misc: Add MPC83xx serdes driver

2018-05-24 Thread Mario Six
Add a driver to configure the SerDes (Serializer/Deserializer) lanes on the MPC83xx architecture. Signed-off-by: Mario Six --- v2 -> v3: * Added driver file to MAINTAINERS v1 -> v2: No changes --- MAINTAINERS | 1 + arch/powerpc/cpu/mpc83xx/serdes.c