All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] ppc/e500: Add support for eSDHC
@ 2022-11-01 22:29 Philippe Mathieu-Daudé
  2022-11-01 22:29 ` [PATCH v6 1/3] hw/sd/sdhci: MMIO region is implemented in 32-bit accesses Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-01 22:29 UTC (permalink / raw)
  To: qemu-devel, Bernhard Beschow
  Cc: Daniel Henrique Barboza, Philippe Mathieu-Daudé, Bin Meng,
	qemu-ppc, qemu-block

This is a respin of Bernhard's v4 with Freescale eSDHC implemented
as an 'UNIMP' region. See v4 cover here:
https://lore.kernel.org/qemu-devel/20221018210146.193159-1-shentey@gmail.com/

Since v5:
- Rebased (ppc-next merged)
- Properly handle big-endian

Since v4:
- Do not rename ESDHC_* definitions to USDHC_*
- Do not modify SDHCIState structure

Supersedes: <20221031115402.91912-1-philmd@linaro.org>

Philippe Mathieu-Daudé (3):
  hw/sd/sdhci: MMIO region is implemented in 32-bit accesses
  hw/sd/sdhci: Support big endian SD host controller interfaces
  hw/ppc/e500: Add Freescale eSDHC to e500plat

 docs/system/ppc/ppce500.rst | 13 ++++++++++
 hw/ppc/Kconfig              |  2 ++
 hw/ppc/e500.c               | 48 ++++++++++++++++++++++++++++++++++++-
 hw/ppc/e500.h               |  1 +
 hw/ppc/e500plat.c           |  1 +
 hw/sd/sdhci-internal.h      |  1 +
 hw/sd/sdhci.c               | 36 +++++++++++++++++++++++++---
 include/hw/sd/sdhci.h       |  1 +
 8 files changed, 99 insertions(+), 4 deletions(-)

-- 
2.38.1



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-04-20 16:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 22:29 [PATCH v6 0/3] ppc/e500: Add support for eSDHC Philippe Mathieu-Daudé
2022-11-01 22:29 ` [PATCH v6 1/3] hw/sd/sdhci: MMIO region is implemented in 32-bit accesses Philippe Mathieu-Daudé
2022-11-01 22:29 ` [PATCH v6 2/3] hw/sd/sdhci: Support big endian SD host controller interfaces Philippe Mathieu-Daudé
2023-04-29 20:46   ` Guenter Roeck
2023-04-29 21:11     ` Guenter Roeck
2022-11-01 22:29 ` [PATCH v6 3/3] hw/ppc/e500: Add Freescale eSDHC to e500plat Philippe Mathieu-Daudé
2025-04-17 19:27   ` Thomas Huth
2025-04-17 21:40     ` BALATON Zoltan
2025-04-20 11:45       ` Bernhard Beschow
2022-11-02 17:41 ` [PATCH v6 0/3] ppc/e500: Add support for eSDHC Bernhard Beschow
2022-11-03  0:33 ` Daniel Henrique Barboza
2022-11-03 12:51   ` BALATON Zoltan
2022-11-03 15:13     ` Daniel Henrique Barboza
2022-11-03 16:39       ` Philippe Mathieu-Daudé
2022-11-04  2:31       ` BALATON Zoltan
2022-11-04  9:47         ` Daniel Henrique Barboza

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.