Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3d10095a941a29253102625d8710fe31a1a24b56
/
drivers
/
mtd
/
nand
3d10095
mtd: gpmi-nand: Improve logging style
by Fabio Estevam
· 12 years ago
4d3d688
mtd: omap2: fix module loading
by Andreas Bießmann
· 12 years ago
7d9b110
mtd: omap2: fix omap_nand_remove segfault
by Andreas Bießmann
· 12 years ago
a5ff4f1
mtd: nand: Added a device flag for subpage read support
by Jeff Westfahl
· 12 years ago
32098f6
mtd: orion_nand: remove <mach/hardware.h> include
by Thomas Petazzoni
· 12 years ago
62beee2
mtd: lpc32xx_mlc: Cleanup after DT-only conversion
by Roland Stigge
· 12 years ago
10594f6
mtd: lpc32xx_slc: Cleanup after DT-only conversion
by Roland Stigge
· 12 years ago
e1f5b3f
mtd: allow MTD_NAND_GPMI_NAND to be built as module
by Fabio Estevam
· 12 years ago
d159c4e
mtd: nand: nand_bbt: export nand_update_bbt
by Fabio Estevam
· 12 years ago
eceb84b
mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'
by Shmulik Ladkani
· 12 years ago
19da415
mtd: s3c2410: Fix compiler warnings
by Sachin Kamat
· 12 years ago
6f32a3e
mtd: s3c2410: Use devm_* functions
by Sachin Kamat
· 12 years ago
99f2b10
mtd: lantiq: Add NAND support on Lantiq XWAY SoC.
by John Crispin
· 12 years ago
da3888c
mtd: check for valid pdata inside plat_nand
by John Crispin
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
13e8597
mtd: use %*ph[CN] to dump small buffers
by Andy Shevchenko
· 12 years ago
513d57e
mtd: gpmi: fix the compiler warnings
by Huang Shijie
· 12 years ago
cdeadd7
mtd: nand: davinci: add OF support for davinci nand controller
by Heiko Schocher
· 12 years ago
f938bc5
mtd: s3c2410: Fix line over 80 characters warning
by Sachin Kamat
· 12 years ago
54cd020
mtd: s3c2410: Fix checkpatch warnings and errors related to whitespaces
by Sachin Kamat
· 12 years ago
a68c5ec
mtd: s3c2410: Do not initialise statics to 0 or NULL
by Sachin Kamat
· 12 years ago
d2a89be
mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>
by Sachin Kamat
· 12 years ago
92aeb5d
mtd: s3c2410: Use pr_* instead of printk
by Sachin Kamat
· 12 years ago
056fcab
mtd: s3c2410: Use module_platform_driver()
by Sachin Kamat
· 12 years ago
27c84fa
mtd: nand: Include IMX6 in the list of supported SoCs
by Fabio Estevam
· 12 years ago
4cacbe2
mtd: omap2: fix some typos in comments
by Peter Meerwald
· 12 years ago
bf7a01b
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
by Brian Norris
· 12 years ago
28446ac
mtd: atmel nand: fix gpio missing request
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
aa6d01f
mtd: docg4: fix oob reads
by Mike Dunn
· 12 years ago
9c6f62a
mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver
by Roland Stigge
· 12 years ago
de20c22
mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver
by Roland Stigge
· 12 years ago
af69dcd
mtd: nand: rename '_raw' BBT scan functions
by Brian Norris
· 12 years ago
a7e6883
mtd: nand: use ECC, if present, when scanning OOB
by Brian Norris
· 12 years ago
491ed06
mtd: nand_bbt: use string library
by Brian Norris
· 12 years ago
7b5a2d4
mtd: nand: remove unused 'int' return codes
by Brian Norris
· 12 years ago
ff50617
mtd: gpmi: change the code for clocks
by Huang Shijie
· 12 years ago
894824f
mtd: sh_flctl: Only copy OOB data if it is required
by Bastian Hecht
· 12 years ago
d76236f
mtd: sh_flctl: Use memcpy() instead of using a loop
by Bastian Hecht
· 12 years ago
2361f73
Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by David Woodhouse
· 12 years ago
b64456a
Merge branch 'testing/new-warnings' into fixes
by Arnd Bergmann
· 12 years ago
d680e2c
mtd/omap2: fix dmaengine_slave_config error handling
by Arnd Bergmann
· 12 years ago
a334937
ARM: imx: gpmi-nand depends on mxs-dma
by Arnd Bergmann
· 12 years ago
a6dc772
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
2df41d0
mtd: omap2: remove private DMA API implementation
by Russell King
· 13 years ago
763e735
mtd: omap2: add DMA engine support
by Russell King
· 13 years ago
287dc4b
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
7784350
ARM: Kirkwood: Replace mrvl with marvell
by Andrew Lunn
· 12 years ago
baffab2
ARM: Orion: fix driver probe error handling with respect to clk
by Simon Baatz
· 12 years ago
1471d41
MTD: NAND: JZ4740: Multi-bank support with autodetection
by Maarten ter Huurne
· 13 years ago
e0dd89c
mtd: gpmi: update the bitflip_threshold
by Huang Shijie
· 12 years ago
c50c694
mtd: gpmi: add on-flash BBT support for gpmi nand
by Huang Shijie
· 12 years ago
44ed0ff
mtd: fix typo in comment
by Huang Shijie
· 12 years ago
11041ae
mtd: use MTD_OPS_PLACE_OOB macro consistently
by Huang Shijie
· 12 years ago
4d363b5
mtd: mxc_nand: Select the driver via ARCH_MXC
by Fabio Estevam
· 12 years ago
79f9df7
mtd: lpc32xx_mlc: Adjust to pl08x DMA interface changes
by Roland Stigge
· 12 years ago
314a156
mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes
by Roland Stigge
· 12 years ago
70f7cb7
mtd: add LPC32xx MLC NAND driver
by Roland Stigge
· 12 years ago
d5842ab
mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessary
by Roland Stigge
· 12 years ago
21535ab
mtd: lpc32xx_slc: Use of_get_named_gpio()
by Roland Stigge
· 12 years ago
df63fe7
mtd: lpc32xx_slc: Make wp gpio optional
by Alexandre Pereira da Silva
· 12 years ago
1c7b874
mtd: at91: atmel_nand: add Programmable Multibit ECC controller support
by Josh Wu
· 12 years ago
a41b51a
mtd: at91: add dt parameters for Atmel PMECC
by Josh Wu
· 12 years ago
718894a
mtd: nand_bbt: refactor check_pattern_no_oob()
by Brian Norris
· 12 years ago
9fd6b37
mtd: nand: rename "no_bbt" descriptors to "no_oob"
by Brian Norris
· 12 years ago
947c9ad
mtd: nand: remove stale config options
by Richard Genoud
· 12 years ago
9d9a881
mtd: nand: change "AMD" manuf. ID to "AMD/Spansion"
by Brian Norris
· 12 years ago
2944a44
mtd: add LPC32xx SLC NAND driver
by Roland Stigge
· 12 years ago
fdbad98d
mtd: nand: teach write_page and write_page_raw return an error code
by Josh Wu
· 12 years ago
3dfe41a
mtd: at91: extract hw ecc initialization to one function
by Josh Wu
· 12 years ago
7bb9c75
mtd: nand: Use the mirror BBT descriptor when reading its version
by Shmulik Ladkani
· 12 years ago
71718a8e
mtd: mxc_nand: add i.MX53 support
by Sascha Hauer
· 12 years ago
71885b6
mtd: mxc_nand: swap iomem resource order
by Sascha Hauer
· 12 years ago
e4a09cb
mtd: mxc_nand: Use managed resources
by Sascha Hauer
· 12 years ago
874d72c
mtd: elbc nand: use drvdata to only remove the relevant chip
by Scott Wood
· 12 years ago
3d05969
nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepare
by Fabio Estevam
· 12 years ago
1696e6b
mtd: nand: kill NAND_NO_READRDY
by Brian Norris
· 13 years ago
b1ccfab
mtd: nand: add Eon Silicon Solutions manufacturer ID
by Brian Norris
· 13 years ago
3166df0
mtd: sh_flctl: Use user oob data in hardware ECC mode
by Bastian Hecht
· 13 years ago
6667a6d5
mtd: sh_flctl: Restructure the hardware ECC handling
by Bastian Hecht
· 13 years ago
623c55c
mtd: sh_flctl: Group sector accesses into a single transfer
by Bastian Hecht
· 13 years ago
50ed399
mtd: sh_flctl: Simplify the hardware ecc page read/write
by Bastian Hecht
· 13 years ago
ef4ce0b
mtd: sh_flctl: Fix hardware ECC behaviour
by Bastian Hecht
· 13 years ago
aa32d1f
mtd: sh_flctl: Use different OOB layout
by Bastian Hecht
· 13 years ago
3c7ea4e
mtd: sh_flctl: Add support for error IRQ
by Bastian Hecht
· 13 years ago
cb54751d
mtd: sh_flctl: Add missing iounmap()
by Bastian Hecht
· 13 years ago
271b874b
mtd: nand: gpmi: need to use {read,write}_oob_raw
by Brian Norris
· 13 years ago
b9bc815
mtd: cafe_nand: spelling mistake
by Brian Norris
· 13 years ago
596fd46
mtd: nandsim: don't open code a do_div helper
by Herton Ronaldo Krzesinski
· 13 years ago
6023813a
mtd: gpmi-nand: fix read page when reading to vmalloced area
by Sascha Hauer
· 12 years ago
096bcc2
mtd: mxc_nand: use 32bit copy functions
by Sascha Hauer
· 12 years ago
48f8b64
mtd: cafe_nand: fix an & vs | mistake
by Dan Carpenter
· 12 years ago
ea3b2ea
mtd: nand: initialize bitflip_threshold prior to BBT scanning
by Shmulik Ladkani
· 12 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
4a43faf
mtd: mxc_nand: move ecc strengh setup before nand_scan_tail
by Sascha Hauer
· 12 years ago
5636ce0
mtd: gpmi-nand: define ecc.strength
by Marek Vasut
· 13 years ago
34a5704
mtd: nand: fix scan_read_raw_oob
by Dmitry Maluka
· 13 years ago
2795343
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
f6a26ae
Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
813a95e
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
9bc747b
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
Next »