On Tue, Sep 25, 2007 at 04:48:00PM +0200, Peter Korsgaard wrote: > >>>>> "Anton" == Anton Vorontsov <[EMAIL PROTECTED]> writes: > > Hi, > > Anton> config SPI_MPC83xx > Anton> tristate "Freescale MPC83xx SPI controller" > Anton> - depends on SPI_MASTER && PPC_83xx && EXPERIMENTAL > Anton> + depends on SPI_MASTER && (PPC_83xx || PPC_85xx) && EXPERIMENTAL > Anton> select SPI_BITBANG > Anton> help > Anton> This enables using the Freescale MPC83xx SPI controller in > master > > Please also update the help text.
Oops. Thanks, fixed. - - - - From: Anton Vorontsov <[EMAIL PROTECTED]> Subject: [PATCH v2] [POWERPC][SPI] spi_mpc83xx: allow use on MPC85xx MPC85xx's QE SPI controller is almost the same comparing to MPC83xx. Thus lets use that driver. Tested to work in loopback mode. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/spi/Kconfig | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b915711..7a7a42c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -124,16 +124,17 @@ config SPI_MPC52xx_PSC Controller in master SPI mode. config SPI_MPC83xx - tristate "Freescale MPC83xx SPI controller" - depends on SPI_MASTER && PPC_83xx && EXPERIMENTAL + tristate "Freescale MPC83xx/MPC85xx SPI controller" + depends on SPI_MASTER && (PPC_83xx || PPC_85xx) && EXPERIMENTAL select SPI_BITBANG help - This enables using the Freescale MPC83xx SPI controller in master - mode. + This enables using the Freescale MPC83xx/MPC85xx SPI controller in + master mode. Note, this driver uniquely supports the SPI controller on the MPC83xx - family of PowerPC processors. The MPC83xx uses a simple set of shift - registers for data (opposed to the CPM based descriptor model). + and MPC85xx family of PowerPC processors. The MPC83xx/MPC85xx uses a + simple set of shift registers for data (opposed to the CPM based + descriptor model). config SPI_OMAP_UWIRE tristate "OMAP1 MicroWire" -- 1.5.0.6 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev