summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-11-195-121/+18
|\
| * sf: Correct flash->flags for SST flashBin Meng2015-11-181-4/+5
| * spi: sf_ops: Check the return value from spi_flash_cmd_read_status()Fabio Estevam2015-11-181-2/+8
| * sf: Add lock ops for SST SPI NOR flashFabio Estevam2015-11-183-3/+5
| * sf: Remove eeprom_m95xxx test driverJagan Teki2015-11-182-112/+0
* | dm: sf: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-11-191-0/+23
* | spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-5/+12
* | altera_qspi: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
|/
* sf: Fix NULL pointer exception for flashes without lock methodsBin Meng2015-11-131-6/+12
* mtd: uboot: Add meaningful error messageMaxime Ripard2015-11-121-1/+1
* mtd: add altera quadspi driverThomas Chou2015-11-123-0/+283
* cfi_flash: convert to driver modelThomas Chou2015-11-122-0/+89
* dm: implement a MTD uclassThomas Chou2015-11-123-0/+34
* sf: Add SPI NOR protection mechanismFabio Estevam2015-11-053-2/+34
* sf: Add SPI protection mechanism from the kernelFabio Estevam2015-11-052-0/+173
* compat: Remove is_power_of_2() definitionFabio Estevam2015-11-052-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-10-284-100/+115
|\
| * sf: Add FSR support to spi_flash_cmd_wait_readyJagan Teki2015-10-253-9/+60
| * sf: Update status reg check in spi_flash_cmd_wait_readyJagan Teki2015-10-251-58/+13
| * sf: Make flash->flags use for generic usageJagan Teki2015-10-252-5/+9
| * sf: Optimize BAR write codeJagan Teki2015-10-251-28/+13
| * sf: Add spi_flash_read_barJagan Teki2015-10-251-19/+34
| * sf: Return bank_sel, if flash->bank_curr == bank_selJagan Teki2015-10-251-1/+1
| * sf: params: Add IS25LP128 part supportJagan Teki2015-10-251-0/+1
| * sf: params: Add IS25LP064 part supportJagan Teki2015-10-251-0/+1
| * sf: params: Add IS25LP032 part supportJagan Teki2015-10-251-0/+3
* | Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini2015-10-271-41/+41
|\ \
| * | cfi_flash: use specific width types for cwordRyan Harkin2015-10-271-41/+41
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-10-272-2/+2
|\ \
| * | dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-232-2/+2
| |/
* | UBI: Fastmap: Fix PEB array typeHeiko Schocher2015-10-261-2/+2
* | ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-2617-1347/+1860
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-10-151-109/+138
|\
| * mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner2015-10-151-109/+138
* | nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel García2015-10-111-3/+3
* | mtd: sf: Add support AT26DF081A chipYao Yuan2015-10-111-0/+1
* | sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede2015-09-291-6/+20
|/
* mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan2015-09-201-1/+8
* mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese2015-09-151-6/+15
* bitops: introduce BIT() definitionHeiko Schocher2015-09-111-1/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+1
* mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-09-111-0/+40
* arm: Remove nhk8815 boards and nomadik archSimon Glass2015-09-112-207/+0
* sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese2015-09-101-0/+1
* mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede2015-08-311-0/+9
* sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-311-3/+8
* sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-312-10/+6
* sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2015-08-312-10/+10
OpenPOWER on IntegriCloud