]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: ingenic: Add support for the JZ4725B
authorPaul Cercueil <paul@crapouillou.net>
Tue, 19 Mar 2019 14:54:01 +0000 (15:54 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 8 Apr 2019 08:21:06 +0000 (10:21 +0200)
commit49503657db05ad1bbe0b86cfc7a30807e3c641c5
tree4e1f8f78980cc95718aa3e3a3e1ef526f9af02d4
parent633c77c4b590318a99c773db854caa7c3e02c283
mtd: rawnand: ingenic: Add support for the JZ4725B

The boot ROM of the JZ4725B SoC expects a specific OOB layout on the
NAND, so we use it unconditionally in the ingenic-nand driver.

Also add the jz4725b-bch driver to support the JZ4725B-specific BCH
hardware.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/ingenic/Kconfig
drivers/mtd/nand/raw/ingenic/Makefile
drivers/mtd/nand/raw/ingenic/ingenic_nand.c
drivers/mtd/nand/raw/ingenic/jz4725b_bch.c [new file with mode: 0644]