summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1
* mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris2015-11-161-0/+1
* Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-11-106-8/+35
|\
| * UBI: Remove in vain semicolonRichard Weinberger2015-11-061-1/+1
| * UBI: Fastmap: Fix PEB array typeEzequiel García2015-11-061-1/+1
| * ubi: fastmap: Implement produce_free_peb()Richard Weinberger2015-10-031-0/+29
| * UBI: drop null test before destroy functionsJulia Lawall2015-10-031-3/+1
| * UBI: Update comments to reflect UBI_METAONLY flagAndrew Murray2015-10-031-2/+2
| * UBI: Fix debug messageRichard Weinberger2015-10-031-1/+1
| * UBI: Fix typo in commentRichard Weinberger2015-10-031-1/+1
| * UBI: Fastmap: Simplify expressionRichard Weinberger2015-10-031-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+1
|\ \
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+2
|\ \ \
| * | | UBI: Update comments to reflect UBI_METAONLY flagAndrew Murray2015-09-291-2/+2
* | | | Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-0681-896/+2365
|\ \ \ \ | |_|/ / |/| | |
| * | | mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris2015-11-061-1/+2
| * | | mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON2015-11-021-1/+1
| * | | mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON2015-11-021-2/+2
| * | | mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris2015-10-301-5/+5
| * | | mtd: ofpart: move ofpart partitions to a dedicated dt nodeMichal Suchanek2015-10-301-17/+46
| * | | mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel2015-10-301-0/+10
| * | | mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris2015-10-301-7/+31
| * | | mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2015-10-262-6/+14
| * | | mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu2015-10-261-10/+10
| * | | mtd: warn when registering the same master many timesBrian Norris2015-10-261-0/+9
| * | | mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris2015-10-261-2/+9
| * | | mtd: tests: Replace timeval with ktime_tShraddha Barke2015-10-262-10/+10
| * | | mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-10-261-16/+41
| * | | mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris2015-10-261-11/+3
| * | | mtd: nand: increase ready wait timeout and report timeoutsAlex Smith2015-10-261-13/+20
| * | | mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter2015-10-261-6/+16
| * | | mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart2015-10-261-17/+8
| * | | mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart2015-10-261-88/+35
| * | | mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart2015-10-261-0/+122
| * | | mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart2015-10-261-2/+2
| * | | mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-191-5/+5
| * | | mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-191-5/+5
| * | | mtd: maps: rbtx4939-flash: fix compile errorBrian Norris2015-10-191-1/+1
| * | | mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang2015-10-191-0/+21
| * | | mtd: pxa3xx_nand: switch to device PMBrian Norris2015-10-191-7/+11
| * | | mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris2015-10-191-17/+0
| * | | mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build errorFabio Estevam2015-10-191-0/+1
| * | | mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TESTBrian Norris2015-10-191-1/+2
| * | | mtd: fsl-quadspi: fix printk() format warning for size_tBrian Norris2015-10-191-1/+1
| * | | mtd: spi-nor: add DUAL_READ for w25q{32,64}dwBrian Norris2015-10-191-2/+2
| * | | mtd: spi-nor: disable protection for Winbond flash at startupBrian Norris2015-10-131-3/+4
| * | | mtd: spi-nor: support lock/unlock/is_locked for WinbondBrian Norris2015-10-131-2/+3
| * | | mtd: spi-nor: add mtd_is_locked() supportBrian Norris2015-10-131-1/+36
| * | | mtd: spi-nor: refactor block protection functionsBrian Norris2015-10-131-45/+126