]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/arm/omap1: Inline creation of MMC
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 10:45:14 +0000 (10:45 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 31 Jan 2025 18:36:44 +0000 (19:36 +0100)
commit9c2fce87fc5218c0181abd9d8eb1dd7858103375
treed598a8659a48d98d4bb68ac46d7dc9f579bd392a
parent3102d81fc707550675be7af0c49da7c4299e9af9
hw/arm/omap1: Inline creation of MMC

Our style for other conversions of OMAP devices to qdev has been to
inline the creation and wiring into omap310_mpu_init() -- see for
instance the handling of omap-intc, omap-gpio and omap_i2c. Do
the same for omap-mmc.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250128104519.3981448-7-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/arm/omap1.c
hw/sd/omap_mmc.c