Re: [Qemu-devel] [PATCH v3] sdhci: add i.MX SD Stable Clock bit

2018-08-18 Thread Peter Maydell
On 17 August 2018 at 18:56, Hans-Erik Floryd wrote: > > > Den fre 17 aug 2018 19:51Peter Maydell skrev >> >> (Your indentation was off-by-one -- we use 4-space indent -- but I fixed >> that.) >> >> -- PMM > > > Thanks! I think i fixed that in a new patch so please ignore v3. You don't need to re

Re: [Qemu-devel] [PATCH v3] sdhci: add i.MX SD Stable Clock bit

2018-08-17 Thread Hans-Erik Floryd
Den fre 17 aug 2018 19:51Peter Maydell skrev > (Your indentation was off-by-one -- we use 4-space indent -- but I fixed > that.) -- PMM > Thanks! I think i fixed that in a new patch so please ignore v3. /Hans-Erik Floryd >

Re: [Qemu-devel] [PATCH v3] sdhci: add i.MX SD Stable Clock bit

2018-08-17 Thread Peter Maydell
On 17 August 2018 at 13:10, Hans-Erik Floryd wrote: > Add the ESDHC PRSSTAT_SDSTB bit, using the value of SDHC_CLOCK_INT_STABLE. > Freescale recommends checking this bit when changing clock frequency. > > Signed-off-by: Hans-Erik Floryd > --- > hw/sd/sdhci-internal.h | 2 ++ > hw/sd/sdhci.c

[Qemu-devel] [PATCH v3] sdhci: add i.MX SD Stable Clock bit

2018-08-17 Thread Hans-Erik Floryd
Add the ESDHC PRSSTAT_SDSTB bit, using the value of SDHC_CLOCK_INT_STABLE. Freescale recommends checking this bit when changing clock frequency. Signed-off-by: Hans-Erik Floryd --- hw/sd/sdhci-internal.h | 2 ++ hw/sd/sdhci.c | 8 2 files changed, 10 insertions(+) diff --git a