Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0450ba4069226a16b2fb979fdb24a3ad60634933
/
drivers
/
mtd
/
nand
affe8a2
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
144f4c9
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· 8 years ago
422485d
mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmd
by Florian Fainelli
· 8 years ago
de3bfc4
mtd: nand: omap2: fix return value check in omap_nand_probe()
by Wei Yongjun
· 8 years ago
1ed1069
Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtd
by Brian Norris
· 8 years ago
7ce9ea7
mtd: nand: omap2: Add check for old elm binding
by Teresa Remmet
· 8 years ago
8ea126b
memory: Update dependency of IFC for Layerscape
by Raghav Dogra
· 8 years ago
8490c03
mtd: nand: jz4780: Update MODULE_AUTHOR email address
by Harvey Hunt
· 8 years ago
40297e7
mtd: nand: sunxi: prevent a small memory leak
by Dan Carpenter
· 9 years ago
ab9d6a7
mtd: nand: sunxi: add reset line support
by Icenowy Zheng
· 9 years ago
37987ba
mtd: nand: xway: add nandaddr to own struct
by Hauke Mehrtens
· 9 years ago
250d45e
mtd: nand: xway: add missing write_buf and read_buf to nand driver
by Hauke Mehrtens
· 9 years ago
ddbed9c
mtd: nand: xway: extract read and write function
by Hauke Mehrtens
· 9 years ago
e7e1f7b
mtd: nand: xway: fix nand locking
by John Crispin
· 9 years ago
44772fa
mtd: nand: xway: remove manual reset
by Hauke Mehrtens
· 9 years ago
f45eb7b
mtd: nand: xway: Avoid messing up with IO_ADDR_W in ->cmd_ctrl()
by John Crispin
· 9 years ago
0243667
mtd: nand: xway: convert to normal platform driver
by Hauke Mehrtens
· 9 years ago
3d8cec2
mtd: nand: xway: add some more documentation
by Hauke Mehrtens
· 9 years ago
03b1d11
mtd: nand: sunxi: fix subpage write
by Boris Brezillon
· 9 years ago
a92c721
mtd: nand: sunxi: check ecc->size values
by Boris Brezillon
· 9 years ago
872164e
mtd: nand: sunxi: prefer 1k ECC blocks when applicable
by Boris Brezillon
· 9 years ago
252173c
mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma()
by Boris Brezillon
· 9 years ago
1d6b1e4
mtd: mediatek: driver for MTK Smart Device
by Jorge Ramirez-Ortiz
· 9 years ago
28f3d01
mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()
by Wei Yongjun
· 9 years ago
bc26532
mtd: brcmnand: Detect sticky ucorr ecc error on dma reads
by Kamal Dasu
· 9 years ago
02b88ee
mtd: brcmnand: Add check for erased page bitflips
by Kamal Dasu
· 9 years ago
1c7fe6b
mtd: nand: add ESMT manufacturer
by Rafał Miłecki
· 9 years ago
614049a
mtd: nand: sunxi: add support for DMA assisted operations
by Boris Brezillon
· 9 years ago
decba6d
mtd: brcmnand: Add v7.2 controller support
by Florian Fainelli
· 9 years ago
aa7abd3
mtd: nand: omap2: Support parsing dma channel information from DT
by Cooper Jr., Franklin
· 9 years ago
4cae85b
Merge tag 'for-linus-20160527' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
53b74ed
Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts"
by Wenyou Yang
· 9 years ago
8bc4d5f
Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
490e142
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 9 years ago
3603ea0
mtd: nand_bch: fix spelling of "probably"
by Brian Norris
· 9 years ago
2cbaf54
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
by Brian Norris
· 9 years ago
666b656
mtd: brcmnand: respect ECC algorithm set by NAND subsystem
by Brian Norris
· 9 years ago
bd2e778
gpmi-nand: Handle ECC Errors in erased pages
by Markus Pargmann
· 9 years ago
ba4f46b
mtd: nand: add support for "nand-ecc-algo" DT property
by Rafał Miłecki
· 9 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
ae211bc
mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
by Rafał Miłecki
· 9 years ago
06f384c
mtd: nand: read ECC algorithm from the new field
by Rafał Miłecki
· 9 years ago
ef296dc
mtd: nand: fsmc: validate ECC setup by checking algorithm directly
by Rafał Miłecki
· 9 years ago
e9d4fae
mtd: nand: set ECC algorithm to Hamming on fallback
by Rafał Miłecki
· 9 years ago
d5f304a
mtd: nand: atmel: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
867f987
mtd: nand: davinci: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
04dae62
mtd: nand: bf5xx: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
8c6f0fc
mtd: nand: omap2: Fix high memory dma prefetch transfer
by Cooper Jr., Franklin
· 9 years ago
03d3a1d
mtd: nand: omap2: Start dma request before enabling prefetch
by Cooper Jr., Franklin
· 9 years ago
7778478
mtd: nandsim: add __init attribute
by Julia Lawall
· 9 years ago
d48f62b
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
by Boris Brezillon
· 9 years ago
14667d8
mtd: nand: sh_flctl: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
609468f
mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
f6c36aa
mtd: nand: lpc32xx: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
2d01922
mtd: nand: hisi504: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
363b5db
mtd: nand: davinci: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
f05f6a1
mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
57a605b
mtd: nand: omap2: fix compare_const_fl.cocci warnings
by Julia Lawall
· 9 years ago
99fec60
mtd: nand: jz4740: Remove unused local variable
by Maarten ter Huurne
· 9 years ago
e99b0d9
mtd: nand: fsl_elbc: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
ff1ef35
mtd: nand: fsl_ifc: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
ab2f5a8
mtd: nand: fsl_upm: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
d9944e1
mtd: nand: cmx270: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
7079e7e
mtd: nand: mpc5121_nfc: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
c2ec6b3
mtd: nand: au1550nd: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
e020cc0
mtd: nand: sh_flctl: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
c4fe72a
mtd: nand: s3c2410: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
d7b83b8
mtd: nand: omap2: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
7f2b092
mtd: nand: kill the ecc->layout field
by Boris Brezillon
· 9 years ago
421e81c
mtd: nand: qcom: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
3cf32d1
mtd: nand: vf610: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
c66811e
mtd: nand: sunxi: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
987b913
mtd: nand: sm_common: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
e7049f2
mtd: nand: sh_flctl: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
bf01e06b
mtd: nand: s3c2410: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
39980c5
mtd: nand: pxa3xx: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
e04dbf3
mtd: nand: omap2: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
a894cf6c
mtd: nand: mxc: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
d50b523
mtd: nand: lpc32xx: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
36886be
mtd: nand: jz4780: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
2ca9ec9
mtd: nand: hisi504: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
3f158e4
mtd: nand: gpmi: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
04a123a
mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
by Boris Brezillon
· 9 years ago
22b4695
mtd: nand: fsmc: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
caf5129
mtd: nand: fsl_ifc: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
c2e197b
mtd: nand: fsl_elbc: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
6b75065
mtd: nand: docg4: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
68c1b75
mtd: nand: diskonchip: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
14fad62
mtd: nand: denali: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
e4aacaa
mtd: nand: davinci: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
a8ed6e6
mtd: nand: cafe: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
ef5eeea
mtd: nand: brcm: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
c8766e8
mtd: nand: bf5xx: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
cc00383
mtd: nand: atmel: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
5053318
mtd: nand: jz4740: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
e5b2d30
mtd: nand: sharpsl: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
7cf9c19
mtd: nand: bch: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
41b207a
mtd: nand: implement the default mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
70d105e
mtd: nand: use mtd_set_ecclayout() where appropriate
by Boris Brezillon
· 9 years ago
aa02fcf
mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
Next »