]> git.ipfire.org Git - thirdparty/u-boot.git/commit
misc: Add MPC83xx serdes driver
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:46 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 14:12:21 +0000 (08:12 -0600)
commitd2166319df17286b2a3e2a1a7ce89f01e4f8bac9
treeb102f2c59d51a124be29bf9f4e6a0bae60e6fdab
parent19fbdca47b3d847824ada3ab2ed575019c88516e
misc: Add MPC83xx serdes driver

Add a driver to configure the SerDes (Serializer/Deserializer) lanes on
the MPC83xx architecture.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt [new file with mode: 0644]
MAINTAINERS
arch/powerpc/cpu/mpc83xx/serdes.c
arch/powerpc/include/asm/fsl_mpc83xx_serdes.h
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/mpc83xx_serdes.c [new file with mode: 0644]
drivers/misc/mpc83xx_serdes.h [new file with mode: 0644]