From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: Pull request: u-boot-spi/master
Date: Mon, 27 Jan 2020 23:18:18 +0530 [thread overview]
Message-ID: <20200127174818.19981-1-jagan@amarulasolutions.com> (raw)
Hi Tom,
Please pull this PR.
Summary:
- spi cs accessing slaves (Bin Meng)
- spi prevent overriding established bus (Marcin Wojtas)
- support speed in spi command (Marek Vasut)
- add W25N01GV spinand (Robert Marko)
- move cadence_qspi to use spi-mem (Vignesh Raghavendra)
- add octal mode (Vignesh Raghavendra)
thanks,
Jagan.
The following changes since commit 051e03c0d76b7ce9d4649f76f5be979d8f88e765:
Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2020-01-27 07:19:26 -0500)
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 daa9405d7c4bdbabe257b03d268277f249bb3297:
spi: cadence-qspi: Add compatible for TI AM654 (2020-01-27 22:27:22 +0530)
----------------------------------------------------------------
Bin Meng (2):
dm: spi: Check cs number before accessing slaves
test: dm: spi: Fix sandbox dm_test_spi_find()
Marcin Wojtas (1):
spi: prevent overriding established bus settings
Marek Vasut (1):
cmd: spi: Permit setting bus frequency
Michael Walle (1):
spi: nxp_fspi: new driver for the FlexSPI controller
Robert Marko (1):
mtd: spinand: winbond: Add support for W25N01GV
Vignesh Raghavendra (6):
spi: ti_qspi: Add support for CS other than CS0
spi: cadence_qspi: Move to spi-mem framework
spi: cadence-qspi: Add direct mode support
mtd: spi-nor-core: Add octal mode support
spi: cadence-qspi: Add support for Cadence Octal SPI controller
spi: cadence-qspi: Add compatible for TI AM654
cmd/spi.c | 14 +-
drivers/mtd/nand/spi/winbond.c | 8 +
drivers/mtd/spi/sf_internal.h | 3 +-
drivers/mtd/spi/spi-nor-core.c | 20 +-
drivers/spi/Kconfig | 7 +
drivers/spi/Makefile | 1 +
drivers/spi/cadence_qspi.c | 150 +++----
drivers/spi/cadence_qspi.h | 24 +-
drivers/spi/cadence_qspi_apb.c | 189 ++++----
drivers/spi/nxp_fspi.c | 996 +++++++++++++++++++++++++++++++++++++++++
drivers/spi/spi-mem.c | 6 +
drivers/spi/spi-uclass.c | 71 +--
drivers/spi/ti_qspi.c | 21 +-
include/linux/mtd/spi-nor.h | 8 +
include/spi.h | 5 +-
test/dm/spi.c | 6 +-
16 files changed, 1290 insertions(+), 239 deletions(-)
create mode 100644 drivers/spi/nxp_fspi.c
next reply other threads:[~2020-01-27 17:48 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-27 17:48 Jagan Teki [this message]
2020-01-28 16:04 ` 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-10-23 13:35 Jagan Teki
2021-10-23 20:10 ` 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
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=20200127174818.19981-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox