index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_call
Brian Norris
2015-11-06
1
-1
/
+2
*
mtd: nand: sunxi: avoid retrieving data before ECC pass
Boris BREZILLON
2015-11-02
1
-1
/
+1
*
mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()
Boris BREZILLON
2015-11-02
1
-2
/
+2
*
mtd: blkdevs: fix potential deadlock + lockdep warnings
Brian Norris
2015-10-31
1
-5
/
+5
*
mtd: ofpart: move ofpart partitions to a dedicated dt node
Michal Suchanek
2015-10-30
1
-17
/
+46
*
doc: dt: mtd: support partitions in a special 'partitions' subnode
Michal Suchanek
2015-10-30
1
-29
/
+42
*
mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()
Anup Patel
2015-10-30
1
-0
/
+10
*
mtd: brcmnand: factor out CFG and CFG_EXT bitfields
Brian Norris
2015-10-30
1
-7
/
+31
*
mtd: mtdpart: Do not fail mtd probe when parsing partitions fails
Brian Norris
2015-10-27
2
-6
/
+14
*
mtd: fsl-quadspi: fix macro collision problems with READ/WRITE
Han Xu
2015-10-26
1
-10
/
+10
*
mtd: warn when registering the same master many times
Brian Norris
2015-10-26
1
-0
/
+9
*
mtd: fixup corner case error handling in mtd_device_parse_register()
Brian Norris
2015-10-26
1
-2
/
+9
*
mtd: tests: Replace timeval with ktime_t
Shraddha Barke
2015-10-26
2
-10
/
+10
*
mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600
Stefan Roese
2015-10-26
2
-16
/
+47
*
mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helper
Brian Norris
2015-10-26
1
-11
/
+3
*
mtd: nand: increase ready wait timeout and report timeouts
Alex Smith
2015-10-26
1
-13
/
+20
*
mtd: docg3: off by one in doc_register_sysfs()
Dan Carpenter
2015-10-26
1
-6
/
+16
*
mtd: pxa3xx_nand: clean up the pxa3xx timings
Antoine Ténart
2015-10-26
1
-17
/
+8
*
mtd: pxa3xx_nand: rework flash detection and timing setup
Antoine Ténart
2015-10-26
1
-88
/
+35
*
mtd: pxa3xx_nand: add helpers to setup the timings
Antoine Ténart
2015-10-26
1
-0
/
+122
*
mtd: pxa3xx_nand: fix some compile issues on non-ARM arches
Antoine Ténart
2015-10-26
1
-2
/
+2
*
mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clock
Vladimir Zapolskiy
2015-10-20
1
-5
/
+5
*
mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock
Vladimir Zapolskiy
2015-10-20
1
-5
/
+5
*
mtd: maps: rbtx4939-flash: fix compile error
Brian Norris
2015-10-20
1
-1
/
+1
*
mtd: mtd-user: remove stdint.h include
Mikko Rapeli
2015-10-20
1
-2
/
+0
*
mtd: mtdram: check offs and len in mtdram->erase
Dongsheng Yang
2015-10-20
1
-0
/
+21
*
mtd: pxa3xx_nand: switch to device PM
Brian Norris
2015-10-19
1
-7
/
+11
*
mtd: pxa3xx_nand: don't duplicate MTD suspend/resume
Brian Norris
2015-10-19
1
-17
/
+0
*
mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error
Fabio Estevam
2015-10-19
1
-0
/
+1
*
mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TEST
Brian Norris
2015-10-19
1
-1
/
+2
*
mtd: fsl-quadspi: fix printk() format warning for size_t
Brian Norris
2015-10-19
1
-1
/
+1
*
mtd: spi-nor: add DUAL_READ for w25q{32,64}dw
Brian Norris
2015-10-19
1
-2
/
+2
*
mtd: spi-nor: disable protection for Winbond flash at startup
Brian Norris
2015-10-14
1
-3
/
+4
*
mtd: spi-nor: support lock/unlock/is_locked for Winbond
Brian Norris
2015-10-14
1
-2
/
+3
*
mtd: spi-nor: add mtd_is_locked() support
Brian Norris
2015-10-14
2
-1
/
+39
*
mtd: spi-nor: refactor block protection functions
Brian Norris
2015-10-14
1
-45
/
+126
*
mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers
Brian Norris
2015-10-14
1
-2
/
+2
*
mtd: spi-nor: use SNOR_MFR_* instead of CFI_MFR_*
Brian Norris
2015-10-14
1
-12
/
+11
*
mtd: spi-nor: add SPI NOR manufacturer IDs
Brian Norris
2015-10-14
1
-0
/
+15
*
mtd: spi-nor: make bitfield constants more consistent
Brian Norris
2015-10-14
1
-10
/
+10
*
mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit
Brian Norris
2015-10-14
1
-0
/
+2
*
mtd: spi-nor: Add support for s25fl004k
Sean Nyekjaer
2015-10-13
1
-0
/
+1
*
mtd: spi-nor: s25fl204k supports dual I/0
Sean Nyekjaer
2015-10-13
1
-1
/
+1
*
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
2015-10-13
20
-42
/
+66
*
mtd: nand: txx9ndfmc: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: nand: jz4740_nand: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: nand: fsl_upm: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: nand: socrates_nand: drop owner assignment
Frans Klaver
2015-10-13
1
-1
/
+0
*
mtd: nand: fsl_elbc_nand: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: nand: pxa3xx_nand: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
[next]