summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2016-05-27mtd: nand: am335x: spl: Fix copying of imageLokesh Vutla
2016-05-27spl: Support loading a FIT from SPILokesh Vutla
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-05-20drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.Purna Chandra Mandal
2016-05-18sf: Disable 4-KB erase command for SPANSION S25FS-S familyYuan Yao
2016-05-18spi: fsl_qspi: Enable Spansion S25FS-S family flashesYuan Yao
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-25sf: fix timebase data type in _wait_ready()Stephen Warren
2016-04-22mtd, ubi: set free_count to zero before walking through erase listHeiko Schocher
2016-04-13mtd: cfi: Unlock current sector instead of sector 0 before buffered writeRouven Behr
2016-04-12stm32: stm32_flash: add memory barrier during flash writeVikas Manocha
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal
2016-04-06kirkwood_nand: claim MPP pins on the flyChris Packham
2016-03-31mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore
2016-03-27cfi_flash: return device into read array mode after reading statusVasily Khoruzhick
2016-03-26stm32: stm32f4: move flash driver to mtd driver locationVikas Manocha
2016-03-23mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada
2016-03-12sf: Correct data types in stm_is_locked_sr()Marek Vasut
2016-02-26spi: Correct two error return valuesSimon Glass
2016-02-26sandbox: spi: Remove an incorrect free()Simon Glass
2016-02-26sandbox: spi: Add more debugging to SPI emulationSimon Glass
2016-02-23sf: spi_flash: use dma to copy data from mmap region if platform supportsMugunthan V N
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith
2016-02-12mtd: pxa3xx_nand: Correct offset calculationKevin Smith
2016-02-12mtd: pxa3xx_nand: Correct null dereferenceKevin Smith
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan
2016-02-06Use correct spelling of "U-Boot"Bin Meng
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-22spi: 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