linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SPI driver for MPC5121 PSC SPI
@ 2010-04-30 13:21 Anatolij Gustschin
  2010-04-30 13:21 ` [PATCH 1/2] powerpc/mpc5121: move PSC FIFO memory init to platform code Anatolij Gustschin
  0 siblings, 1 reply; 4+ messages in thread
From: Anatolij Gustschin @ 2010-04-30 13:21 UTC (permalink / raw)
  To: spi-devel-general, linuxppc-dev
  Cc: David Brownell, Wolfgang Denk, Detelv Zundel

Anatolij Gustschin (2):
  powerpc/mpc5121: move PSC FIFO memory init to platform code
  spi: Add SPI master driver for MPC5121 PSC

 arch/powerpc/include/asm/mpc52xx_psc.h       |    1 +
 arch/powerpc/platforms/512x/mpc512x_shared.c |   78 ++++
 drivers/serial/mpc52xx_uart.c                |   69 ---
 drivers/spi/Kconfig                          |    7 +
 drivers/spi/Makefile                         |    1 +
 drivers/spi/mpc512x_psc_spi.c                |  576 ++++++++++++++++++++++++++
 6 files changed, 663 insertions(+), 69 deletions(-)
 create mode 100644 drivers/spi/mpc512x_psc_spi.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-30 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 13:21 [PATCH 0/2] Add SPI driver for MPC5121 PSC SPI Anatolij Gustschin
2010-04-30 13:21 ` [PATCH 1/2] powerpc/mpc5121: move PSC FIFO memory init to platform code Anatolij Gustschin
2010-04-30 13:21   ` [PATCH 2/2] spi: Add SPI master driver for MPC5121 PSC Anatolij Gustschin
2010-04-30 13:42   ` [PATCH 1/2] powerpc/mpc5121: move PSC FIFO memory init to platform code Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).