index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd
Linus Torvalds
12
-107
/
+443
2014-08-07
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-16
/
+13
2014-07-30
MIPS: Alchemy: remove au_read/write/sync
Manuel Lauss
1
-11
/
+10
2014-07-30
MIPS: Alchemy: add helpers to access static memory ctrl registers.
Manuel Lauss
1
-5
/
+3
2014-07-27
mtd: gpmi: make blockmark swapping optional
Lothar Waßmann
1
-19
/
+32
2014-07-27
mtd: gpmi: remove line breaks from error messages and improve wording
Lothar Waßmann
1
-5
/
+5
2014-07-27
mtd: gpmi: remove useless (void *) type casts and spaces between type casts a...
Lothar Waßmann
1
-5
/
+5
2014-07-21
mtd: atmel_nand: NFC: support multiple interrupt handling
Josh Wu
1
-22
/
+62
2014-07-21
mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit
Wu, Josh
1
-3
/
+11
2014-07-21
mtd: atmel_nand: add NFC status error check
Wu, Josh
2
-1
/
+27
2014-07-21
mtd: atmel_nand: make ecc parameters same as definition
Bo Shen
1
-10
/
+10
2014-07-21
mtd: nand: add ONFI timing mode to nand_timings converter
Boris BREZILLON
2
-1
/
+254
2014-07-21
Merge tag 'v3.16-rc6' into MTD development branch
Brian Norris
1
-2
/
+4
2014-07-14
mtd: denali: use 8 bytes for READID command
grmoore@altera.com
1
-3
/
+3
2014-07-13
mtd: nand: reduce the warning noise when the ECC is too weak
Thomas Petazzoni
1
-2
/
+4
2014-07-08
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2
-0
/
+32
2014-07-02
mtd: bf5xx_nand: drop no-op PM support
Brian Norris
1
-24
/
+0
2014-07-02
mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare
Vasily Khoruzhick
1
-2
/
+2
2014-07-01
mtd: lpc32xx: drop bitflip_threshold initialization
Brian Norris
2
-12
/
+0
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2014-06-12
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
1
-0
/
+6
2014-05-28
mtd: gpmi: add gpmi support for imx6sx
Huang Shijie
4
-15
/
+28
2014-05-28
mtd: bf5xx_nand: use the managed version of kzalloc
Himangi Saraogi
1
-9
/
+4
2014-05-28
mtd: pxa3xx_nand: make the driver work on big-endian systems
Thomas Petazzoni
1
-2
/
+2
2014-05-28
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
Ted Juan
1
-5
/
+5
2014-05-28
mtd: nand: r852: correct write_buf loop bounds
Brian Norris
1
-2
/
+4
2014-05-28
mtd: nand_bbt: handle error case for nand_create_badblock_pattern()
Brian Norris
1
-2
/
+6
2014-05-28
mtd: nand_bbt: remove unused variable
Brian Norris
1
-4
/
+1
2014-05-21
mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding
Ezequiel Garcia
1
-2
/
+15
2014-05-21
mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling
Ezequiel Garcia
1
-11
/
+10
2014-05-21
mtd: nand: Warn the user if the selected ECC strength is too weak
Ezequiel Garcia
1
-0
/
+36
2014-05-20
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
pekon gupta
1
-0
/
+94
2014-05-20
NAND_ECC_SOFT_BCH can support subpage reads too
Ron Lee
1
-2
/
+10
2014-05-20
mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NAND
Joe Schultz
1
-1
/
+4
2014-05-20
mtd: fsl_ifc_nand: Use void type for IFC buffer
Aaron Sierra
1
-7
/
+9
2014-05-20
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
1
-6
/
+31
2014-05-20
mtd: eLBC NAND: fix subpage write support
Pekon Gupta
1
-0
/
+14
2014-05-20
mtd: orion_nand: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-20
mtd: nand: pxa3xx: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-20
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...
pekon gupta
1
-1
/
+1
2014-05-09
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
3
-13
/
+14
2014-05-06
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
1
-2
/
+2
2014-04-30
mtd: davinci-nand: disable subpage write for keystone-nand
Murali Karicheri
1
-0
/
+6
2014-04-29
mtd: nand: fix a typo in a comment line
Masahiro Yamada
1
-1
/
+1
2014-04-16
mtd: gpmi: add gpmi_devdata{} to simplify the code
Huang Shijie
3
-40
/
+46
2014-04-16
mtd: nand: add line feed to pr_err
Raphaël Poggi
1
-1
/
+1
2014-04-15
mtd: davinci-nand: disable subpage write for keystone-nand
Murali Karicheri
1
-0
/
+6
2014-04-15
mtd: nand: use the nand_read_subpage index everywhere
Ron
1
-2
/
+1
2014-04-15
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
1
-1
/
+1
2014-04-07
Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd
Linus Torvalds
22
-407
/
+527
[next]