Re: [spi-devel-general] [PATCH] SPI: fix up some PL022 confusion

2010-05-17 Thread Linus Walleij
2010/5/11 Linus Walleij linus.ml.wall...@gmail.com: 2010/5/5 Linus Walleij linus.wall...@stericsson.com: The PL022 SPI driver did not cleanly separate between the original unmodified ARM version and the ST Microelectronics versions. Split this more cleanly and fix some whitespace moaning

[spi-devel-general] [SPAM] Des prix bas pour tous les profils, comparez!

2010-05-17 Thread Place des Mutuelles
-- ___ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general

[spi-devel-general] [PATCH] spi: spi_mpc8xxx.c: Do not use map_tx_dma to unmap rx_dma

2010-05-17 Thread Joakim Tjernlund
This fixes a typo were map_tx_dma is used instead of map_rx_dma, casing the driver to unmap rx_dma when it shouldn't. Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- drivers/spi/spi_mpc8xxx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [spi-devel-general] [PATCH] spi: spi_mpc8xxx.c: Do not use map_tx_dma to unmap rx_dma

2010-05-17 Thread Anton Vorontsov
On Mon, May 17, 2010 at 03:17:10PM +0200, Joakim Tjernlund wrote: This fixes a typo were map_tx_dma is used instead of map_rx_dma, casing the driver to unmap rx_dma when it shouldn't. Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se Acked-by: Anton Vorontsov