]> Git Repo - qemu.git/commitdiff
hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 22 Oct 2019 15:50:37 +0000 (16:50 +0100)
committerPeter Maydell <[email protected]>
Tue, 22 Oct 2019 16:44:00 +0000 (17:44 +0100)
This file keeps the various QDev blocks separated by comments.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Message-id: 20191005154748[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/sd/sdhci.c

index e08ec3e39858a06f481ca87a8d388f5a93aeb359..82ec5c1b4a49e1bbada469f3e8c4924a392c431b 100644 (file)
@@ -1532,6 +1532,8 @@ static const TypeInfo sdhci_bus_info = {
     .class_init = sdhci_bus_class_init,
 };
 
+/* --- qdev i.MX eSDHC --- */
+
 static uint64_t usdhc_read(void *opaque, hwaddr offset, unsigned size)
 {
     SDHCIState *s = SYSBUS_SDHCI(opaque);
@@ -1734,7 +1736,6 @@ usdhc_write(void *opaque, hwaddr offset, uint64_t val, unsigned size)
     }
 }
 
-
 static const MemoryRegionOps usdhc_mmio_ops = {
     .read = usdhc_read,
     .write = usdhc_write,
This page took 0.024763 seconds and 4 git commands to generate.