| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG | Reto Schneider | 2021-02-26 | 1 | -10/+69 |
* | mtd: nand: spi: Only one dummy byte in QUADIO | Hauke Mehrtens | 2021-02-26 | 1 | -1/+1 |
* | mtd: spi-nor-ids: Add support of flash protection to w25q128 | Su Baocheng | 2021-02-26 | 1 | -1/+4 |
* | mtd: spi-nor-ids: Add Gigadevice GD25LQ64C | Alper Nebi Yasak | 2021-02-26 | 1 | -0/+5 |
* | mtd: rawnand: cortina_nand: missing initialization | Heinrich Schuchardt | 2021-02-24 | 1 | -1/+1 |
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused' | Tom Rini | 2021-02-15 | 11 | -0/+11 |
|\ |
|
| * | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 11 | -0/+11 |
* | | mtd: spi-nor: add unlock all config option | Michael Walle | 2021-02-08 | 2 | -4/+15 |
* | | nand: brcmnand: Don't use -EPROBE_DEFER | Simon Glass | 2021-02-03 | 1 | -4/+1 |
|/ |
|
* | mtd: remove drivers/mtd/mw_eeprom.c | Heinrich Schuchardt | 2021-01-18 | 2 | -239/+0 |
* | mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support | Kate Liu | 2021-01-18 | 4 | -0/+1696 |
* | mtd: misplaced log.h and dm/devres.h | Heinrich Schuchardt | 2021-01-16 | 1 | -2/+0 |
* | mtd: stm32_fmc2: migrate trace to dev and log macro | Patrick Delaunay | 2021-01-13 | 1 | -21/+19 |
* | Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-next | Tom Rini | 2021-01-06 | 1 | -6/+4 |
|\ |
|
| * | zynq: mtd: nand: remove superfluous if | Heinrich Schuchardt | 2021-01-05 | 1 | -6/+4 |
* | | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-next | Tom Rini | 2021-01-05 | 18 | -23/+23 |
|\ \ |
|
| * | | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS | Simon Glass | 2021-01-05 | 1 | -1/+1 |
| * | | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() | Simon Glass | 2021-01-05 | 15 | -17/+17 |
| * | | dm: core: Access device ofnode through functions | Simon Glass | 2021-01-05 | 2 | -2/+2 |
| * | | dm: core: Access device flags through functions | Simon Glass | 2021-01-05 | 1 | -1/+1 |
| * | | spi: Tweak a few strange SPI NOR features for of-platdata | Simon Glass | 2021-01-05 | 2 | -2/+2 |
| * | | spi: Tidy up get/set of device node | Simon Glass | 2021-01-05 | 1 | -1/+1 |
* | | | Merge tag 'v2021.01-rc5' into next | Tom Rini | 2021-01-05 | 3 | -18/+26 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mtd: spi-nor-ids: add Micron MT25QL01G flash | Hongwei Zhang | 2020-12-18 | 1 | -0/+1 |
| * | mtd: spinand: enable erasing of bad mtd blocks | Mikhail Kshevetskiy | 2020-12-18 | 1 | -1/+9 |
| * | mtd: spinand: Do not erase the block before writing a bad block marker | Frieder Schrempf | 2020-12-18 | 1 | -9/+0 |
| * | mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB | Frieder Schrempf | 2020-12-18 | 1 | -0/+1 |
| * | mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers | Frieder Schrempf | 2020-12-18 | 1 | -7/+7 |
| * | mtd: spi-nor-ids: Add SECT_4K to mx25l12805d | Robert Marko | 2020-12-18 | 1 | -1/+1 |
| * | mtd: spi-nor-ids: Add Winbond W25M512JW flash entry | Biju Das | 2020-12-18 | 1 | -0/+1 |
| * | mtd: spi-nor-ids: Add Winbond W25M512JV flash entry | Lad Prabhakar | 2020-12-18 | 1 | -0/+1 |
| * | mtd: spi-nor-ids: add Winbond W25Q32JW-IM flash | Michael Walle | 2020-12-02 | 1 | -0/+5 |
* | | dm: Avoid accessing seq directly | Simon Glass | 2020-12-18 | 1 | -2/+2 |
* | | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 2 | -12/+12 |
* | | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 3 | -6/+6 |
* | | dm: treewide: Rename dev_get_platdata() to dev_get_plat() | Simon Glass | 2020-12-13 | 2 | -11/+11 |
* | | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 3 | -5/+5 |
* | | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 24 | -26/+26 |
* | | dm: core: Rename device_bind_ofnode() to device_bind() | Simon Glass | 2020-12-13 | 1 | -1/+1 |
|/ |
|
* | mtd: OneNAND: Set MTD type | Pali Rohár | 2020-11-15 | 1 | -0/+1 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/29Oct2020 | Tom Rini | 2020-10-29 | 2 | -82/+101 |
|\ |
|
| * | mtd: nand: pxa3xx: enable NAND controller if the SoC needs it | Shmuel Hazan | 2020-10-29 | 2 | -10/+44 |
| * | mtd: pxa3xx_nand: remove dead code | Baruch Siach | 2020-10-29 | 1 | -9/+3 |
| * | mtd: pxa3xx_nand: port to use driver model | Shmuel Hazan | 2020-10-29 | 2 | -63/+54 |
* | | mtd: spi: Fix incorrect indentation | Michal Simek | 2020-10-27 | 1 | -1/+1 |
|/ |
|
* | mtd: mxs_nand: Fix not calling dev_xxx with a device | Sean Anderson | 2020-10-15 | 1 | -13/+15 |
* | mtd: nand: Add NAND controller driver for OcteonTX | Suneel Garapati | 2020-10-14 | 6 | -0/+2998 |
* | cfi_flash: Fix devicetree address determination | Andre Przywara | 2020-10-08 | 1 | -18/+6 |
* | mtd: cfi_mtd: Use DMA for reads | Vignesh Raghavendra | 2020-10-08 | 1 | -1/+3 |
* | Merge branch 'next' | Tom Rini | 2020-10-05 | 11 | -110/+128 |
|\ |
|