From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754836AbaCaNcv (ORCPT ); Mon, 31 Mar 2014 09:32:51 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:64673 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754294AbaCaNYm (ORCPT ); Mon, 31 Mar 2014 09:24:42 -0400 Message-ID: <53396C95.3030005@monstr.eu> Date: Mon, 31 Mar 2014 15:24:37 +0200 From: Michal Simek Reply-To: monstr@monstr.eu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: monstr@monstr.eu CC: Punnaiah Choudary Kalluri , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rob@landley.net, michal.simek@xilinx.com, grant.likely@linaro.org, gregkh@linuxfoundation.org, jason@lakedaemon.net, ezequiel.garcia@free-electrons.com, arnd@arndb.de, dwmw2@infradead.org, computersforpeace@gmail.com, artem.bityutskiy@linux.intel.com, pekon@ti.com, jussi.kivilinna@iki.fi, acourbot@nvidia.com, ivan.khoronzhuk@ti.com, joern@logfs.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, kpc528@gmail.com, kalluripunnaiahchoudary@gmail.com, Punnaiah Choudary Kalluri Subject: Re: [PATCH RFC 3/3] nand: pl353: Add driver for arm pl353 smc nand interface References: <1395944467-26291-1-git-send-email-punnaia@xilinx.com> <04cb5d02-db4c-4a4c-ba3c-3a5958e42324@VA3EHSMHS036.ehs.local> <533963AE.30405@monstr.eu> In-Reply-To: <533963AE.30405@monstr.eu> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dCCb1NKaXCFEPGQLGGSoDEgcdQvE3KB73" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dCCb1NKaXCFEPGQLGGSoDEgcdQvE3KB73 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 03/31/2014 02:46 PM, Michal Simek wrote: > On 03/27/2014 07:21 PM, Punnaiah Choudary Kalluri wrote: >> Add driver for arm pl353 static memory controller nand interface. >> This controller is used in xilinx zynq soc for interfacing the nand >> flash memory. >> >> Signed-off-by: Punnaiah Choudary Kalluri >> --- >> drivers/mtd/nand/Kconfig | 8 + >> drivers/mtd/nand/Makefile | 1 + >> drivers/mtd/nand/pl353_nand.c | 1122 ++++++++++++++++++++++++++++++++= +++++++++ >> 3 files changed, 1131 insertions(+), 0 deletions(-) >> create mode 100644 drivers/mtd/nand/pl353_nand.c >> >> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig >> index 90ff447..31c1d0c 100644 >> --- a/drivers/mtd/nand/Kconfig >> +++ b/drivers/mtd/nand/Kconfig >> @@ -510,4 +510,12 @@ config MTD_NAND_XWAY >> Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is = attached >> to the External Bus Unit (EBU). >> =20 >> +config MTD_NAND_PL353 >> + tristate "ARM Pl353 NAND flash driver" >> + depends on MTD_NAND && ARM >> + select PL353_SMC >=20 > Here should be probably depends on PL353_SMC. > I just found it. Just to be accurate. When MEMORY=3Dn with select PL353_SMC you are not able select PL353_SMC and compile it. Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform --dCCb1NKaXCFEPGQLGGSoDEgcdQvE3KB73 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlM5bJUACgkQykllyylKDCF0qQCcDmHw949CMV8efFU+LmmhfcUv qWQAoJJeFYO+0Cc6OIOpYAO7E5Mfwus1 =1YW9 -----END PGP SIGNATURE----- --dCCb1NKaXCFEPGQLGGSoDEgcdQvE3KB73--