aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-14mtd: nand: Export nand_reset() symbolBoris Brezillon1-0/+1
2017-10-11spi-nor: intel-spi: Fall back to use SW sequencer to eraseBin Meng1-1/+49
2017-10-11spi-nor: intel-spi: Rename swseq to swseq_reg in 'struct intel_spi'Bin Meng1-8/+8
2017-10-11spi-nor: intel-spi: Remove the unnecessary HSFSTS register RWBin Meng1-3/+2
2017-10-11spi-nor: intel-spi: Don't assume OPMENU0/1 to be programmed by BIOSBin Meng1-26/+65
2017-10-11spi-nor: intel-spi: Remove 'Atomic Cycle Sequence' in intel_spi_write()Bin Meng1-5/+0
2017-10-11spi-nor: intel-spi: Use SW sequencer for BYT/LPTBin Meng1-15/+15
2017-10-11spi-nor: intel-spi: Check transfer length in the HW/SW cycleBin Meng1-2/+10
2017-10-11spi-nor: intel-spi: Fix broken software sequencing codesBin Meng1-2/+2
2017-10-11spi-nor: intel-spi: Remove useless 'buf' parameter in the HW/SW cycleBin Meng1-8/+6
2017-10-11spi-nor: intel-spi: Fix number of protected range registers for BYT/LPTBin Meng1-5/+11
2017-10-10mtd: spi-nor: intel-spi: Add support for Intel Cedar Fork SPI serial flashMika Westerberg1-0/+1
2017-10-10mtd: spi-nor: intel-spi: Add support for Intel Lewisburg SPI serial flashMika Westerberg1-0/+1
2017-10-10mtd: spi-nor: add support for Gigadevice GD25LQ32Klaus Goger1-0/+5
2017-10-10mtd: spi-nor: add support for GD25Q256Andy Yan1-0/+8
2017-10-10mtd: spi-nor: add a quad_enable callback in struct flash_infoAndy Yan1-0/+11
2017-10-10mtd: spi-nor: Allow Cadence QSPI support for ARM64Thor Thayer1-1/+1
2017-10-10mtd: spi-nor: Add spi-nor mtd resume handlerKamal Dasu1-0/+14
2017-10-10mtd: spi-nor: add spi_nor_init() functionKamal Dasu1-18/+38
2017-10-10mtd: spi-nor: Kill check with no effectRichard Weinberger1-2/+1
2017-10-07mtd: nand: pxa3xx: enable NAND controller if the SoC needs itMiquel Raynal1-4/+37
2017-10-07mtd: nand: sh_flctl: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+3
2017-10-07mtd: nand: denali: fix setup_data_interface to meet tCCS delayMasahiro Yamada1-2/+8
2017-10-07mtd: nand: pxa3xx_nand: Update Kconfig informationGregory CLEMENT1-1/+4
2017-10-07mtd: nand: atmel: Avoid ECC errors when leaving backup modeRomain Izard3-8/+13
2017-10-07mtd: nand: qcom: support for command descriptor formationAbhishek Sahu1-16/+92
2017-10-07mtd: nand: qcom: add command elements in BAM transactionAbhishek Sahu1-1/+18
2017-10-07mtd: nand: gpio: Convert to use GPIO descriptorsLinus Walleij1-55/+57
2017-09-27mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud1-1/+1
2017-09-27mtd: Fix partition alignment check on multi-erasesize devicesBoris Brezillon1-0/+8
2017-09-22mtd: nand: denali: change the setup_dma choice into hookMasahiro Yamada2-10/+7
2017-09-22mtd: nand: denali: support direct addressing modeMasahiro Yamada2-41/+70
2017-09-22mtd: nand: denali: remove unneeded init of ECC_ENABLE registerMasahiro Yamada1-2/+0
2017-09-22mtd: nand: denali: use upper/lower_32_bits() macro for clean-upMasahiro Yamada1-2/+2
2017-09-22mtd: nand: denali: clean up commentsMasahiro Yamada4-66/+13
2017-09-22mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriateMasahiro Yamada1-11/+11
2017-09-22mtd: nand: denali: clean up macros with <linux/bitfield.h>Masahiro Yamada2-22/+16
2017-09-22mtd: nand: denali: slight clean up of denali_wait_for_irq()Masahiro Yamada1-1/+1
2017-09-22mtd: nand: denali: squash denali_enable_dma() helper into callerMasahiro Yamada1-9/+3
2017-09-22mtd: nand: denali: consolidate include directivesMasahiro Yamada4-6/+15
2017-09-22mtd: nand: denali: prefix detect_max_banks() with denali_Masahiro Yamada1-2/+2
2017-09-22mtd: nand: denali: squash setup_ecc_for_xfer() helper into callerMasahiro Yamada1-19/+3
2017-09-18mtd: nand: denali: support two row address cycle devicesMasahiro Yamada1-2/+2
2017-09-18mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada7-15/+11
2017-09-18mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONEMiquel Raynal1-1/+14
2017-09-18mtd: nand: remove unused blockmask variableCorentin Labbe1-2/+1
2017-09-18mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET1-1/+2
2017-09-18mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Cyrille Pitchen1-3/+33
2017-09-18mtd: spi-nor: Check consistency of the memory size extracted from the SFDPBoris Brezillon1-0/+9
2017-09-16Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-16/+16