mtd: spi-nor: issi: unify function names
authorMichael Walle <michael@walle.cc>
Wed, 23 Feb 2022 13:43:35 +0000 (14:43 +0100)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 25 Feb 2022 07:44:31 +0000 (09:44 +0200)
commitcc5af02f6008409b453e21ad6911047b84da6dc3
treedf79d03157e6a08e36f2bea72033eba94cc98f6d
parent536437aabb7a55c60c28c7a753a9e2d875757938
mtd: spi-nor: issi: unify function names

To avoid name clashes unify all the function and static object names and
use one of the following prefixes which should be sufficiently unique:
 - <vendor>_nor_
 - <flash_family>_nor_
 - <flash_part>_

There are no functional changes.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Pratyush Yadav <p.yadav@ti.com>
Link: https://lore.kernel.org/r/20220223134358.1914798-10-michael@walle.cc
drivers/mtd/spi-nor/issi.c