summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-spiTom Rini2017-12-191-0/+1
|\
| * mtd/spi: fix block count for is25lq040bSean Nyekjaer2017-12-191-1/+1
| * mtd/spi: add support for is25lq040bSean Nyekjaer2017-11-211-0/+1
* | mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada2017-12-121-4/+3
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2017-12-0418-48/+22
|\ \
| * | mtd: nand: denali: consolidate include directivesMasahiro Yamada2017-12-041-3/+3
| * | mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada2017-12-041-2/+2
| * | mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-0416-16/+16
| * | mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada2017-12-041-26/+0
| * | mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada2017-12-041-1/+1
* | | Merge git://git.denx.de/u-boot-cfi-flashTom Rini2017-12-041-3/+9
|\ \ \ | |/ / |/| |
| * | mtd: cfi: Fix checking status register featureYork Sun2017-12-041-3/+9
* | | fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer2017-11-301-0/+2
|/ /
* | Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-11-292-2/+28
|\ \
| * | mtd: nand: zynq: Add support for the NAND lock/unlock operationJoe Hershberger2017-11-291-0/+12
| * | mtd: zynq: nand: Move board_nand_init() function to board.cWilson Lee2017-11-291-2/+4
| * | mtd: nand: zynq: Add a config option to use 1st stage bootloader timingJeff Westfahl2017-11-282-0/+12
| |/
* | mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada2017-11-295-1295/+1247
* | mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-4/+5
* | mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-11-291-0/+220
* | mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-11-291-9/+13
* | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-11-291-0/+8
* | mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon2017-11-291-4/+5
* | mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-11-292-22/+0
* | mtd: nand: Drop unused cached programming supportBoris Brezillon2017-11-292-31/+14
* | mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2017-11-291-0/+360
* | mtd: nand: Support controllers with custom pageMarc Gonzalez2017-11-291-3/+31
* | mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2017-11-291-1/+25
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-12/+36
* | mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-0/+155
* | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2017-11-291-0/+11
* | mtd: nand: convert ONFI mode into data interfaceSascha Hauer2017-11-291-206/+253
* | mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-3/+18
* | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+3
* | bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-2/+0
|/
* ubi: no NULL check needed before kmem_cache_destroyHeinrich Schuchardt2017-11-201-2/+1
* omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini2017-11-171-0/+1
* mtd: nand: fsl-ifc: fix support of multiple NAND devicesKurt Kanzenbach2017-11-141-9/+6
* SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXIAndre Przywara2017-10-251-0/+1
* mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada2017-10-236-59/+51
* Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to KconfigAdam Ford2017-10-201-1/+54
* Merge git://git.denx.de/u-boot-spiTom Rini2017-10-182-7/+65
|\
| * sf: bar: Clean BA24 Bank Address Register bit after read/write/erase operationLukasz Majewski2017-09-271-0/+33
| * SPL: SPI: sunxi: add SPL FIT image supportAndre Przywara2017-09-271-7/+32
* | Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-163-995/+0
* | mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* | mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* | mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-4/+4
* | Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini2017-09-261-6/+19
|\ \ | |/ |/|