aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_mpc8xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Merge remote branch 'origin' into secretlab/next-spiGrant Likely1-7/+10
2010-05-25spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dmaJoakim Tjernlund1-1/+1
2010-05-25spi/spi_mpc8xxx: Fix QE mode Litte EndianJoakim Tjernlund1-31/+70
2010-05-22spi/spi_mpc8xxx: fix potential memory corruption.Joakim Tjernlund1-4/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-4/+4
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-02-16spi: Correct SPI clock frequency setting in spi_mpc8xxxErnst Schwab1-2/+2
2010-01-20spi/mpc8xxx: don't check platform_get_irq's return value against zeroUwe Kleine-König1-2/+2
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2009-12-17spi: spi_mpc8xxx.c: use resource_size()hartleys1-1/+1
2009-12-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2009-12-08spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_removeUwe Kleine-König1-1/+1
2009-11-24powerpc: Fix build of some FSL platformsBenjamin Herrenschmidt1-5/+0
2009-11-11spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chipsAnton Vorontsov1-40/+500
2009-11-11spi_mpc8xxx: Turn qe_mode into flagsAnton Vorontsov1-11/+19
2009-11-11spi_mpc8xxx: Factor out SPI mode change steps into a callAnton Vorontsov1-32/+24
2009-11-11spi_mpc8xxx: Fix uninitialized variableAnton Vorontsov1-0/+1
2009-06-19spi_mpc8xxx: s/83xx/8xxx/gAnton Vorontsov1-200/+200
2009-06-19spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov1-0/+945