Pull request: u-boot-spi/master for next
Jagan Teki
jagan at amarulasolutions.com
Thu Jun 24 15:42:08 CEST 2021
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(-)
More information about the U-Boot
mailing list