]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add is_serdes_configured() support for MPC8568 SERDES
authorKumar Gala <galak@kernel.crashing.org>
Tue, 27 Apr 2010 04:44:10 +0000 (23:44 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:18 +0000 (01:32 -0600)
commit5ba40eec72a1e45a262c4c8a6aa20760e61fb7ec
tree18b0a57b6c37b916d457ef8e8d8aa32843e6c201
parentbc48d0d5036f5759688f0902e8a652d372186eda
powerpc/85xx: Add is_serdes_configured() support for MPC8568 SERDES

Add the ability to determine if a given IP block connected on SERDES is
configured.  This is useful for things like PCIe and SRIO since they are
only ever connected on SERDES.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/mpc8568_serdes.c [new file with mode: 0644]