From: Miquel Raynal <miquel.raynal@bootlin.com>
To: <broonie@kernel.org>, Md Sadre Alam <quic_mdalam@quicinc.com>
Cc: <andersson@kernel.org>, <konradybcio@kernel.org>,
<miquel.raynal@bootlin.com>, <richard@nod.at>, <vigneshr@ti.com>,
<manivannan.sadhasivam@linaro.org>,
<linux-arm-msm@vger.kernel.org>, <linux-spi@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-mtd@lists.infradead.org>
Cc: Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@linaro.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-mtd@lists.infradead.org
Cc: <quic_srichara@quicinc.com>, <quic_varada@quicinc.com>,
<quic_mdalam@quicinc.com>
Subject: [GIT PULL] mtd: topic branch for spi with Qcom changes
Date: Tue, 24 Dec 2024 17:20:38 +0100 [thread overview]
Message-ID: <87jzbp9hnt.fsf@bootlin.com> (raw)
Hello Mark,
I'm merging the Qcom series, in case you need a topic branch to apply
the spi bits (binding and driver), here it is.
Merry Christmas,
Miquèl
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/qcom-reorg-for-spi-6.14
for you to fetch changes up to 0c08080fd71cd5dd59643104b39d3c89d793ab3c:
mtd: rawnand: qcom: use FIELD_PREP and GENMASK (2024-12-24 16:22:02 +0100)
----------------------------------------------------------------
Topic branch with preparation changes from Qcom in order to apply on top
the spi bits adding the Qcom SPI-NAND controller driver re-using a lot
of code that has been shared.
With this goal in mind, the raw NAND controller driver has been cleaned
up and reorganized, and only the relevant structures/helpers which have
nothing raw NAND specific should now be exported.
----------------------------------------------------------------
Md Sadre Alam (4):
mtd: rawnand: qcom: cleanup qcom_nandc driver
mtd: rawnand: qcom: Add qcom prefix to common api
mtd: nand: Add qpic_common API file
mtd: rawnand: qcom: use FIELD_PREP and GENMASK
drivers/mtd/nand/Makefile | 2 +-
drivers/mtd/nand/qpic_common.c | 759 ++++++++++++++++++
drivers/mtd/nand/raw/qcom_nandc.c | 1769 ++++++++----------------------------------
include/linux/mtd/nand-qpic-common.h | 475 ++++++++++++
4 files changed, 1561 insertions(+), 1444 deletions(-)
create mode 100644 drivers/mtd/nand/qpic_common.c
create mode 100644 include/linux/mtd/nand-qpic-common.h
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: <broonie@kernel.org>, Md Sadre Alam <quic_mdalam@quicinc.com>
Cc: <andersson@kernel.org>, <konradybcio@kernel.org>,
<miquel.raynal@bootlin.com>, <richard@nod.at>, <vigneshr@ti.com>,
<manivannan.sadhasivam@linaro.org>,
<linux-arm-msm@vger.kernel.org>, <linux-spi@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-mtd@lists.infradead.org>
Cc: Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@linaro.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-mtd@lists.infradead.org
Cc: <quic_srichara@quicinc.com>, <quic_varada@quicinc.com>,
<quic_mdalam@quicinc.com>
Subject: [GIT PULL] mtd: topic branch for spi with Qcom changes
Date: Tue, 24 Dec 2024 17:20:38 +0100 [thread overview]
Message-ID: <87jzbp9hnt.fsf@bootlin.com> (raw)
Hello Mark,
I'm merging the Qcom series, in case you need a topic branch to apply
the spi bits (binding and driver), here it is.
Merry Christmas,
Miquèl
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/qcom-reorg-for-spi-6.14
for you to fetch changes up to 0c08080fd71cd5dd59643104b39d3c89d793ab3c:
mtd: rawnand: qcom: use FIELD_PREP and GENMASK (2024-12-24 16:22:02 +0100)
----------------------------------------------------------------
Topic branch with preparation changes from Qcom in order to apply on top
the spi bits adding the Qcom SPI-NAND controller driver re-using a lot
of code that has been shared.
With this goal in mind, the raw NAND controller driver has been cleaned
up and reorganized, and only the relevant structures/helpers which have
nothing raw NAND specific should now be exported.
----------------------------------------------------------------
Md Sadre Alam (4):
mtd: rawnand: qcom: cleanup qcom_nandc driver
mtd: rawnand: qcom: Add qcom prefix to common api
mtd: nand: Add qpic_common API file
mtd: rawnand: qcom: use FIELD_PREP and GENMASK
drivers/mtd/nand/Makefile | 2 +-
drivers/mtd/nand/qpic_common.c | 759 ++++++++++++++++++
drivers/mtd/nand/raw/qcom_nandc.c | 1769 ++++++++----------------------------------
include/linux/mtd/nand-qpic-common.h | 475 ++++++++++++
4 files changed, 1561 insertions(+), 1444 deletions(-)
create mode 100644 drivers/mtd/nand/qpic_common.c
create mode 100644 include/linux/mtd/nand-qpic-common.h
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2024-12-24 16:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 16:20 Miquel Raynal [this message]
2024-12-24 16:20 ` [GIT PULL] mtd: topic branch for spi with Qcom changes Miquel Raynal
2025-01-06 13:49 ` Miquel Raynal
2025-01-06 13:49 ` Miquel Raynal
2025-01-06 15:36 ` Mark Brown
2025-01-06 15:36 ` Mark Brown
2025-02-17 5:55 ` Md Sadre Alam
2025-02-17 5:55 ` Md Sadre Alam
2025-02-18 14:54 ` Mark Brown
2025-02-18 14:54 ` Mark Brown
2025-02-20 11:33 ` Md Sadre Alam
2025-02-20 11:33 ` Md Sadre Alam
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=87jzbp9hnt.fsf@bootlin.com \
--to=miquel.raynal@bootlin.com \
--cc=andersson@kernel.org \
--cc=broonie@kernel.org \
--cc=konradybcio@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=quic_mdalam@quicinc.com \
--cc=richard@nod.at \
--cc=vigneshr@ti.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 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.