From: Jagan Teki <jagan@amarulasolutions.com>
To: Tom Rini <trini@konsulko.com>
Cc: Vignesh R <vigneshr@ti.com>, Pratyush Yadav <p.yadav@ti.com>,
u-boot@lists.denx.de
Subject: Pull request: u-boot-spi/master
Date: Sat, 23 Oct 2021 19:05:03 +0530 [thread overview]
Message-ID: <20211023133503.199158-1-jagan@amarulasolutions.com> (raw)
Hi Tom,
Please pull the PR.
Summary:
- Fix mtd erase with mtdpart (Marek Behún)
- NXP fspi driver fixes (Kuldeep Singh)
CI:
https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/9582
thanks,
Jagan.
The following changes since commit 7a508a7245592ca44b3dc51c0293656dce60d658:
Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-10-07 09:02:22 -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 b9cfd8b0911209e2ebec887e497510ee42f9e788:
spi: nxp_fspi: Implement errata workaround for LS1028A (2021-10-23 15:56:47 +0530)
----------------------------------------------------------------
Haolin Li (1):
mtd: spinand: macronix: Fix ECC Status Read
Kris Chaplin (2):
mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices
mtd: spi-nor-ids: Add SECT_4K to mt25qu512a
Kuldeep Singh (2):
spi: nxp-fspi: Add support for IP read only
spi: nxp_fspi: Implement errata workaround for LS1028A
Marek Behún (10):
mtd: spi-nor-core: Try cleaning up in case writing BAR failed
mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
mtd: spi-nor-core: Don't overwrite return value if it is non-zero
mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
mtd: spi-flash: Check for zero length in legacy spi_flash_*()
mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase()
mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
mtd: mtdpart: Make mtdpart's _erase method sane
mtd: Remove mtd_erase_callback() entirely
Marek Vasut (1):
mtd: spi-nor-ids: Reinstate Micron MT25QL02G
Takahiro Kuwano (1):
mtd: spi-nor: Add support for Spansion S25FL256L
Yanhong Wang (1):
mtd: spi-nor-ids: Add GD25LQ256D Chip
cmd/onenand.c | 9 +----
drivers/mtd/altera_qspi.c | 3 --
drivers/mtd/cfi_mtd.c | 1 -
drivers/mtd/mtdconcat.c | 11 ------
drivers/mtd/mtdcore.c | 8 ----
drivers/mtd/mtdpart.c | 23 +++---------
drivers/mtd/nand/raw/nand_base.c | 4 --
drivers/mtd/nand/spi/macronix.c | 10 ++++-
drivers/mtd/onenand/onenand_base.c | 3 --
drivers/mtd/spi/sf_mtd.c | 1 -
drivers/mtd/spi/spi-nor-core.c | 65 +++++++++++++++++++++++++-------
drivers/mtd/spi/spi-nor-ids.c | 13 ++++++-
drivers/mtd/ubi/io.c | 13 -------
drivers/spi/nxp_fspi.c | 77 +++++++++++++++++++++++++++++++++-----
env/onenand.c | 4 +-
fs/yaffs2/yaffs_mtdif.c | 1 -
include/linux/mtd/mtd.h | 11 ------
include/nand.h | 1 -
include/spi_flash.h | 9 +++++
19 files changed, 159 insertions(+), 108 deletions(-)
next reply other threads:[~2021-10-23 13:35 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-23 13:35 Jagan Teki [this message]
2021-10-23 20:10 ` Pull request: u-boot-spi/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 14:33 Jagan Teki
2024-10-24 20:42 ` Tom Rini
2024-01-29 17:53 Jagan Teki
2024-01-29 18:50 ` Tom Rini
2023-07-13 16:36 Jagan Teki
2023-07-14 16:05 ` Tom Rini
2023-05-01 17:12 Jagan Teki
2023-05-01 22:46 ` Tom Rini
2023-01-26 17:52 Jagan Teki
2023-01-26 20:09 ` Tom Rini
2022-11-02 6:08 Jagan Teki
2022-11-02 15:34 ` Tom Rini
2022-10-25 12:26 Jagan Teki
2022-10-25 16:27 ` Tom Rini
2022-07-18 19:35 Jagan Teki
2022-07-19 14:51 ` Tom Rini
2022-05-04 6:11 Jagan Teki
2022-05-04 15:41 ` Tom Rini
2022-03-12 8:44 Jagan Teki
2022-03-13 12:17 ` Tom Rini
2021-12-26 18:57 Jagan Teki
2021-12-27 13:25 ` Tom Rini
2021-08-03 16:24 Jagan Teki
2021-08-04 1:14 ` Tom Rini
2021-02-26 17:22 Jagan Teki
2021-02-26 20:10 ` Tom Rini
2020-12-18 17:54 Jagan Teki
2020-12-20 23:06 ` Tom Rini
2020-07-20 17:14 Jagan Teki
2020-07-22 3:04 ` Tom Rini
2020-07-11 17:02 Jagan Teki
2020-07-13 15:28 ` Tom Rini
2020-06-11 17:53 Jagan Teki
2020-06-14 16:00 ` Tom Rini
2020-06-02 18:54 Jagan Teki
2020-06-03 18:09 ` Tom Rini
2020-05-09 16:26 Jagan Teki
2020-05-09 20:58 ` Tom Rini
2020-05-10 14:19 ` Jagan Teki
2020-05-10 19:36 ` Tom Rini
2020-04-21 8:24 Jagan Teki
2020-04-21 19:19 ` Tom Rini
2020-04-03 14:30 Jagan Teki
2020-04-05 23:04 ` Tom Rini
2020-01-27 17:48 Jagan Teki
2020-01-28 16:04 ` Tom Rini
2019-12-27 12:20 Jagan Teki
2019-12-28 4:30 ` 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=20211023133503.199158-1-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--cc=p.yadav@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--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.