aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2017-07-24Merge remote-tracking branch 'spi-nor/spi-nor/next'Stephen Rothwell
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero
2017-07-18mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesCyrille Pitchen
2017-07-13Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-07-07Merge tag 'nand/for-4.13' into MTDBrian Norris
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris
2017-07-07mtd: Fix check in mtd_unpoint()Boris Brezillon
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-03mtd: nand: mtk: release lock on error pathDan Carpenter
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen
2017-06-27mtd: spi-nor: cqspi: remove duplicate constArnd Bergmann
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-26mtd: spi-nor: Add support for Spansion S25FL064LHarry Chou
2017-06-26mtd: spi-nor: Add support for mx66u51235fAlexander Sverdlin
2017-06-25mtd: nand: mtk: add ->setup_data_interface() hookXiaolei Li
2017-06-25mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resumeXiaolei Li
2017-06-25mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resumeXiaolei Li
2017-06-25mtd: nand: mtk: disable ecc irq when writing page with hweccXiaolei Li
2017-06-25mtd: nand: mtk: fix incorrect register setting order about ecc irqXiaolei Li
2017-06-23mtd: partitions: fixup some allocate_partition() whitespaceBrian Norris
2017-06-23mtd: parsers: trx: fix pr_err format for printing offsetRafał Miłecki
2017-06-22mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki
2017-06-22mtd: partitions: add support for partition parsersRafał Miłecki
2017-06-22mtd: partitions: add support for subpartitionsRafał Miłecki
2017-06-22mtd: partitions: rename "master" to the "parent" where appropriateRafał Miłecki
2017-06-22mtd: partitions: remove sysfs files when deleting all master's partitionsRafał Miłecki
2017-06-22mtd: partitions: add helper for deleting partitionRafał Miłecki
2017-06-22mtd: spi-nor: aspeed: configure chip window on AHB busCédric Le Goater
2017-06-21mtd: spi-nor: aspeed: remove dummies from keep maskCédric Le Goater
2017-06-21mtd: spi-nor: add Dual and Quad read mode support to some flash devicesCédric Le Goater
2017-06-21mtd: spi-nor: Add support for Macronix mx66l1g45g spi flashCédric Le Goater
2017-06-20mtd: spi-nor: cqspi: make of_device_ids constArvind Yadav
2017-06-20spi-nor: Add Winbond w25m512jvBenjamin Herrenschmidt
2017-06-20mtd: partitions: factor out code calling parserBrian Norris
2017-06-20mtd: nand: ifc: Initialize SRAM for all version >= 1.0Prabhakar Kushwaha
2017-06-20mtd: nand: denali: avoid magic numbers and rename for clarificationMasahiro Yamada
2017-06-20mtd: nand: denali: enable bad block table scanMasahiro Yamada
2017-06-20mtd: nand: denali: use non-managed kmalloc() for DMA bufferMasahiro Yamada
2017-06-20mtd: nand: denali: skip driver internal bounce buffer when possibleMasahiro Yamada
2017-06-20mtd: nand: denali: support hardware-assisted erased page detectionMasahiro Yamada
2017-06-20mtd: nand: denali: fix raw and oob accessors for syndrome page layoutMasahiro Yamada
2017-06-20mtd: nand: denali: use flag instead of register macro for directionMasahiro Yamada
2017-06-20mtd: nand: denali: merge struct nand_buf into struct denali_nand_infoMasahiro Yamada
2017-06-20mtd: nand: denali: propagate page to helpers via function argumentMasahiro Yamada
2017-06-20mtd: nand: denali: use interrupt instead of polling for bank resetMasahiro Yamada
2017-06-20mtd: nand: denali: fix bank reset function to detect the number of chipsMasahiro Yamada
2017-06-20mtd: nand: denali: switch over to cmd_ctrl instead of cmdfuncMasahiro Yamada