Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7bebf33f9d463eccfa141a439f797b1237da73ff
/
drivers
/
mtd
/
nand
/
sunxi_nand.c
44ebd64
mtd: nand: sunxi: Fix ECC strength choice
by Miquel Raynal
· 7 years ago
293c98f
mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()
by Boris Brezillon
· 7 years ago
4796d86
mtd: nand: sunxi: Support ECC maximization
by Boris Brezillon
· 8 years ago
907f45f
mtd: nand: sunxi: switch from manual to automated timing config
by Sascha Hauer
· 8 years ago
d45bc58
mtd: nand: import nand_hw_control_init()
by Marc Gonzalez
· 8 years ago
40297e7
mtd: nand: sunxi: prevent a small memory leak
by Dan Carpenter
· 8 years ago
ab9d6a7
mtd: nand: sunxi: add reset line support
by Icenowy Zheng
· 8 years ago
03b1d11
mtd: nand: sunxi: fix subpage write
by Boris Brezillon
· 8 years ago
a92c721
mtd: nand: sunxi: check ecc->size values
by Boris Brezillon
· 8 years ago
872164e
mtd: nand: sunxi: prefer 1k ECC blocks when applicable
by Boris Brezillon
· 8 years ago
252173c
mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma()
by Boris Brezillon
· 8 years ago
28f3d01
mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()
by Wei Yongjun
· 8 years ago
614049a
mtd: nand: sunxi: add support for DMA assisted operations
by Boris Brezillon
· 9 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
c66811e
mtd: nand: sunxi: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
c4f3ef2
mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers
by Boris Brezillon
· 9 years ago
828dec1
mtd: nand: sunxi: make OOB retrieval optional
by Boris Brezillon
· 9 years ago
cc6822f
mtd: nand: sunxi: move some ECC related operations to their own functions
by Boris Brezillon
· 9 years ago
c0c9dfa
mtd: nand: sunxi: poll for events instead of using interrupts
by Boris Brezillon
· 9 years ago
166f08c
mtd: nand: sunxi: make use of readl_poll_timeout()
by Boris Brezillon
· 9 years ago
a9a416f
mtd: nand: sunxi: fix ->dev_ready() implementation
by Boris Brezillon
· 9 years ago
336de7b
mtd: nand: enable ECC pipelining
by Boris Brezillon
· 9 years ago
dd26a45
mtd: nand: sunxi: disable clks on device removal
by Boris Brezillon
· 9 years ago
68ffbf7
mtd: nand: sunxi: fix NFC_CTL setting
by Boris Brezillon
· 9 years ago
f8b0474
mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro
by Boris Brezillon
· 9 years ago
ece03cfd
mtd: nand: sunxi: let the NAND controller control the CE line
by Boris Brezillon
· 9 years ago
e9aa671
mtd: nand: sunxi: improve ->cmd_ctrl() function
by Boris Brezillon
· 9 years ago
fe82cce
mtd: nand: sunxi: implement ->read_subpage()
by Boris Brezillon
· 9 years ago
1c1bdd6
mtd: nand: sunxi: implement ->read_oob()/->write_oob()
by Boris Brezillon
· 9 years ago
5abcd95
mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings
by Boris Brezillon
· 9 years ago
2d43457
mtd: nand: sunxi: fix EDO mode selection
by Boris Brezillon
· 9 years ago
2f9992e
mtd: nand: sunxi: fix clk rate calculation
by Boris Brezillon
· 9 years ago
9edb470
mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()
by Boris Brezillon
· 9 years ago
24d990e
mtd: nand: remove unneeded of_mtd.h inclusions
by Boris Brezillon
· 9 years ago
f671a1f
mtd: nand: sunxi: remove direct mtd->priv accesses
by Boris BREZILLON
· 9 years ago
46c135c
mtd: nand: sunxi: use mtd_div_by_ws() helper
by Brian Norris
· 9 years ago
4be4e03
mtd: nand: sunxi: add randomizer support
by Boris BREZILLON
· 9 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 9 years ago
32e9f2d
mtd: nand: sunxi: use the mtd instance embedded in struct nand_chip
by Boris BREZILLON
· 9 years ago
4bd4ebc
mtd: nand: make use of mtd_to_nand() in NAND drivers
by Boris BREZILLON
· 9 years ago
a81c0f0
mtd: nand: sunxi: add missing of_node_put
by Julia Lawall
· 9 years ago
a61ae81
mtd: nand: drop unnecessary partition parser data
by Brian Norris
· 9 years ago
6375219
mtd: nand: convert to nand_set_flash_node()
by Brian Norris
· 9 years ago
28ec8a8
mtd: nand: sunxi: avoid retrieving data before ECC pass
by Boris BREZILLON
· 9 years ago
74eb9ff
mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()
by Boris BREZILLON
· 9 years ago
45aaeff
mtd: nand: pass page number to ecc->write_xxx() methods
by Boris BREZILLON
· 9 years ago
611425d
mtd: nand: sunxi_nand: drop owner assignment
by Frans Klaver
· 9 years ago
146b503
mtd: nand: sunxi: fix bitflips in erased pages
by Boris BREZILLON
· 9 years ago
23151fd
mtd: nand: sunxi: replace the NFC_BUF_TO_USER_DATA() macro by an inline function
by Boris BREZILLON
· 9 years ago
f363e0f
mtd: nand: sunxi: retrieve corrected OOB bytes
by Boris BREZILLON
· 9 years ago
35d0e24
mtd: nand: sunxi: factorize extra OOB bytes handling
by Boris BREZILLON
· 9 years ago
b462551
mtd: nand: sunxi: make use of sunxi_nfc_hw_ecc_read/write_chunk()
by Boris BREZILLON
· 9 years ago
913821b
mtd: nand: sunxi: introduce sunxi_nfc_hw_ecc_read/write_chunk()
by Boris BREZILLON
· 9 years ago
c9118ec
mtd: nand: sunxi: create sunxi_nfc_hw_ecc_enable()/disable() functions
by Boris BREZILLON
· 9 years ago
b6a02c0
mtd: nand: sunxi: rework macros
by Boris BREZILLON
· 9 years ago
0c00a36
Merge MTD 4.3-rc updates into -next
by Brian Norris
· 9 years ago
8e375cc
mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()
by Boris BREZILLON
· 9 years ago
03a0e8a
mtd: nand: sunxi: fix OOB handling in ->write_xxx() functions
by Boris BREZILLON
· 9 years ago
a3d22a5
mtd: nand: sunxi: rely on nand_dt_init initialization
by Boris BREZILLON
· 9 years ago
7eadd47f
mtd: sunxi_nand: Select the chip in sunxi_nand_chip_init_timings()
by Stefan Roese
· 9 years ago
d052e50
mtd: nand: sunxi: Set serial access mode correctly
by Roy Spliet
· 9 years ago
9c61829
mtd: nand: sunxi: Replace failsafe timing cfg with calculated value
by Roy Spliet
· 9 years ago
e0377cd
mtd: nand: Request strength instead of bytes for soft BCH
by Aaron Sierra
· 10 years ago
1fef62c
mtd: nand: add sunxi NAND flash controller support
by Boris BREZILLON
· 10 years ago