Pull request: u-boot-spi/master
Jagan Teki
jagan at amarulasolutions.com
Fri Dec 18 18:54:02 CET 2020
Hi Tom,
Please pull this PR.
Travis-CI:
https://travis-ci.com/github/openedev/u-boot-amarula/builds/209599920
thanks,
Jagan.
The following changes since commit a4391365995a00f196373cddd35d99f74a9e62ff:
configs: Resync with savedefconfig (2020-12-16 10:58:24 -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 936a645609145363b9580adeda831ab3d9ac1d78:
mtd: spi-nor-ids: add Micron MT25QL01G flash (2020-12-18 16:19:33 +0530)
----------------------------------------------------------------
Biju Das (1):
mtd: spi-nor-ids: Add Winbond W25M512JW flash entry
Frieder Schrempf (3):
mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers
mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
mtd: spinand: Do not erase the block before writing a bad block marker
Hongwei Zhang (1):
mtd: spi-nor-ids: add Micron MT25QL01G flash
Jagan Teki (3):
cl-som-imx7: Switch to DM_SPI/DM_SPI_FLASH
cm_fx6: Switch to full DM-aware
dh_imx6: Switch to full DM-aware
Lad Prabhakar (1):
mtd: spi-nor-ids: Add Winbond W25M512JV flash entry
Mikhail Kshevetskiy (1):
mtd: spinand: enable erasing of bad mtd blocks
Patrick Delaunay (1):
spi: migrate trace to dev and log macro in spi uclass
Pengpeng Chen (1):
spi: ca_sflash: Add CAxxxx SPI Flash Controller
Robert Marko (1):
mtd: spi-nor-ids: Add SECT_4K to mx25l12805d
Sean Anderson (14):
doc: Fix typo in FIT documentation
spi: Fix typo in header
spi: dw: Fix driving MOSI low while recieving
spi: dw: Convert calls to debug to dev_*
spi: dw: Rename "cs-gpio" to "cs-gpios"
spi: dw: Use generic function to read reg address
spi: dw: Rename registers to match datasheet
spi: dw: Remove spi_enable_chip
spi: dw: Rearrange struct dw_spi_priv
spi: dw: Add SoC-specific compatible strings
spi: dw: Add support for multiple CTRLR0 layouts
spi: dw: Document devicetree binding
spi: dw: Add mem_ops
riscv: Add device tree bindings for SPI
MAINTAINERS | 2 +
arch/arc/dts/axs10x_mb.dtsi | 5 +-
arch/arc/dts/hsdk-common.dtsi | 5 +-
arch/arm/dts/socfpga.dtsi | 6 +-
arch/arm/dts/socfpga_agilex.dtsi | 6 +-
arch/arm/dts/socfpga_arria10.dtsi | 6 +-
arch/arm/dts/socfpga_stratix10.dtsi | 6 +-
arch/mips/dts/mscc,jr2.dtsi | 2 +-
arch/mips/dts/mscc,ocelot.dtsi | 2 +-
arch/riscv/dts/k210-maix-bit.dts | 46 +-
arch/riscv/dts/k210.dtsi | 15 +-
configs/cl-som-imx7_defconfig | 7 +-
configs/cm_fx6_defconfig | 3 +
configs/dh_imx6_defconfig | 3 +
doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt | 56 +++
doc/uImage.FIT/source_file_format.txt | 2 +-
drivers/mtd/nand/core.c | 10 +-
drivers/mtd/nand/spi/core.c | 24 +-
drivers/mtd/spi/spi-nor-ids.c | 5 +-
drivers/spi/Kconfig | 8 +
drivers/spi/Makefile | 1 +
drivers/spi/ca_sflash.c | 576 +++++++++++++++++++++++
drivers/spi/designware_spi.c | 405 ++++++++++++----
drivers/spi/spi-uclass.c | 51 +-
include/configs/cm_fx6.h | 7 -
include/configs/dh_imx6.h | 6 -
include/spi.h | 2 +-
27 files changed, 1094 insertions(+), 173 deletions(-)
create mode 100644 doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt
create mode 100644 drivers/spi/ca_sflash.c
More information about the U-Boot
mailing list