summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada2016-03-241-3/+3
* sf: Correct data types in stm_is_locked_sr()Marek Vasut2016-03-121-3/+3
* spi: Correct two error return valuesSimon Glass2016-02-262-4/+2
* sandbox: spi: Remove an incorrect free()Simon Glass2016-02-261-1/+0
* sandbox: spi: Add more debugging to SPI emulationSimon Glass2016-02-261-3/+10
* sf: spi_flash: use dma to copy data from mmap region if platform supportsMugunthan V N2016-02-231-0/+9
* arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2016-02-122-0/+1155
* zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu2016-02-121-0/+7
* mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith2016-02-121-3/+3
* mtd: pxa3xx_nand: Correct offset calculationKevin Smith2016-02-121-2/+2
* mtd: pxa3xx_nand: Correct null dereferenceKevin Smith2016-02-121-7/+0
* nand: mxs: fix error handling for mxs_nand_initPeng Fan2016-02-121-9/+15
* Use correct spelling of "U-Boot"Bin Meng2016-02-063-3/+3
* atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu2016-02-021-1/+9
* atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu2016-02-021-4/+32
* atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu2016-01-271-1/+1
* atmel_nand: add '\n' in the end of error message for better displayJosh Wu2016-01-271-2/+2
* atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu2016-01-271-37/+7
* Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2016-01-251-2/+2
|\
| * imx: nand: update GPMI NAND driver to support MX7Peng Fan2016-01-241-2/+2
* | bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
|/
* spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass2016-01-211-6/+3
* Add more SPDX-License-Identifier tagsTom Rini2016-01-192-20/+2
* dm: spi_flash: Allow the uclass to work without printf()Simon Glass2016-01-151-1/+7
* sf: Make IO modes at last in read modesJagan Teki2016-01-132-3/+3
* spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-131-1/+1
* sf: Write quad bit along with read statusJagan Teki2016-01-131-2/+2
* sf: Read back and check once macronix quad bit setJagan Teki2016-01-131-6/+12
* sf: Read back and check once spansion quad bit setJagan Teki2016-01-131-6/+12
* sf: Fix quad bit set for micron devicesJagan Teki2016-01-132-2/+63
* sf: Use BIT macroJagan Teki2016-01-131-21/+21
* sf: Minor cleanupJagan Teki2016-01-131-6/+6
* sf: Remove spi_flash_removeJagan Teki2016-01-131-6/+1
* sf: Rename bank_end to bar_end in read_barJagan Teki2016-01-131-2/+2
* sf: Rename spi_flash_set_* functionsJagan Teki2016-01-131-6/+6
* sf: Move spi_read_cmds_array locallyJagan Teki2016-01-131-12/+8
* spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki2016-01-132-3/+3
* spi: Use mode instead of op_mode_txJagan Teki2016-01-132-3/+3
* sf: Get spi locally from spi_flashJagan Teki2016-01-131-22/+29
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-01-071-2/+2
|\
| * spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam2016-01-071-2/+2
* | UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl2016-01-041-1/+0
* | altera_qspi: allow ctrl-c to abort the erase opsThomas Chou2015-12-281-0/+9
* | altera_qspi: show erase progressThomas Chou2015-12-281-0/+14
* | altera_qspi: skip erase if the sector is blankThomas Chou2015-12-281-14/+25
* | altera_qspi: set fail_addr for erase opsThomas Chou2015-12-281-0/+1
* | altera_qspi: call callback even if the erase failedThomas Chou2015-12-281-0/+1
|/
* altera_qspi: initialize instr.mtd in flash_eraseThomas Chou2015-12-191-0/+1
* sf: Rename sf_ops.c to spi-flash.cJagan Teki2015-12-112-4/+5
* sf: Use static for file-scope functionsJagan Teki2015-12-111-5/+5
OpenPOWER on IntegriCloud