]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: Do not expose the NAND manufacturer table directly
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Sat, 7 Jan 2017 14:48:25 +0000 (15:48 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 8 Mar 2017 22:21:18 +0000 (23:21 +0100)
commitbcc678c2d7a0e0af14cb3d858ebd367be378c172
treebf65c4f754e0cfc612b300722571e62bb1cda958
parentf16bd7ca045729e1104a9353dfd792ea98931b80
mtd: nand: Do not expose the NAND manufacturer table directly

There is no reason to expose the NAND manufacturer table. Provide an
helper function to find manufacturers by their id.

We also turn the nand_manufacturers table into a const array, since its
members are not modified after the initial assignment.

Finally, we remove the sentinel manufacturer entry from the manufacturers
table (we already have the array size information given by ARRAY_SIZE()),
and add the nand_manufacturer_name() helper to handle the "Unknown" case
properly.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_ids.c
include/linux/mtd/nand.h