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
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-03
mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready
Ezequiel Garcia
1
-3
/
+4
2014-01-03
mtd: nand: pxa3xx: Use a completion to signal device ready
Ezequiel Garcia
1
-14
/
+24
2014-01-03
mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()
Ezequiel Garcia
1
-0
/
+5
2014-01-03
mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
Ezequiel Garcia
1
-7
/
+3
2014-01-03
mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
Ezequiel Garcia
1
-5
/
+7
2014-01-03
mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
Ezequiel Garcia
1
-1
/
+5
2014-01-03
mtd: nand: pxa3xx: Early variant detection
Ezequiel Garcia
1
-20
/
+20
2014-01-03
mtd: nand: pxa3xx: read_page() returns max_bitflips
Ezequiel Garcia
1
-1
/
+3
2014-01-03
mtd: nand: pxa3xx: Prevent sub-page writes
Ezequiel Garcia
1
-0
/
+1
2014-01-03
mtd: nand: pxa3xx: Make config menu show supported platforms
Ezequiel Garcia
1
-2
/
+2
2014-01-03
mtd: nand: pxa3xx: Add documentation about the controller
Ezequiel Garcia
1
-0
/
+2
2014-01-03
mtd: pasemi_nand.c: remove superfluous name cast
Geert Uytterhoeven
1
-1
/
+1
2014-01-03
mtd: gpmi-lib: Make checkpatch happy
Fabio Estevam
1
-4
/
+4
2014-01-03
mtd: gpmi: Use devm_clk_get()
Fabio Estevam
1
-19
/
+2
2014-01-03
mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC
Huang Shijie
1
-0
/
+3
2014-01-03
mtd: nand: omap2: Fix OMAP_BCH option dependency
Ezequiel Garcia
1
-1
/
+1
2013-12-12
mtd: nand: pxa3xx: Use info->use_dma to release DMA resources
Ezequiel Garcia
1
-1
/
+1
2013-12-12
Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
Ezequiel Garcia
1
-4
/
+0
2013-11-20
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-4
/
+1
2013-11-16
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
Vinod Koul
2
-4
/
+1
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-1
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2
-2
/
+2
2013-11-14
dmaengine: remove DMA unmap flags
Bartlomiej Zolnierkiewicz
2
-4
/
+1
2013-11-14
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
22
-768
/
+687
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2013-11-12
mtd: gpmi: fix the NULL pointer
Huang Shijie
1
-7
/
+7
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
7
-0
/
+9
2013-11-11
mtd: gpmi: fix kernel BUG due to racing DMA operations
Huang Shijie
1
-2
/
+2
2013-11-11
mtd: gpmi: only scan two chips for imx6
Huang Shijie
1
-1
/
+1
2013-11-11
powerpc: add missing explicit OF includes for ppc
Rob Herring
1
-0
/
+1
2013-11-07
mtd: gpmi: Use devm_kzalloc()
Fabio Estevam
1
-3
/
+1
2013-11-07
mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected
Josh Wu
1
-1
/
+0
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
1
-5
/
+3
2013-11-07
mtd: nand: use a local variable to simplify the nand_scan_tail
Huang Shijie
1
-108
/
+103
2013-11-07
mtd: nand: remove deprecated IRQF_DISABLED
Michael Opdenacker
3
-5
/
+3
2013-11-06
mtd: nand: omap: fix error return code in omap_nand_probe()
Wei Yongjun
1
-1
/
+2
2013-11-06
mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES
Brian Norris
1
-34
/
+3
2013-11-06
mtd: mxc_nand: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-11-06
mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig
Pekon Gupta
1
-34
/
+6
2013-11-06
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
Pekon Gupta
1
-50
/
+35
2013-11-06
mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c
Pekon Gupta
1
-74
/
+22
2013-11-06
mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
Pekon Gupta
1
-99
/
+62
2013-11-06
mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
Pekon Gupta
1
-123
/
+158
2013-11-06
mtd: nand: omap: use DT specified bus-width only for scanning NAND device
Pekon Gupta
1
-12
/
+9
2013-11-06
mtd: nand: omap: cleanup: replace local references with generic framework names
Pekon Gupta
1
-55
/
+57
2013-11-06
mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
Pekon Gupta
1
-6
/
+3
2013-11-06
mtd: gpmi: imx6: fix the wrong method for checking ready/busy
Huang Shijie
1
-0
/
+7
2013-11-06
mtd: gpmi: scan two nand chips
Huang Shijie
1
-1
/
+1
2013-11-06
mtd: gpmi: use DMA channel 0 for all the nand chips
Huang Shijie
1
-3
/
+2
2013-11-06
mtd: gpmi: decouple the chip select from the DMA channel
Huang Shijie
2
-0
/
+9
[prev]
[next]