public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT PATCH v2 1/2] zynqmp: nand: Add Nand driver support for zynqmp
Date: Fri, 6 Nov 2015 11:02:31 -0600	[thread overview]
Message-ID: <1446829351.11597.4.camel@freescale.com> (raw)
In-Reply-To: <1446808953-30891-1-git-send-email-sivadur@xilinx.com>

On Fri, 2015-11-06 at 16:52 +0530, Siva Durga Prasad Paladugu wrote:
> Add nand driver support for zynqmp. The Nand
> controller used in ZynqMP is Arasan Nand Flash
> controller.
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> ---
> Changes from v1:
> - Newly added in series
> ---
>  arch/arm/cpu/armv8/zynqmp/Kconfig           | 3 +++
>  arch/arm/include/asm/arch-zynqmp/hardware.h | 2 ++
>  configs/xilinx_zynqmp_ep_defconfig          | 1 +
>  include/configs/xilinx_zynqmp.h             | 9 +++++++++
>  4 files changed, 15 insertions(+)
> 
> diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig 
> b/arch/arm/cpu/armv8/zynqmp/Kconfig
> index e5a4fdd..161954f 100644
> --- a/arch/arm/cpu/armv8/zynqmp/Kconfig
> +++ b/arch/arm/cpu/armv8/zynqmp/Kconfig
> @@ -27,4 +27,7 @@ config SECURE_IOU
>  config ZYNQMP_USB
>       bool "Configure ZynqMP USB"
>  
> +config NAND_ARASAN
> +     bool "Configure Arasan Nand"
> +
>  endif

This should go in drivers/mtd/nand/Kconfig.

-Scott

  parent reply	other threads:[~2015-11-06 17:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 11:22 [U-Boot] [UBOOT PATCH v2 1/2] zynqmp: nand: Add Nand driver support for zynqmp Siva Durga Prasad Paladugu
2015-11-06 11:22 ` [U-Boot] [UBOOT PATCH v2 2/2] arasan: nfc: Add initial nand driver support for arasan Siva Durga Prasad Paladugu
2015-11-10  0:19   ` Scott Wood
2015-11-06 17:02 ` Scott Wood [this message]
2015-11-09 11:35   ` [U-Boot] [UBOOT PATCH v2 1/2] zynqmp: nand: Add Nand driver support for zynqmp Siva Durga Prasad Paladugu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446829351.11597.4.camel@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox