[U-Boot] [PATCH v3 11/11] misc: Add MPC83xx serdes driver
Simon Glass
sjg at chromium.org
Fri May 25 02:42:23 UTC 2018
On 24 May 2018 at 02:42, Mario Six <mario.six at gdsys.cc> wrote:
> Add a driver to configure the SerDes (Serializer/Deserializer) lanes on
> the MPC83xx architecture.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>
> ---
>
> v2 -> v3:
> * Added driver file to MAINTAINERS
>
> v1 -> v2:
> No changes
>
> ---
> MAINTAINERS | 1 +
> arch/powerpc/cpu/mpc83xx/serdes.c | 4 +
> arch/powerpc/include/asm/fsl_mpc83xx_serdes.h | 4 +
> drivers/misc/Kconfig | 7 +
> drivers/misc/Makefile | 1 +
> drivers/misc/mpc83xx_serdes.c | 228 ++++++++++++++++++++++++++
> 6 files changed, 245 insertions(+)
> create mode 100644 drivers/misc/mpc83xx_serdes.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list