]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: sst: unify function names
authorMichael Walle <michael@walle.cc>
Wed, 23 Feb 2022 13:43:39 +0000 (14:43 +0100)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 25 Feb 2022 07:44:32 +0000 (09:44 +0200)
commite484cce548aa8635a0d3a1f560d0f263fe260ac7
tree52e723189845f736428e466823c07c5be8432fc1
parent9402822731cf7e0311725aa41df6f7a0fe3bb58f
mtd: spi-nor: sst: 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-14-michael@walle.cc
drivers/mtd/spi-nor/sst.c