summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-06-17 09:25:29 +0200
committerPeter Maydell2020-06-23 12:39:47 +0200
commitf61c3fb56bfad1d76422fa80d18ae5e39a47d61d (patch)
treeab4cda3786a4af9048a56f445145378bd9489b6f /MAINTAINERS
parenthw/i2c/versatile_i2c: Add SCL/SDA definitions (diff)
downloadqemu-f61c3fb56bfad1d76422fa80d18ae5e39a47d61d.tar.gz
qemu-f61c3fb56bfad1d76422fa80d18ae5e39a47d61d.tar.xz
qemu-f61c3fb56bfad1d76422fa80d18ae5e39a47d61d.zip
hw/i2c: Add header for ARM SBCon two-wire serial bus interface
'ARM SBCon two-wire serial bus interface' is the official name describing the pair of registers used to bitbanging I2C in the Versatile boards. Make the private VersatileI2CState structure as public ArmSbconI2CState. Add the TYPE_ARM_SBCON_I2C, alias to our current TYPE_VERSATILE_I2C model. Rename the memory region description as 'arm_sbcon_i2c'. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-5-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f0cb1fd337..f1a74b1dfe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -842,6 +842,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Maintained
F: hw/*/versatile*
+F: include/hw/i2c/arm_sbcon_i2c.h
F: hw/misc/arm_sysctl.c
F: docs/system/arm/versatile.rst