| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: mtdcore: Drop unused mtd_table | Tom Rini | 2019-12-03 | 1 | -2/+0 |
* | common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-imports | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move command functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move interrupt functions into a new header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 6 | -0/+6 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 7 | -0/+7 |
* | nand: mxs_nand: add API for switching different BCH layouts | Igor Opaniuk | 2019-11-03 | 1 | -0/+116 |
* | Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...WIP/30Oct2019 | Tom Rini | 2019-10-30 | 2 | -34/+0 |
|\ |
|
| * | drivers: clk: Add a managed API to get clocks from the device-tree | Jean-Jacques Hiblot | 2019-10-22 | 2 | -34/+0 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi | Tom Rini | 2019-10-30 | 6 | -18/+33 |
|\ \ |
|
| * | | spi-nor-ids: Add support for Adesto AT25SL321 | Fabio Estevam | 2019-10-25 | 1 | -0/+1 |
| * | | mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD | Frieder Schrempf | 2019-10-25 | 3 | -5/+5 |
| * | | spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry | Vignesh Raghavendra | 2019-10-25 | 1 | -5/+6 |
| * | | spi-nor: spi-nor-ids: Add entries for mt25q variants | Vignesh Raghavendra | 2019-10-25 | 1 | -0/+3 |
| * | | spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256* | Vignesh Raghavendra | 2019-10-25 | 1 | -4/+4 |
| * | | mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S... | Vignesh Raghavendra | 2019-10-25 | 2 | -2/+2 |
| * | | mtd: spi-nor-core: Use dev_err for reporting erase/write failures | Vignesh Raghavendra | 2019-10-25 | 1 | -3/+3 |
| * | | mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig | Frieder Schrempf | 2019-10-25 | 1 | -0/+8 |
| * | | mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH | Jagan Teki | 2019-10-25 | 1 | -0/+1 |
| * | | mtd: spi-nor: ids: Add is25wp256 chip | Jagan Teki | 2019-10-25 | 1 | -0/+2 |
| * | | mtd: spi: Kconfig: Update CONFIG_SPI_FLASH | Jagan Teki | 2019-10-25 | 1 | -3/+2 |
* | | | drivers: nand: brcmnand: fix nand_chip ecc layout structure | William Zhang | 2019-10-25 | 1 | -156/+104 |
* | | | nand: brcm: add BCM6368 support | Álvaro Fernández Rojas | 2019-10-25 | 3 | -0/+124 |
|/ / |
|
* | | mtd: Add TI HyperBus Memory Controller driver | Vignesh Raghavendra | 2019-10-24 | 3 | -0/+113 |
* | | mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined | Vignesh Raghavendra | 2019-10-24 | 1 | -2/+4 |
|/ |
|
* | ubi: Print skip_check in ubi_dump_vol_info() | Stefan Roese | 2019-10-16 | 1 | -0/+1 |
* | ubi: provide a way to skip CRC checks | Quentin Schulz | 2019-10-16 | 5 | -1/+26 |
* | spl: Allow tiny printf() to be controlled in SPL and TPL | Simon Glass | 2019-10-08 | 1 | -1/+1 |
* | mtd: spi-nor: enable protection ops for SST26 flash series | Eugeniy Paltsev | 2019-09-16 | 1 | -4/+4 |
* | mtd: spi-nor: add missing SST26* flash IC protection ops | Eugeniy Paltsev | 2019-09-16 | 2 | -0/+182 |
* | mtd: spi: Drop sf.c | Jagan Teki | 2019-09-16 | 3 | -72/+1 |
* | mtd: spi_dataflash: Use spi read then write | Jagan Teki | 2019-09-16 | 1 | -9/+13 |
* | mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig | Stefan Roese | 2019-08-25 | 1 | -0/+5 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Drop environment.h header file where not needed | Simon Glass | 2019-08-11 | 1 | -1/+0 |
* | env: Move env_get_f() to env.h | Simon Glass | 2019-08-11 | 2 | -0/+2 |
* | nand: davinci: avoid out of bounds array access | Heinrich Schuchardt | 2019-07-31 | 1 | -2/+2 |
* | nand: davinci: add support for driver model | Bartosz Golaszewski | 2019-07-29 | 1 | -1/+45 |
* | nand: davinci: make davinci_nand_init() static | Bartosz Golaszewski | 2019-07-29 | 1 | -1/+1 |
* | Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-07-27 | 4 | -76/+3 |
|\ |
|
| * | i.MX6: nand: add nandbcb command for imx | Shyam Saini | 2019-07-19 | 4 | -76/+3 |
* | | mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID | Ashish Kumar | 2019-07-22 | 1 | -0/+2 |
* | | mtd: spi: Add flash property for Micron mt25qu512a | Ashish Kumar | 2019-07-18 | 1 | -0/+2 |
|/ |
|
* | mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option | Patrick Delaunay | 2019-07-12 | 1 | -62/+31 |
* | ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG | Markus Klotzbuecher | 2019-07-09 | 1 | -1/+1 |
* | ubispl: add support for loading volumes by name | Hamish Guthrie | 2019-07-09 | 2 | -2/+220 |
* | ubi: fix UBI_SILENCE_MSG | Markus Klotzbuecher | 2019-07-09 | 2 | -1/+3 |
* | mtd: Fix get_mtdparts() | Patrice Chotard | 2019-06-06 | 1 | -4/+1 |
* | mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig | Mario Six | 2019-05-21 | 1 | -0/+4 |