- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 40a35f5 nand: vf610_nfc: Do not abuse CONFIG namespace by Tom Rini · 3 years, 3 months ago
- 21e0f88 Merge tag 'u-boot-rockchip-20210812' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 3 years, 4 months ago
- b242db1 mtd: spi-nor-ids: Add XTX XT25F128B by Chris Morgan · 3 years, 4 months ago
- c78add4 mtd: kconfig: Fix CFI_FLASH dependency by Bin Meng · 3 years, 4 months ago
- 372deee mtd: spi-nor: Mask out fast read if not requested in DT by Bin Meng · 3 years, 4 months ago
- 00bc6d0 mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps() by Bin Meng · 3 years, 4 months ago
- 78b498c mtd: spi-nor-ids: Add support for XMC XM25QH64C by Reto Schneider · 3 years, 5 months ago
- 4f4f655 mtd: spi-nor-ids: Add support for Macronix MX25V8035F and MX25R1635F by Frieder Schrempf · 3 years, 6 months ago
- 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 712e52c mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · 3 years, 5 months ago
- 1cf551d mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · 3 years, 5 months ago
- 60cddaf mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte by Takahiro Kuwano · 3 years, 5 months ago
- 3e01b95 mtd: spi-nor-core: Read status by Read Any Register by Takahiro Kuwano · 3 years, 5 months ago
- d74d7fa mtd: spi-nor-core: Add the ->ready() hook by Takahiro Kuwano · 3 years, 5 months ago
- ee93e45 mtd: spi-nor-core: Add support for volatile QE bit by Takahiro Kuwano · 3 years, 5 months ago
- 902df1d mtd: spi-nor-core: Add support for Read/Write Any Register by Takahiro Kuwano · 3 years, 5 months ago
- a3814fd mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t by Takahiro Kuwano · 3 years, 5 months ago
- 9c35a61 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · 3 years, 5 months ago
- caee9a6 mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · 3 years, 5 months ago
- 1c2bc5e mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress by Takahiro Kuwano · 3 years, 5 months ago
- 7f99605 mtd: spi-nor-core: allow truncated erases by Pratyush Yadav · 3 years, 5 months ago
- 62e4b5c mtd: spi-nor-core: Perform a Soft Reset on boot by Pratyush Yadav · 3 years, 5 months ago
- 4610350 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · 3 years, 5 months ago
- 4e293e9 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · 3 years, 5 months ago
- 1e9df68 mtd: spi-nor-core: Do not make invalid quad enable fatal by Pratyush Yadav · 3 years, 5 months ago
- 12b8f8b mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · 3 years, 5 months ago
- 8e27ea8 mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode by Pratyush Yadav · 3 years, 5 months ago
- 8c49454 mtd: spi-nor-core: Parse xSPI Profile 1.0 table by Pratyush Yadav · 3 years, 5 months ago
- 6d5846b mtd: spi-nor-core: Get command opcode extension type from BFPT by Pratyush Yadav · 3 years, 5 months ago
- 6100561 mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D by Pratyush Yadav · 3 years, 5 months ago
- be389f6 mtd: spi-nor-core: Add support for DTR protocol by Pratyush Yadav · 3 years, 5 months ago
- d5baf16 mtd: spi-nor-core: Do not set data direction when there is no data by Pratyush Yadav · 3 years, 5 months ago
- 0b0a299 mtd: spi-nor-core: Rework hwcaps selection by Pratyush Yadav · 3 years, 5 months ago
- af27318 mtd: spi-nor-core: Introduce flash-specific fixup hooks by Pratyush Yadav · 3 years, 5 months ago
- 6103465 mtd: spi-nor-core: Move SFDP related declarations to top by Pratyush Yadav · 3 years, 5 months ago
- 28d20db mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · 3 years, 5 months ago
- 6ab0762 mtd: spi-nor-core: Fix address width on flash chips > 16MB by Pratyush Yadav · 3 years, 5 months ago
- f96299f mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · 3 years, 6 months ago
- db3ce1f mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · 3 years, 6 months ago
- 3246ae2 mtd: remove mtd_probe() function by Marek Behún · 3 years, 6 months ago
- d37eb23 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · 3 years, 6 months ago
- c1fcc14 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · 3 years, 6 months ago
- 544a8c9 mtd: add support for parsing partitions defined in OF by Marek Behún · 3 years, 6 months ago
- 4b017b9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · 3 years, 6 months ago
- c8c9528 mtd: spi-nor-ids: Add Macronix MX66UW2G345G by zhengxun · 3 years, 8 months ago
- 9e9021e mtd: nand: NFC drivers for RK3308, RK2928 and others by Yifeng Zhao · 3 years, 6 months ago
- 490d6dd Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 3 years, 5 months ago
- bd4d599 nand: atmel: Correct bitflips in erased pages by Kai Stuhlemmer (ebee Engineering) · 3 years, 6 months ago
- 4c0237c ARM: fix LTO for apf27 by Marek Behún · 3 years, 6 months ago
- 43dad6f mtd: cfi: Fix PPB lock status readout by Marek Vasut · 3 years, 8 months ago
- 7c05319 mtd: Update fail_addr when erase fails due to bad blocks by Farhan Ali · 3 years, 9 months ago
- a2c63f0 spl: fit: nand: allow for non-page-aligned elements by Tim Harvey · 3 years, 9 months ago
- cb99a77 cfi_flash: Fix detection of 8-bit bus flash devices via address shift by Jagannadha Sutradharudu Teki · 3 years, 9 months ago
- a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
- 61d0464 sf: Support querying write-protect by Simon Glass · 3 years, 9 months ago
- 6acba5a mtd: spi_flash_free() by Heinrich Schuchardt · 3 years, 9 months ago
- fce4f4d mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages by Maxim Kochetkov · 3 years, 9 months ago
- 6130255 mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write() by Patrice Chotard · 3 years, 10 months ago
- f229666 mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase() by Patrice Chotard · 3 years, 10 months ago
- d96645d mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks by Patrice Chotard · 3 years, 10 months ago
- b97bb61 mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG by Reto Schneider · 3 years, 10 months ago
- 3d431b9 mtd: nand: spi: Only one dummy byte in QUADIO by Hauke Mehrtens · 3 years, 10 months ago
- f453a1c mtd: spi-nor-ids: Add support of flash protection to w25q128 by Su Baocheng · 3 years, 10 months ago
- 43a51bf mtd: spi-nor-ids: Add Gigadevice GD25LQ64C by Alper Nebi Yasak · 4 years, 1 month ago
- 83b42fa mtd: rawnand: cortina_nand: missing initialization by Heinrich Schuchardt · 3 years, 9 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
- f4ab02e mtd: spi-nor: add unlock all config option by Michael Walle · 4 years ago
- 7ca47bc nand: brcmnand: Don't use -EPROBE_DEFER by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 3c68068 mtd: remove drivers/mtd/mw_eeprom.c by Heinrich Schuchardt · 4 years ago
- 41ccd2e mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support by Kate Liu · 4 years ago
- 5e24b9e mtd: misplaced log.h and dm/devres.h by Heinrich Schuchardt · 3 years, 11 months ago
- b18ccfa mtd: stm32_fmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
- bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
- 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- b33cd25 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 4 years ago
- 1b349e3 spi: Tidy up get/set of device node by Simon Glass · 4 years ago
- 20272f3 zynq: mtd: nand: remove superfluous if by Heinrich Schuchardt · 4 years ago
- 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- eaca92c mtd: spi-nor-ids: add Micron MT25QL01G flash by Hongwei Zhang · 4 years ago
- 9ad2543 mtd: spinand: enable erasing of bad mtd blocks by Mikhail Kshevetskiy · 4 years, 5 months ago
- e4a87a6 mtd: spinand: Do not erase the block before writing a bad block marker by Frieder Schrempf · 4 years, 5 months ago
- cbcbe39 mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB by Frieder Schrempf · 4 years, 5 months ago
- b383d57 mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers by Frieder Schrempf · 4 years, 5 months ago
- 94311d1 mtd: spi-nor-ids: Add SECT_4K to mx25l12805d by Robert Marko · 4 years, 1 month ago
- d0b8df3 mtd: spi-nor-ids: Add Winbond W25M512JW flash entry by Biju Das · 4 years, 2 months ago
- 80f89de mtd: spi-nor-ids: Add Winbond W25M512JV flash entry by Lad Prabhakar · 4 years, 2 months ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago