summaryrefslogtreecommitdiff
path: root/ct_usermgmt.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+49
nfo' class='commit-info'> authorHeiner Kallweit <hkallweit1@gmail.com>2016-11-13 14:37:41 +0100 committerMark Brown <broonie@kernel.org>2016-11-14 11:21:27 +0000 commit7cb55577232fa07a089e0e0353fb445403f34697 (patch) tree8029cbabd807e6a4997b142cf9f94422c0fa225f parentcdb2f77cf520d72a4782354f08deb43db00eff19 (diff)
spi: fsl-espi: migrate relevant parts of mpc8xxx_spi_probe and of_mpc8xxx_spi_probe
Very little of the library functions mpc8xxx_spi_probe and of_mpc8xxx_spi_probe is relevant for fsl-espi. Therefore migrate the relevant parts to fsl-espi (considering that get_brgfreq() always returns -1 on systems with ESPI) and remove use of these functions. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
-rw-r--r--drivers/spi/spi-fsl-espi.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c