Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571668 > unrolled thread
| Started by | Rob Herring <robh@kernel.org> |
|---|---|
| First post | 2017-02-01 16:40 +0100 |
| Last post | 2017-02-10 15:10 +0100 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Rob Herring <robh@kernel.org> - 2017-02-01 16:40 +0100
Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-02-01 16:50 +0100
Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-02-10 14:00 +0100
Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Rob Herring <robh@kernel.org> - 2017-02-10 15:00 +0100
Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-02-10 15:10 +0100
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-02-01 16:40 +0100 |
| Subject | Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings |
| Message-ID | <t65aO-7Hf-27@gated-at.bofh.it> |
On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: > Document the new DT bindings for the Atmel NAND controller and > deprecate the old ones. Why? > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> > --- > .../devicetree/bindings/mtd/atmel-nand.txt | 106 ++++++++++++++++++++- > 1 file changed, 105 insertions(+), 1 deletion(-)
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-02-01 16:50 +0100 |
| Subject | Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings |
| Message-ID | <t65ku-7KL-19@gated-at.bofh.it> |
| In reply to | #1571668 |
On Wed, 1 Feb 2017 09:39:20 -0600 Rob Herring <robh@kernel.org> wrote: > On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: > > Document the new DT bindings for the Atmel NAND controller and > > deprecate the old ones. > > Why? Because the existing representation is not only wrong, it also causes pinmux conflicts between the NAND controller and other devices present on the EBI bus. It's explained in the cover letter, but maybe you want me to put that in the commit message. > > > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> > > --- > > .../devicetree/bindings/mtd/atmel-nand.txt | 106 ++++++++++++++++++++- > > 1 file changed, 105 insertions(+), 1 deletion(-)
[toc] | [prev] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-02-10 14:00 +0100 |
| Subject | Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings |
| Message-ID | <t9iXT-3uC-11@gated-at.bofh.it> |
| In reply to | #1571676 |
Hi Rob, On Wed, 1 Feb 2017 16:47:11 +0100 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > On Wed, 1 Feb 2017 09:39:20 -0600 > Rob Herring <robh@kernel.org> wrote: > > > On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: > > > Document the new DT bindings for the Atmel NAND controller and > > > deprecate the old ones. > > > > Why? > > Because the existing representation is not only wrong, it also causes > pinmux conflicts between the NAND controller and other devices present > on the EBI bus. > It's explained in the cover letter, but maybe you want me to put that > in the commit message. Do you need more explanation (A.K.A. ping). > > > > > > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> > > > --- > > > .../devicetree/bindings/mtd/atmel-nand.txt | 106 ++++++++++++++++++++- > > > 1 file changed, 105 insertions(+), 1 deletion(-) >
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-02-10 15:00 +0100 |
| Message-ID | <t9jTY-45O-3@gated-at.bofh.it> |
| In reply to | #1578434 |
On Fri, Feb 10, 2017 at 6:55 AM, Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > Hi Rob, > > On Wed, 1 Feb 2017 16:47:11 +0100 > Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > >> On Wed, 1 Feb 2017 09:39:20 -0600 >> Rob Herring <robh@kernel.org> wrote: >> >> > On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: >> > > Document the new DT bindings for the Atmel NAND controller and >> > > deprecate the old ones. >> > >> > Why? >> >> Because the existing representation is not only wrong, it also causes >> pinmux conflicts between the NAND controller and other devices present >> on the EBI bus. >> It's explained in the cover letter, but maybe you want me to put that >> in the commit message. > > Do you need more explanation (A.K.A. ping). No, but it should be in the commit msg. Rob
[toc] | [prev] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-02-10 15:10 +0100 |
| Subject | Re: [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings |
| Message-ID | <t9k3E-4oZ-27@gated-at.bofh.it> |
| In reply to | #1578464 |
On Fri, 10 Feb 2017 07:58:15 -0600 Rob Herring <robh@kernel.org> wrote: > On Fri, Feb 10, 2017 at 6:55 AM, Boris Brezillon > <boris.brezillon@free-electrons.com> wrote: > > Hi Rob, > > > > On Wed, 1 Feb 2017 16:47:11 +0100 > > Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > > > >> On Wed, 1 Feb 2017 09:39:20 -0600 > >> Rob Herring <robh@kernel.org> wrote: > >> > >> > On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: > >> > > Document the new DT bindings for the Atmel NAND controller and > >> > > deprecate the old ones. > >> > > >> > Why? > >> > >> Because the existing representation is not only wrong, it also causes > >> pinmux conflicts between the NAND controller and other devices present > >> on the EBI bus. > >> It's explained in the cover letter, but maybe you want me to put that > >> in the commit message. > > > > Do you need more explanation (A.K.A. ping). > > No, but it should be in the commit msg. Okay, will add more details in the commit msg then. Thanks, Boris
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web