aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mtd: nand: jz4780: fixup, device structure assigned at probeJorge Ramirez-Ortiz1-1/+0
2016-04-19mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCsBoris Brezillon1-17/+20
2016-04-19mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki1-0/+2
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki1-1/+5
2016-04-19Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/nextBoris Brezillon2-28/+20
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-15Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtdLinus Torvalds1-9/+1
2016-04-15mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros1-11/+18
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros1-20/+114
2016-04-15mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros1-8/+18
2016-04-15mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros1-6/+4
2016-04-15mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros1-1/+8
2016-04-13mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia1-0/+7
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia1-28/+1
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-0/+12
2016-04-12mtd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-05mtd: devices: m25p80: add support for mmap read requestVignesh R1-0/+22
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-6/+6
2016-04-04mtd: physmap_of: add a hook for Versatile write protectionLinus Walleij5-0/+286
2016-04-04mtd: pxa2xx-flash: switch back from memremap to ioremap_cachedArd Biesheuvel1-3/+3
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris2-6/+26
2016-04-03mtd: avoid stack overflow in MTD CFI codeArnd Bergmann1-0/+1
2016-04-02mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García1-9/+1
2016-03-27mtd: switch ubi_open_volume_path() to vfs_stat()Al Viro1-11/+8
2016-03-27mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro1-8/+5
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds40-518/+3346
2016-03-20mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2-6/+59
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-03-11Merge tag 'for-linus-20160311' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2016-03-11mtd: nand: remove kerneldoc for removed function parameterBrian Norris1-1/+0
2016-03-10mtd: nand: Qualcomm NAND controller driverArchit Taneja3-0/+2231
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja4-25/+22
2016-03-07mtd: spi-nor: support lock/unlock for a few Winbond chipsBrian Norris1-3/+15
2016-03-07mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris1-7/+63
2016-03-07mtd: spi-nor: add SPI_NOR_HAS_LOCK flagBrian Norris1-2/+5
2016-03-07mtd: spi-nor: use BIT() for flash_info flagsBrian Norris1-8/+8
2016-03-07mtd: spi-nor: disallow further writes to SR if WP# is lowBrian Norris1-0/+7
2016-03-07mtd: spi-nor: make lock/unlock bounds checks more obvious and robustBrian Norris1-18/+50
2016-03-07mtd: spi-nor: silently drop lock/unlock for already locked/unlocked regionBrian Norris1-2/+10
2016-03-07mtd: spi-nor: wait for SR_WIP to clear on initial unlockBrian Norris1-0/+1
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON3-30/+31
2016-03-07mtd: mtdswap: remove useless if (!mtd->ecclayout) testBoris BREZILLON1-8/+0
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON3-32/+8
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON8-59/+51
2016-03-07mtd: nand: check status before reporting timeoutBrian Norris1-2/+2
2016-03-07mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'Brian Norris1-4/+4
2016-03-07mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein1-1/+4
2016-03-07mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris1-10/+0
2016-03-07mtd: spi-nor: fsl-quadspi: add support for layerscapeYao Yuan1-1/+1
2016-03-07mtd: spi-nor: fsl-quadspi: add support for ls1021aYao Yuan2-1/+11