summaryrefslogtreecommitdiff
path: root/drivers/spi/mpc8xxx_spi.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-06spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass1-4/+1
2012-09-19mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder1-0/+4
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren1-2/+0
2008-06-03SPI API improvementsHaavard Skinnemoen1-7/+47
2008-01-29Fix conditional compilation of mpx8xxx_spi driverBen Warren1-2/+2
2008-01-17codingstyle cleanup for spi driverKim Phillips1-26/+31
2008-01-17Add support for a Freescale non-CPM SPI controllerBen Warren1-0/+138