linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well
@ 2008-05-16 16:50 Anton Vorontsov
  2008-05-16 19:04 ` Scott Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Anton Vorontsov @ 2008-05-16 16:50 UTC (permalink / raw)
  To: Kumar Gala, David Brownell, Pierre Ossman
  Cc: Jochen Friedrich, Timur Tabi, linuxppc-dev, linux-kernel,
	spi-devel-general

With this patch we'll able to select spi_mpc83xx driver on the MPC86xx
processors.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---

This patch is on top of Jochen's patch (
http://patchwork.ozlabs.org/linuxppc/patch?id=18261)
that fixes SPI on MPC8610.

 drivers/spi/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 66ec5d8..094c237 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -125,7 +125,7 @@ config SPI_MPC52xx_PSC
 
 config SPI_MPC83xx
 	tristate "Freescale MPC83xx/QUICC Engine SPI controller"
-	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE) && EXPERIMENTAL
+	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE || PPC_86xx) && EXPERIMENTAL
 	help
 	  This enables using the Freescale MPC83xx and QUICC Engine SPI
 	  controllers in master mode.
-- 
1.5.5.1

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

* Re: [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well
  2008-05-16 16:50 [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well Anton Vorontsov
@ 2008-05-16 19:04 ` Scott Wood
       [not found]   ` <20080516190438.GA2758-tDB31bHjl+hpTrP2zolEsF6hYfS7NtTn@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2008-05-16 19:04 UTC (permalink / raw)
  To: Anton Vorontsov
  Cc: David Brownell, linux-kernel, linuxppc-dev, spi-devel-general,
	Timur Tabi, Pierre Ossman

On Fri, May 16, 2008 at 08:50:52PM +0400, Anton Vorontsov wrote:
>  config SPI_MPC83xx
>  	tristate "Freescale MPC83xx/QUICC Engine SPI controller"
> -	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE) && EXPERIMENTAL
> +	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE || PPC_86xx) && EXPERIMENTAL

How about "depends on SPI_MASTER && FSL_SOC && EXPERIMENTAL"?

Plus, we should change the option text to something like "MPC8xxx SPI
controller".

-Scott

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

* Re: [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well
       [not found]   ` <20080516190438.GA2758-tDB31bHjl+hpTrP2zolEsF6hYfS7NtTn@public.gmane.org>
@ 2008-07-27 22:12     ` David Brownell
  0 siblings, 0 replies; 3+ messages in thread
From: David Brownell @ 2008-07-27 22:12 UTC (permalink / raw)
  To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linuxppc-dev-mnsaURCQ41sdnm+yROfE0A, Scott Wood, Timur Tabi,
	Pierre Ossman

On Friday 16 May 2008, Scott Wood wrote:
> On Fri, May 16, 2008 at 08:50:52PM +0400, Anton Vorontsov wrote:
> >  config SPI_MPC83xx
> >  	tristate "Freescale MPC83xx/QUICC Engine SPI controller"
> > -	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE) && EXPERIMENTAL
> > +	depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE || PPC_86xx) && EXPERIMENTAL
> 
> How about "depends on SPI_MASTER && FSL_SOC && EXPERIMENTAL"?
> 
> Plus, we should change the option text to something like "MPC8xxx SPI
> controller".

Is there an approved-by-powerpc-folk version of this patch yet?
(Noting that SPI_MASTER is now implicit ...)




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

end of thread, other threads:[~2008-07-27 22:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-16 16:50 [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well Anton Vorontsov
2008-05-16 19:04 ` Scott Wood
     [not found]   ` <20080516190438.GA2758-tDB31bHjl+hpTrP2zolEsF6hYfS7NtTn@public.gmane.org>
2008-07-27 22:12     ` David Brownell

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).