| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-05-18 | 5 | -0/+290 |
|\ |
|
| * | physmap_of: ensure versatile code is reachable | Arnd Bergmann | 2016-04-26 | 2 | -1/+5 |
| * | Merge tag 'versatile-flash-for-arm-soc' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 2016-04-25 | 5 | -0/+286 |
| |\ |
|
| | * | mtd: physmap_of: add a hook for Versatile write protection | Linus Walleij | 2016-04-04 | 5 | -0/+286 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 2 | -19/+13 |
|\ \ \ |
|
| * | | | mtd: switch ubi_open_volume_path() to vfs_stat() | Al Viro | 2016-03-28 | 1 | -11/+8 |
| * | | | mtd: switch open_mtd_by_chdev() to use of vfs_stat() | Al Viro | 2016-03-28 | 1 | -8/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-05-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Fix typos in printk | Masanari Iida | 2016-04-18 | 1 | -1/+1 |
* | | | | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-05-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | mtd: switch to using blk_queue_write_cache() | Jens Axboe | 2016-04-13 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.an... | Linus Torvalds | 2016-05-17 | 2 | -28/+20 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | mtd: Hook I/O activity to the MTD LED trigger | Ezequiel Garcia | 2016-04-13 | 1 | -0/+7 |
| * | | | mtd: nand: Remove the "nand-disk" LED trigger | Ezequiel Garcia | 2016-04-13 | 1 | -28/+1 |
| * | | | mtd: Uninline mtd_write_oob and move it to mtdcore.c | Ezequiel Garcia | 2016-04-13 | 1 | -0/+12 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-04-16 | 1 | -9/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | mtd: nand: Drop mtd.owner requirement in nand_scan | Ezequiel García | 2016-04-03 | 1 | -9/+1 |
| |/ |
|
* / | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 2 | -6/+6 |
|/ |
|
* | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-03-25 | 40 | -519/+3347 |
|\ |
|
| * | mtd: nand: remove kerneldoc for removed function parameter | Brian Norris | 2016-03-11 | 1 | -1/+0 |
| * | mtd: nand: Qualcomm NAND controller driver | Archit Taneja | 2016-03-10 | 3 | -0/+2231 |
| * | mtd: nand: don't select chip in nand_chip's block_bad op | Archit Taneja | 2016-03-10 | 4 | -25/+22 |
| * | mtd: spi-nor: support lock/unlock for a few Winbond chips | Brian Norris | 2016-03-08 | 1 | -3/+15 |
| * | mtd: spi-nor: add TB (Top/Bottom) protect support | Brian Norris | 2016-03-08 | 1 | -7/+63 |
| * | mtd: spi-nor: add SPI_NOR_HAS_LOCK flag | Brian Norris | 2016-03-08 | 1 | -2/+5 |
| * | mtd: spi-nor: use BIT() for flash_info flags | Brian Norris | 2016-03-08 | 1 | -8/+8 |
| * | mtd: spi-nor: disallow further writes to SR if WP# is low | Brian Norris | 2016-03-08 | 1 | -0/+7 |
| * | mtd: spi-nor: make lock/unlock bounds checks more obvious and robust | Brian Norris | 2016-03-08 | 1 | -18/+50 |
| * | mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region | Brian Norris | 2016-03-08 | 1 | -2/+10 |
| * | mtd: spi-nor: wait for SR_WIP to clear on initial unlock | Brian Norris | 2016-03-08 | 1 | -0/+1 |
| * | mtd: nand: simplify nand_bch_init() usage | Boris BREZILLON | 2016-03-08 | 3 | -30/+31 |
| * | mtd: mtdswap: remove useless if (!mtd->ecclayout) test | Boris BREZILLON | 2016-03-08 | 1 | -8/+0 |
| * | mtd: create an mtd_oobavail() helper and make use of it | Boris BREZILLON | 2016-03-08 | 3 | -32/+8 |
| * | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 2016-03-08 | 8 | -59/+51 |
| * | mtd: nand: check status before reporting timeout | Brian Norris | 2016-03-07 | 1 | -2/+2 |
| * | mtd: bcm63xxpart: give width specifier an 'int', not 'size_t' | Brian Norris | 2016-03-07 | 1 | -4/+4 |
| * | mtd: mtdram: Add parameter for setting writebuf size | Alexander Stein | 2016-03-07 | 1 | -1/+4 |
| * | mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd' | Brian Norris | 2016-03-07 | 1 | -10/+0 |
| * | mtd: spi-nor: fsl-quadspi: add support for layerscape | Yao Yuan | 2016-03-07 | 1 | -1/+1 |
| * | mtd: spi-nor: fsl-quadspi: add support for ls1021a | Yao Yuan | 2016-03-07 | 2 | -1/+11 |
| * | mtd: spi-nor: fsl-quadspi: add big-endian support | Yao Yuan | 2016-03-07 | 1 | -60/+97 |
| * | mtd: spi-nor: add subsector flag to n25q128a | Ezequiel García | 2016-03-05 | 1 | -2/+2 |
| * | mtd: nand: pxa3xx_nand: fix dmaengine initialization | Robert Jarzmik | 2016-03-05 | 1 | -1/+1 |
| * | mtd: nand: sunxi: remove direct mtd->priv accesses | Boris BREZILLON | 2016-03-05 | 1 | -3/+3 |
| * | mtd: brcmnand: Fix v7.1 register offsets | Florian Fainelli | 2016-02-29 | 1 | -1/+33 |
| * | mtd: onenand: fix deadlock in onenand_block_markbad | Aaro Koskinen | 2016-02-24 | 1 | -1/+2 |
| * | mtd: spi-nor: remove micron_quad_enable() | Cyrille Pitchen | 2016-02-12 | 1 | -45/+1 |
| * | mtd: spi-nor: Add support for s25fl116k | Sascha Hauer | 2016-02-12 | 1 | -0/+1 |
| * | mtd: nand: pxa3xx_nand: add support for partial chunks | Thomas Petazzoni | 2016-02-12 | 1 | -56/+101 |
| * | mtd: bcm63xxpart: Move NOR flash layout to a separate function | Simon Arlott | 2016-02-12 | 1 | -22/+32 |