[U-Boot] [PATCH v4 17/17] misc: Add MPC83xx serdes driver
Simon Glass
sjg at chromium.org
Fri Sep 28 15:57:44 UTC 2018
On 6 August 2018 at 01:23, Mario Six <mario.six at gdsys.cc> wrote:
> Add a driver to configure the SerDes (Serializer/Deserializer) lanes on
> the MPC83xx architecture.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> Notes:
> v3 -> v4:
> * Added full documentation
> * Introduced separate local header file
> * Added error debug output
>
> v2 -> v3:
> * Added driver file to MAINTAINERS
>
> v1 -> v2:
> No changes
>
> .../bindings/misc/fsl,mpc83xx-serdes.txt | 24 +++
> 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 | 185 ++++++++++++++++
> drivers/misc/mpc83xx_serdes.h | 232 +++++++++++++++++++++
> 8 files changed, 458 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt
> create mode 100644 drivers/misc/mpc83xx_serdes.c
> create mode 100644 drivers/misc/mpc83xx_serdes.h
Applied to u-boot-dm, and now in mainline, thanks!
More information about the U-Boot
mailing list