diff mbox

[2/2] spi/pl022: mark driver non-experimental

Message ID 1305807199-11739-1-git-send-email-linus.walleij@stericsson.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Linus Walleij May 19, 2011, 12:13 p.m. UTC
This driver has no TODO, and is now used on several platforms:
ARM, U300, Ux500, SPEAr and more. So drop the EXPERIMENTAL
requirement.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
---
 drivers/spi/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Grant Likely May 19, 2011, 4:56 p.m. UTC | #1
On Thu, May 19, 2011 at 02:13:19PM +0200, Linus Walleij wrote:
> This driver has no TODO, and is now used on several platforms:
> ARM, U300, Ux500, SPEAr and more. So drop the EXPERIMENTAL
> requirement.
> 
> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>

Applied, thanks.

g.

> ---
>  drivers/spi/Kconfig |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index fc14b8d..fbd96b2 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -271,8 +271,8 @@ config SPI_ORION
>  	  This enables using the SPI master controller on the Orion chips.
>  
>  config SPI_PL022
> -	tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)"
> -	depends on ARM_AMBA && EXPERIMENTAL
> +	tristate "ARM AMBA PL022 SSP controller"
> +	depends on ARM_AMBA
>  	default y if MACH_U300
>  	default y if ARCH_REALVIEW
>  	default y if INTEGRATOR_IMPD1
> -- 
> 1.7.3.2
> 

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index fc14b8d..fbd96b2 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -271,8 +271,8 @@  config SPI_ORION
 	  This enables using the SPI master controller on the Orion chips.
 
 config SPI_PL022
-	tristate "ARM AMBA PL022 SSP controller (EXPERIMENTAL)"
-	depends on ARM_AMBA && EXPERIMENTAL
+	tristate "ARM AMBA PL022 SSP controller"
+	depends on ARM_AMBA
 	default y if MACH_U300
 	default y if ARCH_REALVIEW
 	default y if INTEGRATOR_IMPD1