| #
813156ed |
| 01-Dec-2020 |
Yifeng Zhao <yifeng.zhao@rock-chips.com> |
drivers: mtd: nand: support slc nand for rk3568
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: Id9bc21f8fb443574ad150c32b9c6980e2e038ca7
|
| #
57e25cf7 |
| 09-Jul-2019 |
Yifeng Zhao <zyf@rock-chips.com> |
rockchip: drivers: mtd: nand: move driver to raw/ subdirectory
Change-Id: Ic35e85a69a0599fb0f6dc47e38cfc40601f6e838 Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
|
| #
625940fe |
| 15-Mar-2019 |
Philippe Reynes <philippe.reynes@softathome.com> |
UPSTREAM: drivers: nand: brcmnand: add initial support
The driver brcmnand come from linux kernel 4.18. Only SoC bcm6838 and bcm6858 are supported.
Change-Id: I0337600b164da018c1236ef9cbdd90ecc0904
UPSTREAM: drivers: nand: brcmnand: add initial support
The driver brcmnand come from linux kernel 4.18. Only SoC bcm6838 and bcm6858 are supported.
Change-Id: I0337600b164da018c1236ef9cbdd90ecc0904ee7 Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 22daafba25592b79112d21d1662d7b8381827c56)
show more ...
|
| #
15f504ad |
| 05-Apr-2019 |
Christophe Kerello <christophe.kerello@st.com> |
UPSTREAM: mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver
The driver adds the support for the STMicroelectronics FMC2 NAND Controller found on STM32MP SOCs.
This patch adds th
UPSTREAM: mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver
The driver adds the support for the STMicroelectronics FMC2 NAND Controller found on STM32MP SOCs.
This patch adds the polling mode, a basic mode that do not need any DMA channels.
Only NAND_ECC_HW mode is actually supported. The driver supports a maximum 8k page size. The following ECC strength and step size are currently supported: - nand-ecc-strength = <8>, nand-ecc-step-size = <512> (BCH8) - nand-ecc-strength = <4>, nand-ecc-step-size = <512> (BCH4) - nand-ecc-strength = <1>, nand-ecc-step-size = <512> (Extended ECC based on Hamming)
This patch has been tested on Micron MT29F8G08ABACAH4.
Change-Id: I30c2a61a49af2f8855f7f98ef302a70554d87a5d Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 7bb75023a720432a32840c6df543aae92653b23d)
show more ...
|
| #
cfcc706c |
| 16-Aug-2018 |
Miquel Raynal <miquel.raynal@bootlin.com> |
UPSTREAM: mtd: move NAND files into a raw/ subdirectory
NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in
UPSTREAM: mtd: move NAND files into a raw/ subdirectory
NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in a raw/ subdirectory, to ease the addition of a core file in nand/ and the introduction of a spi/ subdirectory specific to SPI NANDs.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Change-Id: Ibb56f85620c4798fb579be3e4e30438963b7c48b Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit a430fa06a4ac50e785fdbfb7f43c3cb14b35619c)
show more ...
|