]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/sd/sdhci: Rename usdhc_ functions
authorBernhard Beschow <shentey@gmail.com>
Thu, 1 Jan 2026 19:31:56 +0000 (20:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 20 Jan 2026 18:51:36 +0000 (19:51 +0100)
commitf8f1f5917c9bd7e5cf3a61ccd5ec6c9c19fda941
tree23447dd732a4803e3dcea278fb68e963667087d6
parentc12125d26f9f624db0aafc5a12228b8b298b08c9
hw/sd/sdhci: Rename usdhc_ functions

The next patches will introduce eSDHC device models (big and little endian).
Prepare for that by renaming the functions. Also, this makes the code have
similar conventions as in Linux and U-Boot.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-ID: <20260112145418.220506-8-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/sd/sdhci.c