From: Jagan Teki <jagan@amarulasolutions.com>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: Pull request: u-boot-spi/master for next
Date: Thu, 24 Jun 2021 19:12:08 +0530 [thread overview]
Message-ID: <20210624134208.256275-1-jagan@amarulasolutions.com> (raw)
Hi Tom,
Please pull this PR for next.
Summary:
- SPI NOT OF partitions (Marek Behún)
- Macronic SPI NAND (Jaime Liao)
- Macronix MX66UW2G345G SPI NOR (zhengxun)
CI:
https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/7922
thanks,
Jagan.
The following changes since commit 28afb716463919c261cffc6fddd594fac87557bb:
Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next (2021-06-19 08:20:12 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-spi master
for you to fetch changes up to e41a2bc6b87397ef0aeda4132a8227d164cd592b:
cmd: mtd: expand <name> argument definition in command help (2021-06-24 11:55:13 +0530)
----------------------------------------------------------------
Jaime Liao (1):
mtd: spinand: macronix: Add support for serial NAND flash
Marek Behún (10):
dm: core: add non-translating version of ofnode_get_addr_size_index()
dm: core: add ofnode_get_path()
mtd: add support for parsing partitions defined in OF
mtd: spi-nor: allow registering multiple MTDs when DM is enabled
mtd: spi-nor: fill-in mtd->dev member
mtd: remove mtd_probe() function
mtd: probe SPI NOR devices in mtd_probe_devices()
cmd: mtd: print device OF path in listing
mtd: compare also with OF path and device name in get_mtd_device_nm()
cmd: mtd: expand <name> argument definition in command help
zhengxun (1):
mtd: spi-nor-ids: Add Macronix MX66UW2G345G
cmd/mtd.c | 9 ++-
drivers/core/ofnode.c | 44 +++++++++++++-
drivers/mtd/mtd-uclass.c | 15 -----
drivers/mtd/mtd_uboot.c | 129 ++++++++++++++++++++++++----------------
drivers/mtd/mtdcore.c | 35 +++++++++++
drivers/mtd/mtdpart.c | 63 ++++++++++++++++++++
drivers/mtd/nand/spi/macronix.c | 46 ++++++++++++++
drivers/mtd/spi/sf_internal.h | 4 +-
drivers/mtd/spi/sf_mtd.c | 19 +++++-
drivers/mtd/spi/sf_probe.c | 6 +-
drivers/mtd/spi/spi-nor-core.c | 1 +
drivers/mtd/spi/spi-nor-ids.c | 1 +
drivers/mtd/spi/spi-nor-tiny.c | 1 +
include/dm/ofnode.h | 27 +++++++++
include/linux/mtd/mtd.h | 10 ++++
include/mtd.h | 1 -
test/dm/ofnode.c | 26 ++++++++
17 files changed, 362 insertions(+), 75 deletions(-)
next reply other threads:[~2021-06-24 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-24 13:42 Jagan Teki [this message]
2021-06-24 21:58 ` Pull request: u-boot-spi/master for next Tom Rini
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=20210624134208.256275-1-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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