]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 10 Jan 2023 08:25:08 +0000 (09:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Jan 2023 13:32:38 +0000 (13:32 +0000)
commit500a64d82b4cb533bcacaaadcf998c906e52a80a
treef5265e6fce2f79109e99c580a974588fab6055ab
parentf6cf2eb8ec6d2d2e3e5fd51147079228c65833bd
hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c

This device model started with the Versatile board, named
TYPE_VERSATILE_I2C, then ended up renamed TYPE_ARM_SBCON_I2C
as per the official "ARM SBCon two-wire serial bus interface"
description from:
https://developer.arm.com/documentation/dui0440/b/programmer-s-reference/two-wire-serial-bus-interface--sbcon

Use the latter name as a better description.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230110082508.24038-6-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/arm/Kconfig
hw/i2c/Kconfig
hw/i2c/arm_sbcon_i2c.c [new file with mode: 0644]
hw/i2c/meson.build
hw/i2c/versatile_i2c.c [deleted file]