From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
<linux-mtd@lists.infradead.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, <devicetree@vger.kernel.org>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible
Date: Thu, 18 Apr 2019 18:18:50 +0200 [thread overview]
Message-ID: <20190418181850.76c867d5@xps13> (raw)
In-Reply-To: <20190408074147.26797-1-miquel.raynal@bootlin.com>
Hello
Miquel Raynal <miquel.raynal@bootlin.com> wrote on Mon, 8 Apr 2019
09:41:44 +0200:
> The A33 NAND controller is slightly different than the A10+ ones,
> eg. DMA handling is a bit different and a few register offsets
> changed.
>
> Introduce a new compatible to represent this version of the IP.
>
> Also append '-controller' to the new compatible (which is required for
> new compatibles) as this is describing a NAND controller and not a
> NAND chip.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>
Series applied with the compatible being A23 instead of A33
and the compatible enumeration adapted to fit the yaml syntax
(change from another series) to:
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
branch nand/next.
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
<linux-mtd@lists.infradead.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, <devicetree@vger.kernel.org>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible
Date: Thu, 18 Apr 2019 18:18:50 +0200 [thread overview]
Message-ID: <20190418181850.76c867d5@xps13> (raw)
In-Reply-To: <20190408074147.26797-1-miquel.raynal@bootlin.com>
Hello
Miquel Raynal <miquel.raynal@bootlin.com> wrote on Mon, 8 Apr 2019
09:41:44 +0200:
> The A33 NAND controller is slightly different than the A10+ ones,
> eg. DMA handling is a bit different and a few register offsets
> changed.
>
> Introduce a new compatible to represent this version of the IP.
>
> Also append '-controller' to the new compatible (which is required for
> new compatibles) as this is describing a NAND controller and not a
> NAND chip.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>
Series applied with the compatible being A23 instead of A33
and the compatible enumeration adapted to fit the yaml syntax
(change from another series) to:
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
branch nand/next.
Thanks,
Miquèl
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
linux-mtd@lists.infradead.org, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible
Date: Thu, 18 Apr 2019 18:18:50 +0200 [thread overview]
Message-ID: <20190418181850.76c867d5@xps13> (raw)
In-Reply-To: <20190408074147.26797-1-miquel.raynal@bootlin.com>
Hello
Miquel Raynal <miquel.raynal@bootlin.com> wrote on Mon, 8 Apr 2019
09:41:44 +0200:
> The A33 NAND controller is slightly different than the A10+ ones,
> eg. DMA handling is a bit different and a few register offsets
> changed.
>
> Introduce a new compatible to represent this version of the IP.
>
> Also append '-controller' to the new compatible (which is required for
> new compatibles) as this is describing a NAND controller and not a
> NAND chip.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>
Series applied with the compatible being A23 instead of A33
and the compatible enumeration adapted to fit the yaml syntax
(change from another series) to:
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
branch nand/next.
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2019-04-18 16:19 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 7:41 [PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` [PATCH v2 2/4] mtd: rawnand: sunxi: Add a platform data structure Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` [PATCH v2 3/4] mtd: rawnand: sunxi: Add A33 DMA support Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` [PATCH v2 4/4] ARM: dts: sunxi: Improve A33 NAND transfers by using DMA Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 7:41 ` Miquel Raynal
2019-04-08 8:40 ` Maxime Ripard
2019-04-08 8:40 ` Maxime Ripard
2019-04-08 8:44 ` Maxime Ripard
2019-04-08 8:44 ` Maxime Ripard
2019-04-18 16:18 ` Miquel Raynal [this message]
2019-04-18 16:18 ` [PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible Miquel Raynal
2019-04-18 16:18 ` Miquel Raynal
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=20190418181850.76c867d5@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=mark.rutland@arm.com \
--cc=maxime.ripard@bootlin.com \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
--cc=wens@csie.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.