| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Synopsys DesignWare Multimedia Card Interface driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2009 NXP Semiconductors |
|---|
| 5 | 6 | * Copyright (C) 2009, 2010 Imagination Technologies Ltd. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | | - * (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #include <linux/err.h> |
|---|
| .. | .. |
|---|
| 102 | 98 | .remove = dw_mci_pltfm_remove, |
|---|
| 103 | 99 | .driver = { |
|---|
| 104 | 100 | .name = "dw_mmc", |
|---|
| 101 | + .probe_type = PROBE_PREFER_ASYNCHRONOUS, |
|---|
| 105 | 102 | .of_match_table = dw_mci_pltfm_match, |
|---|
| 106 | 103 | .pm = &dw_mci_pltfm_pmops, |
|---|
| 107 | 104 | }, |
|---|