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
2018-04-24
rslib: Split rs control struct
Thomas Gleixner
2
-6
/
+8
2018-04-24
mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
Joakim Tjernlund
1
-3
/
+6
2018-04-24
mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
Joakim Tjernlund
1
-0
/
+17
2018-04-24
mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
Joakim Tjernlund
1
-5
/
+11
2018-04-23
mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
Thor Thayer
1
-2
/
+17
2018-04-22
mtd: Add sysfs attribute for mtd OOB available size
Xiaolei Li
1
-0
/
+10
2018-04-22
mtd: dataflash: replace msleep with usleep_range
Luca Ellero
1
-1
/
+1
2018-04-22
mtd: nand: Fix nanddev_mtd_erase()
Boris Brezillon
1
-3
/
+0
2018-04-22
mtd: devices: simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2018-04-21
mtd: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
2
-7
/
+3
2018-04-21
mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.
NeilBrown
1
-0
/
+14
2018-04-21
mtd: rawnand: tango: Fix struct clk memory leak
Marc Gonzalez
1
-1
/
+1
2018-04-20
mtd: spi-nor: Add support for XM25QH64A and XM25QH128A
Hauke Mehrtens
1
-0
/
+4
2018-04-20
mtd: spi-nor: hisi: Avoid generic function names
Ezequiel Garcia
1
-6
/
+6
2018-04-20
mtd: spi-nor: cadence-quadspi: Add DMA support for direct mode reads
Vignesh R
1
-2
/
+94
2018-04-20
mtd: spi-nor: add support for ISSI is25lp256
Marek Vasut
1
-0
/
+2
2018-04-20
mtd: spi-nor: Add Micron MT25QU02 support
Thor Thayer
1
-0
/
+1
2018-04-11
Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-2
/
+12
2018-04-06
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
149
-4207
/
+2829
2018-04-05
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-2119
/
+1
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2018-04-04
ubi: Reject MLC NAND
Richard Weinberger
1
-0
/
+11
2018-04-04
ubi: Fix error for write access
Romain Izard
1
-1
/
+1
2018-04-04
ubi: fastmap: Don't flush fastmap work on detach
Richard Weinberger
1
-1
/
+0
2018-04-04
Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mtd/next
Boris Brezillon
2
-5
/
+3
2018-04-04
Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
106
-5510
/
+2539
2018-04-04
Merge tag 'spi-nor/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-1
/
+18
2018-03-30
mtd: fsl-quadspi: Distinguish the mtd device names
Fabio Estevam
1
-0
/
+18
2018-03-29
mtd: nand: Fix some function description mismatches in core.c
Xiaolei Li
1
-6
/
+6
2018-03-29
mtd: jedec_probe: Fix crash in jedec_read_mfr()
Linus Walleij
1
-0
/
+2
2018-03-29
mtd: nand: atmel: Fix get_sectorsize() function
Boris Brezillon
1
-1
/
+1
2018-03-29
mtd: fsl-quadspi: Remove unneeded driver.bus assignment
Boris Brezillon
1
-1
/
+0
2018-03-29
mtd: rawnand: marvell: Rename ->ecc_clk into ->core_clk
Boris Brezillon
1
-14
/
+14
2018-03-29
mtd: rawnand: s3c2410: enhance the probe function error path
Miquel Raynal
1
-12
/
+12
2018-03-29
mtd: rawnand: tango: fix probe function error path
Miquel Raynal
1
-1
/
+3
2018-03-29
mtd: rawnand: sh_flctl: fix the probe function error path
Miquel Raynal
1
-0
/
+4
2018-03-29
mtd: rawnand: omap2: fix the probe function error path
Miquel Raynal
1
-1
/
+4
2018-03-29
mtd: rawnand: mxc: fix probe function error path
Miquel Raynal
1
-4
/
+7
2018-03-29
mtd: rawnand: denali: fix probe function error path
Miquel Raynal
1
-1
/
+3
2018-03-29
mtd: rawnand: davinci: fix probe function error path
Miquel Raynal
1
-1
/
+4
2018-03-29
mtd: rawnand: cafe: fix probe function error path
Miquel Raynal
1
-1
/
+5
2018-03-29
mtd: rawnand: brcmnand: fix probe function error path
Miquel Raynal
1
-1
/
+5
2018-03-29
mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode
Boris Brezillon
1
-135
/
+20
2018-03-29
mtd: rawnand: marvell: Fix clock resource by adding a register clock
Gregory CLEMENT
1
-6
/
+28
2018-03-29
mtd: ftl: Use DIV_ROUND_UP()
Arushi Singhal
1
-2
/
+2
2018-03-29
mtd: Fix some function description mismatches in mtdcore.c
Xiaolei Li
1
-4
/
+4
2018-03-29
mtd: physmap_of: update struct map_info's swap as per map requirement
Prabhakar Kushwaha
1
-0
/
+6
2018-03-29
mtd: update documentation of mtd_device_parse_register()
Rafał Miłecki
1
-4
/
+3
2018-03-29
mtd: jedec_probe: add Eon EN29LV400A IDs
Linus Walleij
1
-0
/
+32
2018-03-27
mtd: ofpart: add of_match_table with "fixed-partitions"
Rafał Miłecki
1
-0
/
+7
[prev]
[next]