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

2018-08-17 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1534422540-18815-1-git-send-email-hans-erik.flo...@rt-labs.com Subject: [Qemu-devel] [PATCH] sdhci: add i.MX SD Stable Clock bit === TEST SCRIPT BEGIN === #!/bin/bash BASE

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

2018-08-16 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 | 7 +++ 2 files changed, 9 insertions(+) diff --git a/h