From: Marek Vasut <marex@denx.de>
To: Brian Norris <computersforpeace@gmail.com>
Cc: Alexander Stein <alexander.stein@systec-electronic.com>,
linux-mtd@lists.infradead.org, vndao@altera.com,
dwmw2@infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, ngachi86@gmail.com
Subject: Re: [PATCH] [PATCH v5] mtd:spi-nor: Add Altera Quad SPI Driver
Date: Thu, 20 Aug 2015 23:52:22 +0200 [thread overview]
Message-ID: <201508202352.22313.marex@denx.de> (raw)
In-Reply-To: <20150820201925.GD74600@google.com>
On Thursday, August 20, 2015 at 10:19:25 PM, Brian Norris wrote:
> On Thu, Aug 20, 2015 at 12:06:36PM +0200, Alexander Stein wrote:
> > On Thursday 20 August 2015 10:03:38, Marek Vasut wrote:
> > > > +Example:
> > > > +
> > > > + quadspi_controller_0: quadspi@0x180014a0 {
> > > > + compatible = "altr,quadspi-1.0";
> > > > + reg = <0x180014a0 0x00000020>,
> > > > + <0x14000000 0x04000000>;
> > > > + reg-names = "avl_csr", "avl_mem";
> > > > + #address-cells = <1>;
> > > > + #size-cells = <0>;
> > > > + flash0: epcq256@0 {
> > > > + compatible = "altr,epcq256";
> > > > + #address-cells = <1>;
> > > > + #size-cells = <1>;
> > > > + partition@0 {
> > > > + /* 16 MB for raw data.
*/
> > > > + label = "EPCQ Flash 0
raw data";
> > > > + reg = <0x0 0x1000000>;
> > > > + };
> > > > + partition@1000000 {
> > > > + /* 16 MB for jffs2 data.
*/
> > > > + label = "EPCQ Flash 0
JFFS 2";
> > > > + reg = <0x1000000
0x1000000>;
> > > > + };
> > >
> > > IIRC, encoding partitions into OF is deprecated (and it shouldn't be
> > > part of the example anyway, so please remove this bit).
> >
> > Do you mean specifying partitions in OF is deprecated in general? Is
> > there any link for that? What would be an alternative to it?
>
> This is the first I've heard of such a deprecation. I would argue that
> it's still probably one of the best ways to specify partitions. It's not
> exactly perfect (partitions aren't really "hardware", so may not belong
> in the "hardware description")
Which is the reasoning why I heard it was deprecated, but it seems my
knowledge is not correct. I apologize for the misinformation, sorry.
> , but IMO it's better than cmdlineparts,
> for instance. I also don't really know of any good-enough, generically
> useful on-flash partition formats, especially ones that can handle the
> complexities of NAND.
Right.
Best regards,
Marek Vasut
next prev parent reply other threads:[~2015-08-20 21:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 6:55 [PATCH] [PATCH v5] mtd:spi-nor: Add Altera Quad SPI Driver vndao
[not found] ` <1440053705-3836-1-git-send-email-vndao-EIB2kfCEclfQT0dZR+AlfA@public.gmane.org>
2015-08-20 8:03 ` Marek Vasut
2015-08-20 8:13 ` Nga Chi
[not found] ` <CAN1oZWwLRYxs=eeWi8jh-jo8+C7WckdW1hfyunmq5_1qb1Jb8w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-20 8:17 ` Viet Nga Dao
2015-08-20 9:01 ` Marek Vasut
2015-08-20 8:52 ` Marek Vasut
2015-08-20 9:18 ` Viet Nga Dao
2015-08-20 9:42 ` Marek Vasut
2015-08-20 20:38 ` Brian Norris
[not found] ` <CAN1oZWzADdeNyZofXQwKa0F2_Jv4Oda824ew5C3Ug+-V9Lx3hw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-20 20:37 ` Brian Norris
[not found] ` <20150820203726.GE74600-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2015-08-21 1:38 ` Viet Nga Dao
[not found] ` <201508201003.38179.marex-ynQEQJNshbs@public.gmane.org>
2015-08-20 10:06 ` Alexander Stein
2015-08-20 20:19 ` Brian Norris
2015-08-20 21:52 ` Marek Vasut [this message]
2015-09-01 7:41 ` Viet Nga Dao
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=201508202352.22313.marex@denx.de \
--to=marex@denx.de \
--cc=alexander.stein@systec-electronic.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=ngachi86@gmail.com \
--cc=vndao@altera.com \
/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;
as well as URLs for NNTP newsgroup(s).