From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] Add support for PL172 memory-controller
Date: Fri, 17 Jul 2015 10:44:10 -0700 [thread overview]
Message-ID: <20150717174410.GO21691@localhost> (raw)
In-Reply-To: <1436822412-20171-1-git-send-email-manabian@gmail.com>
On Mon, Jul 13, 2015 at 11:20:10PM +0200, Joachim Eastwood wrote:
> This patch set adds a memory driver and documentation for the ARM
> PL172. This driver makes it possible to configure the static
> memory chip selects on the ARM PL172 MultiPort Memory Controller
> from a set of properties in DT. Configuration of dynamic memory
> (SDRAM) is not supported and is left to the boot loader. The
> intended usage is to setup timing and configuration for static
> memory devices like NAND and NOR Flash before they are probed by
> a driver. Pretty much what like all the other memory drivers do.
>
> As drivers/memory doesn't seem to have a maintainer of it's own
> I hope this patch set can go through the armsoc-drivers branch.
>
> The previous version of the patch set didn't recive recivce much
> feedback and the cover letter can be found here:
> http://marc.info/?l=devicetree&m=143024189625522&w=2
>
> DT bindings for PL172 is based on the bindings for the TI AEMIF
> memory controller. PL172 can be found on a number of NXP devices
> like the LPC18xx family.
>
> Tested on Embedded Artists' LPC4357 Developer's Kit with NOR Flash
> (SST39VF320) and 74LCV16374 (gpio-74x164) on MPMC.
>
> Changes since v1:
> - Add proper commit messages
> - Misc clean ups
>
> Joachim Eastwood (2):
> memory: add ARM PL172 MultiPort Memory Controller driver
> doc: dt: add documentation for pl172 memory bindings
Thanks, I've applied both patches to next/drivers.
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
To: Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: arnd-r2nGTMty4D4@public.gmane.org,
khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
will.deacon-5wv7dgnIgG8@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2 0/2] Add support for PL172 memory-controller
Date: Fri, 17 Jul 2015 10:44:10 -0700 [thread overview]
Message-ID: <20150717174410.GO21691@localhost> (raw)
In-Reply-To: <1436822412-20171-1-git-send-email-manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On Mon, Jul 13, 2015 at 11:20:10PM +0200, Joachim Eastwood wrote:
> This patch set adds a memory driver and documentation for the ARM
> PL172. This driver makes it possible to configure the static
> memory chip selects on the ARM PL172 MultiPort Memory Controller
> from a set of properties in DT. Configuration of dynamic memory
> (SDRAM) is not supported and is left to the boot loader. The
> intended usage is to setup timing and configuration for static
> memory devices like NAND and NOR Flash before they are probed by
> a driver. Pretty much what like all the other memory drivers do.
>
> As drivers/memory doesn't seem to have a maintainer of it's own
> I hope this patch set can go through the armsoc-drivers branch.
>
> The previous version of the patch set didn't recive recivce much
> feedback and the cover letter can be found here:
> http://marc.info/?l=devicetree&m=143024189625522&w=2
>
> DT bindings for PL172 is based on the bindings for the TI AEMIF
> memory controller. PL172 can be found on a number of NXP devices
> like the LPC18xx family.
>
> Tested on Embedded Artists' LPC4357 Developer's Kit with NOR Flash
> (SST39VF320) and 74LCV16374 (gpio-74x164) on MPMC.
>
> Changes since v1:
> - Add proper commit messages
> - Misc clean ups
>
> Joachim Eastwood (2):
> memory: add ARM PL172 MultiPort Memory Controller driver
> doc: dt: add documentation for pl172 memory bindings
Thanks, I've applied both patches to next/drivers.
-Olof
--
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-17 17:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 21:20 [PATCH v2 0/2] Add support for PL172 memory-controller Joachim Eastwood
2015-07-13 21:20 ` Joachim Eastwood
2015-07-13 21:20 ` [PATCH v2 1/2] memory: add ARM PL172 MultiPort Memory Controller driver Joachim Eastwood
2015-07-13 21:20 ` Joachim Eastwood
2015-07-13 21:20 ` [PATCH v2 2/2] doc: dt: add documentation for pl172 memory bindings Joachim Eastwood
2015-07-13 21:20 ` Joachim Eastwood
2015-07-17 17:44 ` Olof Johansson [this message]
2015-07-17 17:44 ` [PATCH v2 0/2] Add support for PL172 memory-controller Olof Johansson
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=20150717174410.GO21691@localhost \
--to=olof@lixom.net \
--cc=linux-arm-kernel@lists.infradead.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.