[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-5.2 06/19] aspeed/smc: Fix MemoryRegionOps definition
From: |
Cédric Le Goater |
Subject: |
[PATCH for-5.2 06/19] aspeed/smc: Fix MemoryRegionOps definition |
Date: |
Thu, 6 Aug 2020 15:20:53 +0200 |
Unaligned access support is a leftover from the initial commit. There
is no such need on this device register mapping. Remove it.
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
hw/ssi/aspeed_smc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c
index 4fab1f5f855e..0646e0dca72e 100644
--- a/hw/ssi/aspeed_smc.c
+++ b/hw/ssi/aspeed_smc.c
@@ -1299,10 +1299,8 @@ static const MemoryRegionOps aspeed_smc_ops = {
.read = aspeed_smc_read,
.write = aspeed_smc_write,
.endianness = DEVICE_LITTLE_ENDIAN,
- .valid.unaligned = true,
};
-
/*
* Initialize the custom address spaces for DMAs
*/
--
2.25.4
- [PATCH for-5.2 00/19] aspeed: mostly cleanups and some extensions, Cédric Le Goater, 2020/08/06
- [PATCH for-5.2 01/19] m25p80: Return the JEDEC ID twice for mx25l25635e, Cédric Le Goater, 2020/08/06
- [PATCH for-5.2 02/19] m25p80: Add support for mx25l25635f, Cédric Le Goater, 2020/08/06
- [PATCH for-5.2 03/19] m25p80: Add support for n25q512ax3, Cédric Le Goater, 2020/08/06
- [PATCH for-5.2 06/19] aspeed/smc: Fix MemoryRegionOps definition,
Cédric Le Goater <=
- [PATCH for-5.2 04/19] aspeed/scu: Fix valid access size on AST2400, Cédric Le Goater, 2020/08/06
- Re: [PATCH for-5.2 04/19] aspeed/scu: Fix valid access size on AST2400, Joel Stanley, 2020/08/06
- [PATCH for-5.2 05/19] hw/arm/aspeed: Add board model for Supermicro X11 BMC, Cédric Le Goater, 2020/08/06
- [PATCH for-5.2 08/19] aspeed/sdhci: Fix reset sequence, Cédric Le Goater, 2020/08/06