hw/misc: Rename npcm7xx_gcr to npcm_gcr
authorHao Wu <wuhaotsh@google.com>
Wed, 19 Feb 2025 18:45:55 +0000 (10:45 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2025 15:22:19 +0000 (15:22 +0000)
commit506af2330cd0ef684a48aad12640a7bea8e95247
treeae112c9d1abe8a76a7dad78d4ccb91d6bc9e42d3
parente9be8467b42f7e2af70694422f4b4d8afe82bf4e
hw/misc: Rename npcm7xx_gcr to npcm_gcr

NPCM7XX and NPCM8XX have a different set of GCRs and the GCR module
needs to fit both. This commit changes the name of the GCR module.
Future commits will add the support for NPCM8XX GCRs.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Message-id: 20250219184609.1839281-5-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/meson.build
hw/misc/npcm7xx_gcr.c [deleted file]
hw/misc/npcm_gcr.c [new file with mode: 0644]
include/hw/arm/npcm7xx.h
include/hw/misc/npcm7xx_gcr.h [deleted file]
include/hw/misc/npcm_gcr.h [new file with mode: 0644]