summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu
2016-01-27atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu
2016-01-27atmel_nand: add '\n' in the end of error message for better displayJosh Wu
2016-01-27atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-24imx: nand: update GPMI NAND driver to support MX7Peng Fan
2016-01-21spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-15dm: spi_flash: Allow the uclass to work without printf()Simon Glass
2016-01-13sf: Make IO modes at last in read modesJagan Teki
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki
2016-01-13sf: Write quad bit along with read statusJagan Teki
2016-01-13sf: Read back and check once macronix quad bit setJagan Teki
2016-01-13sf: Read back and check once spansion quad bit setJagan Teki
2016-01-13sf: Fix quad bit set for micron devicesJagan Teki
2016-01-13sf: Use BIT macroJagan Teki
2016-01-13sf: Minor cleanupJagan Teki
2016-01-13sf: Remove spi_flash_removeJagan Teki
2016-01-13sf: Rename bank_end to bar_end in read_barJagan Teki
2016-01-13sf: Rename spi_flash_set_* functionsJagan Teki
2016-01-13sf: Move spi_read_cmds_array locallyJagan Teki
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki
2016-01-13spi: Use mode instead of op_mode_txJagan Teki
2016-01-13sf: Get spi locally from spi_flashJagan Teki
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-01-07spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam
2016-01-04UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou
2015-12-28altera_qspi: show erase progressThomas Chou
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou
2015-12-19altera_qspi: initialize instr.mtd in flash_eraseThomas Chou
2015-12-11sf: Rename sf_ops.c to spi-flash.cJagan Teki
2015-12-11sf: Use static for file-scope functionsJagan Teki
2015-12-11sf: sf_probe: Remove spi_slave pointer argumentJagan Teki
2015-12-11sf: ops: Fix missing break on spansion read_barJagan Teki
2015-12-11sf: Remove unneeded SST_BP and SST_WPJagan Teki
2015-12-11sf: Remove unneeded header includesJagan Teki
2015-12-11sf: Flash power up read-only based on idcode0Jagan Teki
2015-12-11sf: Use simple name for register access functionsJagan Teki
2015-12-11sf: Fix MakefileJagan Teki
2015-12-11sf: Use static for file-scope functionsJagan Teki
2015-12-11sf: probe: Code cleanupJagan Teki
2015-12-11sf: Move read_id code to sf_opsJagan Teki
2015-12-11sf: Move spi_flash_scan code to sf_opsJagan Teki
2015-12-11sf: spi_flash_validate_params => spi_flash_scanJagan Teki
2015-12-06Merge git://git.denx.de/u-boot-niosTom Rini