Age | Commit message (Expand) | Author | Files | Lines |
2016-04-16 | Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -9/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2 | -6/+6 |
2016-04-03 | mtd: nand: Drop mtd.owner requirement in nand_scan | Ezequiel García | 1 | -9/+1 |
2016-03-25 | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd | Linus Torvalds | 40 | -519/+3347 |
2016-03-20 | mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err | Joe Perches | 2 | -6/+59 |
2016-03-18 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2016-03-12 | Merge tag 'for-linus-20160311' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+1 |
2016-03-11 | mtd: nand: remove kerneldoc for removed function parameter | Brian Norris | 1 | -1/+0 |
2016-03-10 | mtd: nand: Qualcomm NAND controller driver | Archit Taneja | 3 | -0/+2231 |
2016-03-10 | mtd: nand: don't select chip in nand_chip's block_bad op | Archit Taneja | 4 | -25/+22 |
2016-03-08 | mtd: spi-nor: support lock/unlock for a few Winbond chips | Brian Norris | 1 | -3/+15 |
2016-03-08 | mtd: spi-nor: add TB (Top/Bottom) protect support | Brian Norris | 1 | -7/+63 |
2016-03-08 | mtd: spi-nor: add SPI_NOR_HAS_LOCK flag | Brian Norris | 1 | -2/+5 |
2016-03-08 | mtd: spi-nor: use BIT() for flash_info flags | Brian Norris | 1 | -8/+8 |
2016-03-08 | mtd: spi-nor: disallow further writes to SR if WP# is low | Brian Norris | 1 | -0/+7 |
2016-03-08 | mtd: spi-nor: make lock/unlock bounds checks more obvious and robust | Brian Norris | 1 | -18/+50 |
2016-03-08 | mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region | Brian Norris | 1 | -2/+10 |
2016-03-08 | mtd: spi-nor: wait for SR_WIP to clear on initial unlock | Brian Norris | 1 | -0/+1 |
2016-03-08 | mtd: nand: simplify nand_bch_init() usage | Boris BREZILLON | 3 | -30/+31 |
2016-03-08 | mtd: mtdswap: remove useless if (!mtd->ecclayout) test | Boris BREZILLON | 1 | -8/+0 |
2016-03-08 | mtd: create an mtd_oobavail() helper and make use of it | Boris BREZILLON | 3 | -32/+8 |
2016-03-08 | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 8 | -59/+51 |
2016-03-08 | mtd: nand: check status before reporting timeout | Brian Norris | 1 | -2/+2 |
2016-03-08 | mtd: bcm63xxpart: give width specifier an 'int', not 'size_t' | Brian Norris | 1 | -4/+4 |
2016-03-08 | mtd: mtdram: Add parameter for setting writebuf size | Alexander Stein | 1 | -1/+4 |
2016-03-07 | mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd' | Brian Norris | 1 | -10/+0 |
2016-03-07 | mtd: spi-nor: fsl-quadspi: add support for layerscape | Yao Yuan | 1 | -1/+1 |
2016-03-07 | mtd: spi-nor: fsl-quadspi: add support for ls1021a | Yao Yuan | 2 | -1/+11 |
2016-03-07 | mtd: spi-nor: fsl-quadspi: add big-endian support | Yao Yuan | 1 | -60/+97 |
2016-03-05 | ubi: Fix out of bounds write in volume update code | Richard Weinberger | 1 | -1/+1 |
2016-03-05 | mtd: spi-nor: add subsector flag to n25q128a | Ezequiel García | 1 | -2/+2 |
2016-03-05 | mtd: nand: pxa3xx_nand: fix dmaengine initialization | Robert Jarzmik | 1 | -1/+1 |
2016-03-05 | mtd: nand: tests: fix regression introduced in mtd_nandectest | Jorge Ramirez-Ortiz | 1 | -1/+1 |
2016-03-05 | mtd: nand: sunxi: remove direct mtd->priv accesses | Boris BREZILLON | 1 | -3/+3 |
2016-03-01 | mtd: brcmnand: Fix v7.1 register offsets | Florian Fainelli | 1 | -1/+33 |
2016-02-24 | mtd: onenand: fix deadlock in onenand_block_markbad | Aaro Koskinen | 1 | -1/+2 |
2016-02-16 | gpio: Include linux/gpio.h instead of asm/gpio.h | Bjorn Helgaas | 1 | -1/+1 |
2016-02-12 | mtd: spi-nor: remove micron_quad_enable() | Cyrille Pitchen | 1 | -45/+1 |
2016-02-12 | mtd: spi-nor: Add support for s25fl116k | Sascha Hauer | 1 | -0/+1 |
2016-02-12 | mtd: nand: pxa3xx_nand: add support for partial chunks | Thomas Petazzoni | 1 | -56/+101 |
2016-02-12 | mtd: bcm63xxpart: Move NOR flash layout to a separate function | Simon Arlott | 1 | -22/+32 |
2016-02-12 | mtd: bcm63xxpart: Null terminate and validate conversion of flash strings | Simon Arlott | 1 | -4/+34 |
2016-02-12 | mtd: bcm63xxpart: Extract read of image tag to separate function | Simon Arlott | 1 | -22/+40 |
2016-02-12 | mtd: bcm63xxpart: Remove dependency on mach-bcm63xx | Simon Arlott | 2 | -16/+58 |
2016-02-12 | mtd: atmel_nand: Support 32-bit ECC strength | Romain Izard | 2 | -2/+18 |
2016-02-12 | mtd: atmel_nand: Support PMECC on SAMA5D2 | Romain Izard | 2 | -3/+28 |
2016-02-12 | mtd: atmel_nand: Support variable RB_EDGE interrupts | Romain Izard | 2 | -9/+29 |
2016-02-01 | mtd: nand: pxa3xx_nand: add register access debug | Robert Jarzmik | 1 | -5/+17 |
2016-02-01 | mtd: cs553x: Fix dependencies for !HAS_IOMEM archs | Richard Weinberger | 1 | -0/+1 |
2016-01-26 | mtd: Fix dependencies for !HAS_IOMEM archs | Richard Weinberger | 2 | -0/+3 |