From: Michal Simek <michal.simek@xilinx.com>
To: Josh Cartwright <joshc@ni.com>,
dwmw2@infradead.org, computersforpeace@gmail.com,
michal.simek@xilinx.com
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
rob@landley.net, grant.likely@linaro.org,
gregkh@linuxfoundation.org, jason@lakedaemon.net,
ezequiel.garcia@free-electrons.com, arnd@arndb.de,
artem.bityutskiy@linux.intel.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,
punnaia@xilinx.com
Subject: Re: [PATCH v7 0/3] Add arm pl353 smc nand driver for xilinx zynq soc
Date: Thu, 09 Jul 2015 07:05:25 +0200 [thread overview]
Message-ID: <559E0115.4010304@xilinx.com> (raw)
In-Reply-To: <20150708194051.GP25028@jcartwri.amer.corp.natinst.com>
On 07/08/2015 09:40 PM, Josh Cartwright wrote:
> On Mon, Jun 08, 2015 at 11:38:35PM +0530, Punnaiah Choudary Kalluri wrote:
>> The following patches add arm pl353 static memory controller driver for
>> xilinx zynq soc. The arm pl353 smc supports two interfaces i.e nand and
>> nor/sram memory interfaces. The current implementation supports only a
>> single SMC instance and nand specific configuration.
>
> What's the integration plan for this guy? Looks like we missed 4.2.
> It'd be swell to get have NAND support land for Zynq in 4.3.
>
> Assuming there is nothing else holding it back:
>
> Brian- I'm assuming you'll want to take this through your tree.
>
> It looks like most of the stuff in drivers/memory have historically gone
> through arm-soc/drivers, Michal- does it make sense for you to pick up
> http://lkml.kernel.org/r/1433786857-32575-1-git-send-email-punnaia@xilinx.com?
I am happy to take this via zynq tree and arm-soc tree if this is the
right way.
Josh: Also none can stop you to give us you ACK or Tested-by line.
Thanks,
Michal
WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
To: Josh Cartwright <joshc-acOepvfBmUk@public.gmane.org>,
dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org,
grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org,
ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org,
artem.bityutskiy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
jussi.kivilinna-X3B1VOXEql0@public.gmane.org,
acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
ivan.khoronzhuk-l0cyMroinI0@public.gmane.org,
joern-PCqxUs/MD9bYtjvyW6yDsg@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kpc528-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
kalluripunnaiahchoudary-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
punnaia-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH v7 0/3] Add arm pl353 smc nand driver for xilinx zynq soc
Date: Thu, 09 Jul 2015 07:05:25 +0200 [thread overview]
Message-ID: <559E0115.4010304@xilinx.com> (raw)
In-Reply-To: <20150708194051.GP25028-ew3lsbMjNqt5wtABiV/Xjqyly8cj88Ttqxv4g6HH51o@public.gmane.org>
On 07/08/2015 09:40 PM, Josh Cartwright wrote:
> On Mon, Jun 08, 2015 at 11:38:35PM +0530, Punnaiah Choudary Kalluri wrote:
>> The following patches add arm pl353 static memory controller driver for
>> xilinx zynq soc. The arm pl353 smc supports two interfaces i.e nand and
>> nor/sram memory interfaces. The current implementation supports only a
>> single SMC instance and nand specific configuration.
>
> What's the integration plan for this guy? Looks like we missed 4.2.
> It'd be swell to get have NAND support land for Zynq in 4.3.
>
> Assuming there is nothing else holding it back:
>
> Brian- I'm assuming you'll want to take this through your tree.
>
> It looks like most of the stuff in drivers/memory have historically gone
> through arm-soc/drivers, Michal- does it make sense for you to pick up
> http://lkml.kernel.org/r/1433786857-32575-1-git-send-email-punnaia-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org?
I am happy to take this via zynq tree and arm-soc tree if this is the
right way.
Josh: Also none can stop you to give us you ACK or Tested-by line.
Thanks,
Michal
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-07-09 5:06 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 18:08 [PATCH v7 0/3] Add arm pl353 smc nand driver for xilinx zynq soc Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` [PATCH v7 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-15 4:21 ` punnaiah choudary kalluri
2015-06-15 4:21 ` punnaiah choudary kalluri
2015-06-15 4:21 ` punnaiah choudary kalluri
2016-10-21 20:33 ` [v7, " Jason Gunthorpe
2016-10-21 21:46 ` Boris Brezillon
2016-10-23 12:07 ` punnaiah choudary kalluri
2016-10-23 12:07 ` punnaiah choudary kalluri
2016-10-24 12:27 ` Boris Brezillon
2016-10-24 12:27 ` Boris Brezillon
2016-10-24 22:59 ` Jason Gunthorpe
2016-10-25 3:58 ` Punnaiah Choudary Kalluri
2016-10-25 4:46 ` Jason Gunthorpe
2016-10-25 5:02 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` [PATCH v7 2/3] nand: pl353: Add software ecc support Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` [PATCH v7 3/3] Documentation: nand: pl353: Add documentation for controller and driver Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-06-08 18:08 ` Punnaiah Choudary Kalluri
2015-07-08 19:40 ` [PATCH v7 0/3] Add arm pl353 smc nand driver for xilinx zynq soc Josh Cartwright
2015-07-09 5:05 ` Michal Simek [this message]
2015-07-09 5:05 ` Michal Simek
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=559E0115.4010304@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=acourbot@nvidia.com \
--cc=arnd@arndb.de \
--cc=artem.bityutskiy@linux.intel.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=ezequiel.garcia@free-electrons.com \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=ivan.khoronzhuk@ti.com \
--cc=jason@lakedaemon.net \
--cc=joern@logfs.org \
--cc=joshc@ni.com \
--cc=jussi.kivilinna@iki.fi \
--cc=kalluripunnaiahchoudary@gmail.com \
--cc=kpc528@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=punnaia@xilinx.com \
--cc=rob@landley.net \
--cc=robh+dt@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.