Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-12-16 Thread Bernhard Beschow
Am 1. November 2022 10:49:20 UTC schrieb Bernhard Beschow : >Am 31. Oktober 2022 12:11:37 UTC schrieb "Philippe Mathieu-Daudé" >: >>On 30/10/22 12:46, Bernhard Beschow wrote: >>> >>> >>> On Sun, Oct 30, 2022 at 1:10 AM Philippe Mathieu-Daudé >> > wrote: >>> >>>

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-11-01 Thread Bernhard Beschow
Am 31. Oktober 2022 12:11:37 UTC schrieb "Philippe Mathieu-Daudé" : >On 30/10/22 12:46, Bernhard Beschow wrote: >> >> >> On Sun, Oct 30, 2022 at 1:10 AM Philippe Mathieu-Daudé > > wrote: >> >> On 29/10/22 20:28, Bernhard Beschow wrote: >> > Am 29. Oktober 2022

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-31 Thread Philippe Mathieu-Daudé
On 30/10/22 12:46, Bernhard Beschow wrote: On Sun, Oct 30, 2022 at 1:10 AM Philippe Mathieu-Daudé mailto:phi...@linaro.org>> wrote: On 29/10/22 20:28, Bernhard Beschow wrote: > Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow mailto:shen...@gmail.com>>: >> Am 29. O

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-30 Thread Bernhard Beschow
On Sun, Oct 30, 2022 at 1:10 AM Philippe Mathieu-Daudé wrote: > On 29/10/22 20:28, Bernhard Beschow wrote: > > Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow < > shen...@gmail.com>: > >> Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow < > shen...@gmail.com>: > >>> Am 27. Okto

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Philippe Mathieu-Daudé
On 29/10/22 20:28, Bernhard Beschow wrote: Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow : Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" : Hi Bernhard, On 18/10/22 23:01, Bernhard Beschow wrote: Will

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow : >Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : >>Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" >>: >>>Hi Bernhard, >>> >>>On 18/10/22 23:01, Bernhard Beschow wrote: Will allow e500 boards to access S

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : >Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" >: >>Hi Bernhard, >> >>On 18/10/22 23:01, Bernhard Beschow wrote: >>> Will allow e500 boards to access SD cards using just their own devices. >>> >>> Signed-off-by: Bernh

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" : >Hi Bernhard, > >On 18/10/22 23:01, Bernhard Beschow wrote: >> Will allow e500 boards to access SD cards using just their own devices. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/sd/sdhci.c | 120 +++

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-27 Thread Philippe Mathieu-Daudé
Hi Bernhard, On 18/10/22 23:01, Bernhard Beschow wrote: Will allow e500 boards to access SD cards using just their own devices. Signed-off-by: Bernhard Beschow --- hw/sd/sdhci.c | 120 +- include/hw/sd/sdhci.h | 3 ++ 2 files changed, 122 i

[PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-18 Thread Bernhard Beschow
Will allow e500 boards to access SD cards using just their own devices. Signed-off-by: Bernhard Beschow --- hw/sd/sdhci.c | 120 +- include/hw/sd/sdhci.h | 3 ++ 2 files changed, 122 insertions(+), 1 deletion(-) diff --git a/hw/sd/sdhci.c b/hw/s