]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc, 8xx: move SPI driver to drivers/spi/
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 6 Jul 2017 08:33:25 +0000 (10:33 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 8 Jul 2017 19:56:03 +0000 (15:56 -0400)
commit9b0eba428a6dc0323fe767a2d2433cdead5d63d4
tree1a7a68402404e2f886aacc80a980ef4131412c1e
parent62e56b4b628846afb7cfefc6b485ddcad34c52af
powerpc, 8xx: move SPI driver to drivers/spi/

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/cpu/mpc8xx/Makefile
arch/powerpc/cpu/mpc8xx/spi.c [deleted file]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/mpc8xx_spi.c [new file with mode: 0644]