From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 2/2] spi/pl022: mark driver non-experimental Date: Thu, 19 May 2011 10:56:10 -0600 Message-ID: <20110519165610.GG3085@ponder.secretlab.ca> References: <1305807199-11739-1-git-send-email-linus.walleij@stericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: spi-devel-general@lists.sourceforge.net, Lee Jones , linux-arm-kernel@lists.infradead.org To: Linus Walleij Return-path: Content-Disposition: inline In-Reply-To: <1305807199-11739-1-git-send-email-linus.walleij@stericsson.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org 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 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 >