Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283428

Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch}

From Brian Norris <computersforpeace@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch}
Date 2015-12-03 23:40 +0100
Message-ID <qBKHE-2Fu-19@gated-at.bofh.it> (permalink)
References <qBARY-4KT-5@gated-at.bofh.it> <qBARZ-4KT-21@gated-at.bofh.it> <qBJLA-25s-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Dec 03, 2015 at 03:38:12PM -0600, Rob Herring wrote:
> On Thu, Dec 03, 2015 at 12:02:20PM +0000, Harvey Hunt wrote:
> > v8 -> v9:
> >  - Document that partitions are represented as a child node of a NAND chip.
> 
> Don't multiple flash chips typically get interleaved in order to get 
> parallelism needed for performance? Then the view of the partitions 
> would apply across all chips.

Not in MTD so far. We have mtdconcat to do some combination of flash,
but it's not too easy to use right now. There are also some "MTD RAID"
patches submitted recently that might cover what you're talking about,
but that's brand new and unreviewed, and I don't think anyone has
considered trying to handle partitions for such a thing yet.
Partitioning of this kind isn't even that useful for NAND flash,
actually, since fixed assignment of flash ranges restricts the
flexibility of UBI's wear-leveling algorithms.

It probably makes more sense to deal with UBI volumes instead of MTD
partitions when talking about NAND flash. And those aren't specified in
DT.

> Anyway, it's optional, so:
> 
> Acked-by: Rob Herring <robh@kernel.org>

Brian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
  [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
    Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Rob Herring <robh@kernel.org> - 2015-12-03 22:40 +0100
      Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Brian Norris <computersforpeace@gmail.com> - 2015-12-03 23:40 +0100
    Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 15:20 +0100
  [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
    Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 15:20 +0100
      Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:10 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:20 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 17:20 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 17:30 +0100
          Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:40 +0100

csiph-web