lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 26 Aug 2016 09:47:59 +0200
From:   Boris Brezillon <boris.brezillon@...e-electrons.com>
To:     Roger Quadros <rogerq@...com>
Cc:     <computersforpeace@...il.com>, <fcooper@...com>,
        <tony@...mide.com>, <linux-mtd@...ts.infradead.org>,
        <linux-omap@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on
 Keystone devices

On Wed, 24 Aug 2016 12:25:00 +0300
Roger Quadros <rogerq@...com> wrote:

> Some Keystone devices (e.g. K2G) include a OMAP NAND IP.
> Allow the NAND driver to be usable for both
> Keystone and OMAP devices.
> 
> Signed-off-by: Roger Quadros <rogerq@...com>

Applied.

Thanks,

Boris

> ---
>  drivers/mtd/nand/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index 21ff580..e6260df 100644
> --- a/drivers/mtd/nand/Kconfig
> +++ b/drivers/mtd/nand/Kconfig
> @@ -88,11 +88,11 @@ config MTD_NAND_AMS_DELTA
>  	  Support for NAND flash on Amstrad E3 (Delta).
>  
>  config MTD_NAND_OMAP2
> -	tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4"
> -	depends on ARCH_OMAP2PLUS
> +	tristate "NAND Flash device on OMAP2, OMAP3, OMAP4 and Keystone"
> +	depends on (ARCH_OMAP2PLUS || ARCH_KEYSTONE)
>  	help
> -          Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4
> -	  platforms.
> +          Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
> +	  and Keystone platforms.
>  
>  config MTD_NAND_OMAP_BCH
>  	depends on MTD_NAND_OMAP2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ