aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/aspeed_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-5/+5
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/sd: Constify all PropertyRichard Henderson1-1/+1
2024-12-11hw/sd/aspeed_sdhci: Add AST2700 SupportJamin Lin1-0/+14
2024-12-11hw:sdhci: Introduce a new "capareg" class member to set the different Capabil...Jamin Lin1-1/+46
2024-12-11hw/sd/aspeed_sdhci: Fix coding styleJamin Lin1-2/+4
2024-11-04hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1Jamin Lin1-11/+29
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2023-12-30hw/sd: Constify VMStateRichard Henderson1-1/+1
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé1-11/+8
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-10-22speed/sdhci: Add trace eventsCédric Le Goater1-0/+5
2021-02-20Fix SPDX-License-Identifier typosRyan Finnie1-1/+1
2020-09-01aspeed/sdhci: Fix reset sequenceCédric Le Goater1-2/+12
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-7/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-5/+3
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-3/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster1-1/+1
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery1-2/+9
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James1-0/+198