From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request v2: u-boot-spi/master
Date: Thu, 25 Jul 2019 18:55:01 +0530 [thread overview]
Message-ID: <20190725132501.8401-1-jagan@amarulasolutions.com> (raw)
Hi Tom,
Please pull this PR.
Changes for v2:
- include MediaTek MT7629 spi driver patches
Summary:
- fix for fsl_qspi read timeout (Thomas)
- spi-mem read data size fix (Ye Li)
- SiFive SPI driver, mmc_spi flags (Bhargav, Anup)
- Micron spi-nor parts (Ashish)
- MT7629 spi-mem driver(Weijie)
The following changes since commit 0e80dda32c8d724c2a98dbbfb2f1e59762788f15:
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2019-07-16 11:19:31 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
for you to fetch changes up to 1f174689c13a257e3b149d4550805a85bdaf27c3:
spi: Drop obsolete mtk_qspi driver references (2019-07-25 18:52:20 +0530)
----------------------------------------------------------------
Anup Patel (1):
mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
Ashish Kumar (2):
mtd: spi: Add flash property for Micron mt25qu512a
mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID
Bhargav Shah (1):
spi: Add SiFive SPI driver
Thomas Schaefer (2):
drivers/spi: fsl_qspi: fix read timeout
drivers/spi: fsl_qspi: improve timeout calculation
Weijie Gao (2):
spi: add spi-mem driver for MediaTek MT7629 SoC
spi: Drop obsolete mtk_qspi driver references
Ye Li (1):
spi: spi-mem: Fix read data size issue
MAINTAINERS | 2 +-
configs/mt7629_rfb_defconfig | 2 +-
drivers/mmc/mmc_spi.c | 4 +-
drivers/mtd/spi/spi-nor-ids.c | 4 +
drivers/spi/Kconfig | 21 ++-
drivers/spi/Makefile | 3 +-
drivers/spi/fsl_qspi.c | 18 +-
drivers/spi/mtk_qspi.c | 359 ----------------------------------------
drivers/spi/mtk_snfi_spi.c | 318 ++++++++++++++++++++++++++++++++++++
drivers/spi/spi-mem.c | 8 +-
drivers/spi/spi-sifive.c | 370 ++++++++++++++++++++++++++++++++++++++++++
11 files changed, 725 insertions(+), 384 deletions(-)
delete mode 100644 drivers/spi/mtk_qspi.c
create mode 100644 drivers/spi/mtk_snfi_spi.c
create mode 100644 drivers/spi/spi-sifive.c
next reply other threads:[~2019-07-25 13:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 13:25 Jagan Teki [this message]
2019-07-28 21:45 ` [U-Boot] Pull request v2: u-boot-spi/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2018-01-26 6:27 Jagan Teki
2018-01-26 18:22 ` Tom Rini
2016-12-15 16:05 Jagan Teki
2016-12-15 17:50 ` Tom Rini
2016-12-15 18:08 ` Jagan Teki
2016-12-16 19:21 ` Jagan Teki
2016-12-16 19:40 ` Tom Rini
2016-12-16 22:14 ` Jagan Teki
2016-12-17 3:17 ` Tom Rini
2016-12-17 3:18 ` 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=20190725132501.8401-1-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.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 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.