summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2014-11-191-0/+1
|\
| * mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher2014-11-191-0/+1
* | mtd: Handle 29LV800BTDirk Eibach2014-11-191-0/+51
|/
* mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu2014-11-172-1/+78
* spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher2014-11-171-3/+3
* spl, nand, atmel_nand: add erase one block functionHeiko Schocher2014-11-171-0/+33
* mtd: atmel_nand: add missing includeHeiko Schocher2014-11-171-0/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-051-2/+7
|\
| * mtd: nand: mxs: Add ECC geometry for 2048b/112b NANDMarek Vasut2014-10-301-2/+7
* | omap_gpmc: fix warnigs with W=1Jeroen Hofstee2014-10-251-18/+18
* | cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee2014-10-251-34/+16
* | arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-231-1/+1
* | dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-221-47/+291
* | dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2014-10-221-2/+64
* | dm: sf: Add a uclass for SPI flashSimon Glass2014-10-222-1/+69
* | spi: Use error return value in sf_opsSimon Glass2014-10-221-33/+57
* | sf: Tidy up public and private header filesSimon Glass2014-10-223-7/+62
* | dm: Add spi.h header to a few filesSimon Glass2014-10-221-0/+1
|/
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-10-112-3/+11
|\
| * mtd: denali: support NAND_CMD_RNDOUT commandMasahiro Yamada2014-10-091-0/+7
| * mtd: denali: fix NAND_CMD_PARAM commandMasahiro Yamada2014-10-091-2/+3
| * Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-10-074-0/+275
| |\
| * | cfi_flash: don't hide write/erase errorsBaruch Siach2014-10-061-1/+1
* | | Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2014-10-082-0/+725
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-09-2223-32/+18
| |\ \
| * | | mtd: nand: add Freescale vf610_nfc driverStefan Agner2014-09-162-0/+725
* | | | mtd: denali: add Denali NAND driver for SPLMasahiro Yamada2014-10-053-0/+242
* | | | mtd: denali: add Denali controller configs to KconfigMasahiro Yamada2014-10-052-0/+33
| |_|/ |/| |
* | | Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini2014-09-261-76/+38
|\ \ \
| * | | sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass2014-09-261-76/+38
* | | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-09-262-15/+14
|\ \ \ \ | |/ / / |/| | |
| * | | driver/mtd: Use generic timer API for FSL IFC, eLBCPrabhakar Kushwaha2014-09-252-15/+14
* | | | nand/denali: Adding Denali NAND driver supportChin Liang See2014-09-253-0/+1673
* | | | mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese2014-09-251-3/+1
* | | | mtd: nand: am335x: Fix 'bit-flip' errors in SPLRostislav Lisovy2014-09-251-4/+8
* | | | kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* | | | sf: Add M25PX64 SPI NOR flash IDStefan Roese2014-09-241-0/+1
* | | | spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov2014-09-241-2/+4
* | | | mtd: spi: add support for M25PE16 and M25PX16Nikita Kiryanov2014-09-241-0/+2
|/ / /
* | | sf: Add an empty entry to the parameter listSimon Glass2014-09-231-0/+1
| |/ |/|
* | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCBoris BREZILLON2014-09-191-0/+1
* | mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh2014-09-192-10/+14
* | mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com2014-09-161-2/+2
* | mtd: nand: davinci_nand: update write_page function for keystone RBLKhoronzhuk, Ivan2014-09-161-0/+1
* | kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-1620-20/+0
|/
* mtd: nand: omap_gpmc: Fix 'bit-flip' errorsRostislav Lisovy2014-09-041-2/+2
* mtd: nand: omap_gpmc: Enable multiple NAND flash devicesRostislav Lisovy2014-09-041-22/+20
* mtd: nand: davinci_nand: correct keystone RBL layout definitionKhoronzhuk, Ivan2014-09-041-1/+1
* arm/kirkwood/nand: allow forced disabling for subpage writesHolger Brunck2014-08-301-0/+3
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-292-0/+34
|\
OpenPOWER on IntegriCloud