aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-11sf: ops: Fix missing break on spansion read_barJagan Teki1-0/+1
2015-12-11sf: Remove unneeded SST_BP and SST_WPJagan Teki1-5/+2
2015-12-11sf: Remove unneeded header includesJagan Teki2-5/+0
2015-12-11sf: Flash power up read-only based on idcode0Jagan Teki2-4/+4
2015-12-11sf: Use simple name for register access functionsJagan Teki1-26/+26
2015-12-11sf: Fix MakefileJagan Teki1-5/+1
2015-12-11sf: Use static for file-scope functionsJagan Teki2-23/+6
2015-12-11sf: probe: Code cleanupJagan Teki1-41/+39
2015-12-11sf: Move read_id code to sf_opsJagan Teki3-19/+20
2015-12-11sf: Move spi_flash_scan code to sf_opsJagan Teki3-342/+357
2015-12-11sf: spi_flash_validate_params => spi_flash_scanJagan Teki1-71/+76
2015-12-06Merge git://git.denx.de/u-boot-niosTom Rini1-2/+97
2015-12-06altera_qspi: fix erase and write error codeThomas Chou1-2/+2
2015-12-06altera_qspi: add lock unlock opsThomas Chou1-0/+95
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-11-19Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-121/+18
2015-11-19dm: sf: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+23
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-5/+12
2015-11-18altera_qspi: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18sf: Correct flash->flags for SST flashBin Meng1-4/+5
2015-11-18spi: sf_ops: Check the return value from spi_flash_cmd_read_status()Fabio Estevam1-2/+8
2015-11-18sf: Add lock ops for SST SPI NOR flashFabio Estevam3-3/+5