Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/imx/fdt Add SDHC_FLAG_NO_BUSY_INTR flag.



details:   https://anonhg.NetBSD.org/src/rev/f08a08fcb973
branches:  trunk
changeset: 459827:f08a08fcb973
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Fri Sep 27 02:54:57 2019 +0000

description:
Add SDHC_FLAG_NO_BUSY_INTR flag.

diffstat:

 sys/arch/arm/imx/fdt/imx6_sdhc.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 48b10cf66efb -r f08a08fcb973 sys/arch/arm/imx/fdt/imx6_sdhc.c
--- a/sys/arch/arm/imx/fdt/imx6_sdhc.c  Fri Sep 27 00:53:34 2019 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_sdhc.c  Fri Sep 27 02:54:57 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_sdhc.c,v 1.2 2019/08/19 03:48:41 hkenken Exp $    */
+/*     $NetBSD: imx6_sdhc.c,v 1.3 2019/09/27 02:54:57 hkenken Exp $    */
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_sdhc.c,v 1.2 2019/08/19 03:48:41 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_sdhc.c,v 1.3 2019/09/27 02:54:57 hkenken Exp $");
 
 #include "opt_fdt.h"
 
@@ -119,7 +119,8 @@
            SDHC_FLAG_HAVE_DVS |
            SDHC_FLAG_32BIT_ACCESS |
            SDHC_FLAG_USE_ADMA2 |
-           SDHC_FLAG_USDHC;
+           SDHC_FLAG_USDHC |
+           SDHC_FLAG_NO_BUSY_INTR;
 
        if (bus_width == 8)
                sc->sc_sdhc.sc_flags |= SDHC_FLAG_8BIT_MODE;



Home | Main Index | Thread Index | Old Index