aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-08doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris1-0/+3
2015-12-03mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris1-2/+7
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris1-1/+1
2015-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris1-0/+1
2015-11-10Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-8/+35
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+1
2015-11-06UBI: Remove in vain semicolonRichard Weinberger1-1/+1
2015-11-06UBI: Fastmap: Fix PEB array typeEzequiel García1-1/+1
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds81-896/+2365
2015-11-06mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris1-1/+2
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown3-3/+0
2015-11-02mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON1-1/+1
2015-11-02mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON1-2/+2
2015-10-30mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris1-5/+5
2015-10-30mtd: ofpart: move ofpart partitions to a dedicated dt nodeMichal Suchanek1-17/+46
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel1-0/+10
2015-10-30mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris1-7/+31
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis3-3/+0
2015-10-26mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2-6/+14
2015-10-26mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu1-10/+10
2015-10-26mtd: warn when registering the same master many timesBrian Norris1-0/+9
2015-10-26mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris1-2/+9
2015-10-26mtd: tests: Replace timeval with ktime_tShraddha Barke2-10/+10
2015-10-26mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese1-16/+41
2015-10-26mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris1-11/+3
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith1-13/+20
2015-10-26mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter1-6/+16
2015-10-26mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart1-17/+8
2015-10-26mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart1-88/+35
2015-10-26mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart1-0/+122
2015-10-26mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart1-2/+2
2015-10-19mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-5/+5
2015-10-19mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-5/+5
2015-10-19mtd: maps: rbtx4939-flash: fix compile errorBrian Norris1-1/+1
2015-10-19mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang1-0/+21
2015-10-19mtd: pxa3xx_nand: switch to device PMBrian Norris1-7/+11
2015-10-19mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris1-17/+0
2015-10-19mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build errorFabio Estevam1-0/+1
2015-10-19mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TESTBrian Norris1-1/+2
2015-10-19mtd: fsl-quadspi: fix printk() format warning for size_tBrian Norris1-1/+1
2015-10-19mtd: spi-nor: add DUAL_READ for w25q{32,64}dwBrian Norris1-2/+2
2015-10-13mtd: spi-nor: disable protection for Winbond flash at startupBrian Norris1-3/+4
2015-10-13mtd: spi-nor: support lock/unlock/is_locked for WinbondBrian Norris1-2/+3
2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris1-1/+36
2015-10-13mtd: spi-nor: refactor block protection functionsBrian Norris1-45/+126
2015-10-13mtd: spi-nor: use SNOR_MFR_* instead of CFI_MFR_*Brian Norris1-12/+11
2015-10-13mtd: spi-nor: Add support for s25fl004kSean Nyekjaer1-0/+1
2015-10-13mtd: spi-nor: s25fl204k supports dual I/0Sean Nyekjaer1-1/+1