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
2015-12-18
mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-11
/
+15
2015-12-18
mtd: nand: docg4: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-11
/
+12
2015-12-18
mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-7
/
+7
2015-12-18
mtd: nand: davinci: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-14
/
+16
2015-12-18
mtd: nand: cmx270: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-9
/
+5
2015-12-18
mtd: nand: cs553x: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-9
/
+8
2015-12-18
mtd: nand: cafe: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-5
/
+5
2015-12-18
mtd: nand: brcm: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-7
/
+6
2015-12-18
mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-6
/
+6
2015-12-18
mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-8
/
+11
2015-12-18
mtd: nand: atmel: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-6
/
+7
2015-12-18
mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-8
/
+5
2015-12-18
mtd: nand: omap2: create and use mtd_to_omap()
Boris BREZILLON
1
-34
/
+21
2015-12-18
mtd: nand: nuc900: create and use mtd_to_nuc900()
Boris BREZILLON
1
-15
/
+10
2015-12-18
mtd: nand: fsmc: create and use mtd_to_fsmc()
Boris BREZILLON
1
-17
/
+14
2015-12-18
mtd: omap_elm: print interrupt resource using %pr
Arnd Bergmann
1
-1
/
+1
2015-12-14
mtd: bcm47xxnflash: really unregister NAND on device removal
Brian Norris
1
-3
/
+4
2015-12-11
mtd: nand: denali: add missing nand_release() call in denali_remove()
Boris BREZILLON
1
-2
/
+9
2015-12-10
mtd: brcmnand: defer to devm_ioremap_resource() for error checking
Brian Norris
1
-3
/
+0
2015-12-09
mtd: brcmnand: Add support for the BCM6368
Simon Arlott
2
-0
/
+146
2015-12-09
mtd: brcmnand: Request and enable the clock if present
Simon Arlott
1
-14
/
+50
2015-12-09
mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
Geert Uytterhoeven
1
-1
/
+1
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
38
-276
/
+276
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND core code
Boris BREZILLON
5
-71
/
+71
2015-12-04
mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
1
-1
/
+0
2015-12-01
mtd: brcmnand: drop brcmnand_host::of_node field
Brian Norris
1
-5
/
+2
2015-11-30
mtd: nand: sunxi: add missing of_node_put
Julia Lawall
1
-1
/
+3
2015-11-30
mtd: brcmnand: improve memory management
Julia Lawall
1
-2
/
+6
2015-11-30
brcmnand: Clear EXT_ADDR error registers in PIO mode
Simon Arlott
1
-0
/
+2
2015-11-20
mtd: nand: atmel_nand: constify atmel_nand_caps structures
LABBE Corentin
1
-3
/
+3
2015-11-19
mtd: nand: fix drivers abusing mtd->priv
Boris BREZILLON
2
-23
/
+41
2015-11-18
mtd: brcmnand: drop unused subpage_read() support
Brian Norris
1
-11
/
+0
2015-11-18
mtd: brcmnand: clean up flash cache for parameter pages
Brian Norris
1
-4
/
+9
2015-11-17
mtd: mxc_nand: Remove bit-or operation with zero
Fabio Estevam
1
-2
/
+1
2015-11-16
mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths
Ezequiel García
1
-0
/
+6
2015-11-16
mtd: pxa3xx_nand: Remove dead code
Ezequiel García
1
-5
/
+0
2015-11-16
mtd: pxa3xx_nand: Remove redundant NAND sensing
Ezequiel García
1
-33
/
+8
2015-11-16
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
Ezequiel García
1
-16
/
+14
2015-11-16
mtd: pxa3xx_nand: Fix initial controller configuration
Ezequiel García
1
-13
/
+22
2015-11-16
mtd: pxa3xx_nand: Increase the initial chunk size
Ezequiel García
1
-1
/
+1
2015-11-16
Merge MTD 4.4 development into MTD -next
Brian Norris
2
-1
/
+2
2015-11-16
mtd: nand: fix shutdown/reboot for multi-chip systems
Brian Norris
1
-1
/
+1
2015-11-16
mtd: jz4740_nand: fix build on jz4740 after removing gpio.h
Brian Norris
1
-0
/
+1
2015-11-11
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
3
-7
/
+7
2015-11-11
mtd: nand: drop unnecessary partition parser data
Brian Norris
23
-85
/
+52
2015-11-11
mtd: nand: convert to nand_set_flash_node()
Brian Norris
4
-4
/
+4
2015-11-11
mtd: {nand,spi-nor}: assign MTD of_node
Brian Norris
1
-0
/
+3
2015-11-02
mtd: nand: sunxi: avoid retrieving data before ECC pass
Boris BREZILLON
1
-1
/
+1
2015-11-02
mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()
Boris BREZILLON
1
-2
/
+2
2015-10-30
mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()
Anup Patel
1
-0
/
+10
[prev]
[next]