index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-19
mtd: nand: jz4780: fixup, device structure assigned at probe
Jorge Ramirez-Ortiz
1
-1
/
+0
2016-04-19
mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs
Boris Brezillon
1
-17
/
+20
2016-04-19
mtd: nand: nandsim: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+2
2016-04-19
mtd: nand: set ECC algorithm in nand_dt_init
Rafał Miłecki
1
-1
/
+5
2016-04-19
Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/next
Boris Brezillon
2
-28
/
+20
2016-04-18
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-04-15
Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-9
/
+1
2016-04-15
mtd: nand: omap2: Implement NAND ready using gpiolib
Roger Quadros
1
-11
/
+18
2016-04-15
mtd: nand: omap: Clean up device tree support
Roger Quadros
1
-20
/
+114
2016-04-15
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
Roger Quadros
1
-8
/
+18
2016-04-15
mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check
Roger Quadros
1
-6
/
+4
2016-04-15
mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers
Roger Quadros
1
-1
/
+8
2016-04-13
mtd: Hook I/O activity to the MTD LED trigger
Ezequiel Garcia
1
-0
/
+7
2016-04-13
mtd: nand: Remove the "nand-disk" LED trigger
Ezequiel Garcia
1
-28
/
+1
2016-04-13
mtd: Uninline mtd_write_oob and move it to mtdcore.c
Ezequiel Garcia
1
-0
/
+12
2016-04-12
mtd: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2016-04-05
mtd: devices: m25p80: add support for mmap read request
Vignesh R
1
-0
/
+22
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2
-6
/
+6
2016-04-04
mtd: physmap_of: add a hook for Versatile write protection
Linus Walleij
5
-0
/
+286
2016-04-04
mtd: pxa2xx-flash: switch back from memremap to ioremap_cached
Ard Biesheuvel
1
-3
/
+3
2016-04-04
mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()
Brian Norris
2
-6
/
+26
2016-04-03
mtd: avoid stack overflow in MTD CFI code
Arnd Bergmann
1
-0
/
+1
2016-04-02
mtd: nand: Drop mtd.owner requirement in nand_scan
Ezequiel García
1
-9
/
+1
2016-03-27
mtd: switch ubi_open_volume_path() to vfs_stat()
Al Viro
1
-11
/
+8
2016-03-27
mtd: switch open_mtd_by_chdev() to use of vfs_stat()
Al Viro
1
-8
/
+5
2016-03-24
Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd
Linus Torvalds
40
-518
/
+3346
2016-03-20
mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err
Joe Perches
2
-6
/
+59
2016-03-17
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
1
-1
/
+1
2016-03-11
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-07
mtd: spi-nor: support lock/unlock for a few Winbond chips
Brian Norris
1
-3
/
+15
2016-03-07
mtd: spi-nor: add TB (Top/Bottom) protect support
Brian Norris
1
-7
/
+63
2016-03-07
mtd: spi-nor: add SPI_NOR_HAS_LOCK flag
Brian Norris
1
-2
/
+5
2016-03-07
mtd: spi-nor: use BIT() for flash_info flags
Brian Norris
1
-8
/
+8
2016-03-07
mtd: spi-nor: disallow further writes to SR if WP# is low
Brian Norris
1
-0
/
+7
2016-03-07
mtd: spi-nor: make lock/unlock bounds checks more obvious and robust
Brian Norris
1
-18
/
+50
2016-03-07
mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region
Brian Norris
1
-2
/
+10
2016-03-07
mtd: spi-nor: wait for SR_WIP to clear on initial unlock
Brian Norris
1
-0
/
+1
2016-03-07
mtd: nand: simplify nand_bch_init() usage
Boris BREZILLON
3
-30
/
+31
2016-03-07
mtd: mtdswap: remove useless if (!mtd->ecclayout) test
Boris BREZILLON
1
-8
/
+0
2016-03-07
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
3
-32
/
+8
2016-03-07
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
8
-59
/
+51
2016-03-07
mtd: nand: check status before reporting timeout
Brian Norris
1
-2
/
+2
2016-03-07
mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'
Brian Norris
1
-4
/
+4
2016-03-07
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
[prev]
[next]