aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-03-12sf: Correct data types in stm_is_locked_sr()Marek Vasut1-3/+3
2016-02-26spi: Correct two error return valuesSimon Glass2-4/+2
2016-02-26sandbox: spi: Remove an incorrect free()Simon Glass1-1/+0
2016-02-26sandbox: spi: Add more debugging to SPI emulationSimon Glass1-3/+10
2016-02-23sf: spi_flash: use dma to copy data from mmap region if platform supportsMugunthan V N1-0/+9
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2-0/+1155
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu1-0/+7
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith1-3/+3
2016-02-12mtd: pxa3xx_nand: Correct offset calculationKevin Smith1-2/+2
2016-02-12mtd: pxa3xx_nand: Correct null dereferenceKevin Smith1-7/+0
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan1-9/+15
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-3/+3
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu1-1/+9
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu1-4/+32
2016-01-27atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu1-1/+1
2016-01-27atmel_nand: add '\n' in the end of error message for better displayJosh Wu1-2/+2
2016-01-27atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu1-37/+7
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-2/+2
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-24imx: nand: update GPMI NAND driver to support MX7Peng Fan1-2/+2
2016-01-21spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass1-6/+3
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-20/+2
2016-01-15dm: spi_flash: Allow the uclass to work without printf()Simon Glass1-1/+7
2016-01-13sf: Make IO modes at last in read modesJagan Teki2-3/+3
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki1-1/+1
2016-01-13sf: Write quad bit along with read statusJagan Teki1-2/+2
2016-01-13sf: Read back and check once macronix quad bit setJagan Teki1-6/+12
2016-01-13sf: Read back and check once spansion quad bit setJagan Teki1-6/+12
2016-01-13sf: Fix quad bit set for micron devicesJagan Teki2-2/+63
2016-01-13sf: Use BIT macroJagan Teki1-21/+21
2016-01-13sf: Minor cleanupJagan Teki1-6/+6
2016-01-13sf: Remove spi_flash_removeJagan Teki1-6/+1
2016-01-13sf: Rename bank_end to bar_end in read_barJagan Teki1-2/+2
2016-01-13sf: Rename spi_flash_set_* functionsJagan Teki1-6/+6
2016-01-13sf: Move spi_read_cmds_array locallyJagan Teki1-12/+8
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki2-3/+3
2016-01-13spi: Use mode instead of op_mode_txJagan Teki2-3/+3
2016-01-13sf: Get spi locally from spi_flashJagan Teki1-22/+29
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-2/+2
2016-01-07spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam1-2/+2
2016-01-04UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl1-1/+0
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou1-0/+9
2015-12-28altera_qspi: show erase progressThomas Chou1-0/+14
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou1-14/+25
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou1-0/+1
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou1-0/+1
2015-12-19altera_qspi: initialize instr.mtd in flash_eraseThomas Chou1-0/+1
2015-12-11sf: Rename sf_ops.c to spi-flash.cJagan Teki2-4/+5
2015-12-11sf: Use static for file-scope functionsJagan Teki1-5/+5
2015-12-11sf: sf_probe: Remove spi_slave pointer argumentJagan Teki3-9/+10