All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coldfire-qspi: Add support for the Coldfire 5251/5253.
@ 2012-06-05 16:24 Steven King
  2012-06-07  3:26 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Steven King @ 2012-06-05 16:24 UTC (permalink / raw)
  To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Greg Ungerer, uClinux development list

The Coldfire 5251/5253 have a QSPI controller.  Enable selection of the 
coldfire-qspi driver if the M525x is selected.

Signed-off-by: Steven King <sfking-xS0NTnu2YfYAvxtiuMwx3w@public.gmane.org>
---
 drivers/spi/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index cd2fe35..cb90bc6 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -125,7 +125,7 @@ config SPI_BUTTERFLY
 
 config SPI_COLDFIRE_QSPI
 	tristate "Freescale Coldfire QSPI controller"
-	depends on (M520x || M523x || M5249 || M527x || M528x || M532x)
+	depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)
 	help
 	  This enables support for the Coldfire QSPI controller in master
 	  mode.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

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

* Re: [PATCH] coldfire-qspi: Add support for the Coldfire 5251/5253.
  2012-06-05 16:24 [PATCH] coldfire-qspi: Add support for the Coldfire 5251/5253 Steven King
@ 2012-06-07  3:26 ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2012-06-07  3:26 UTC (permalink / raw)
  To: Steven King; +Cc: Grant Likely, spi-devel-general, uClinux development list

On 06/06/12 02:24, Steven King wrote:
> The Coldfire 5251/5253 have a QSPI controller.  Enable selection of the
> coldfire-qspi driver if the M525x is selected.
>
> Signed-off-by: Steven King<sfking@fdwdc.com>
> ---
>   drivers/spi/Kconfig |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next branch of m68knommu git tree.

Regards
Greg



> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index cd2fe35..cb90bc6 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -125,7 +125,7 @@ config SPI_BUTTERFLY
>
>   config SPI_COLDFIRE_QSPI
>   	tristate "Freescale Coldfire QSPI controller"
> -	depends on (M520x || M523x || M5249 || M527x || M528x || M532x)
> +	depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)
>   	help
>   	  This enables support for the Coldfire QSPI controller in master
>   	  mode.
>
>
>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

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

end of thread, other threads:[~2012-06-07  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 16:24 [PATCH] coldfire-qspi: Add support for the Coldfire 5251/5253 Steven King
2012-06-07  3:26 ` Greg Ungerer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.