commit | b1c97e2335f24dbdcc26cfdc882b8b5a0bad25c2 | [log] [tgz] |
---|---|---|
author | Aaron Sierra <asierra@xes-inc.com> | Mon Apr 30 11:34:49 2018 -0500 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Fri May 04 09:50:19 2018 +0200 |
tree | c8ed6026cc8627b09e5abd8e78823f5fc4a49b4f | |
parent | 051529d0c010a07c84fb42626053e4df610857c5 [diff] |
mtd: cfi: Support early CFI fixups Some CFI devices need fixups that affect the number of chips detected, but the current fixup infrastructure (struct cfi_fixup and cfi_fixup()) does not cover this situation. Introduce struct cfi_early_fixup and cfi_early_fixup() to fill the void. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>