Port the below SDIO related patches to 4.19, along with this resolved conflicts. SDIO chagnes: ------------- From 4.9 kernel: b9af81a : Add quirk for QCA9379 4080658 : Remove flag MMC_PM_WAKE_SDIO_IRQ in mmc_resume_host 7d0bf3c : Card specific custom settings for SDIO a271a43 : add wakeup functionality to sdio cards 730dfcc : enable clock gating for AR6004 card b8b8d8e : Remove BROKEN_CLK_GATING quirk for AR6003 cards3a75608: Remove BROKEN_CLK_GATING quirk for WCN1314 cards 8285766 : enable asynchronous interrupt support in 4-bit mode 2177cfb : Add 8-bit support for SDIOa17a4a4: Fix sdio_disable_wide to properly handle 8 bit bus width ce4b8f8 : Add asynchronous interrupt support for sdio cards 3c3c411 : Workaround to fix a hardware issue in Qualcomm-SDIO client on MDM. Change-Id: Iff4b4af8638454092b47b61218cf252779062eb4 Signed-off-by: Gaole Zhang <gaolez@codeaurora.org> Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Asutosh Das <asutoshd@codeaurora.org> Signed-off-by: Murali Palnati <palnatim@codeaurora.org> Signed-off-by: Sridhar Arra <sarra@codeaurora.org>
130 lines
3.9 KiB
C
130 lines
3.9 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* SDIO Classes, Interface Types, Manufacturer IDs, etc.
|
|
*/
|
|
|
|
#ifndef LINUX_MMC_SDIO_IDS_H
|
|
#define LINUX_MMC_SDIO_IDS_H
|
|
|
|
/*
|
|
* Standard SDIO Function Interfaces
|
|
*/
|
|
|
|
#define SDIO_CLASS_NONE 0x00 /* Not a SDIO standard interface */
|
|
#define SDIO_CLASS_UART 0x01 /* standard UART interface */
|
|
#define SDIO_CLASS_BT_A 0x02 /* Type-A BlueTooth std interface */
|
|
#define SDIO_CLASS_BT_B 0x03 /* Type-B BlueTooth std interface */
|
|
#define SDIO_CLASS_GPS 0x04 /* GPS standard interface */
|
|
#define SDIO_CLASS_CAMERA 0x05 /* Camera standard interface */
|
|
#define SDIO_CLASS_PHS 0x06 /* PHS standard interface */
|
|
#define SDIO_CLASS_WLAN 0x07 /* WLAN interface */
|
|
#define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */
|
|
#define SDIO_CLASS_BT_AMP 0x09 /* Type-A Bluetooth AMP interface */
|
|
|
|
/*
|
|
* Vendors and devices. Sort key: vendor first, device next.
|
|
*/
|
|
#define SDIO_VENDOR_ID_BROADCOM 0x02d0
|
|
#define SDIO_DEVICE_ID_BROADCOM_43143 0xa887
|
|
#define SDIO_DEVICE_ID_BROADCOM_43241 0x4324
|
|
#define SDIO_DEVICE_ID_BROADCOM_4329 0x4329
|
|
#define SDIO_DEVICE_ID_BROADCOM_4330 0x4330
|
|
#define SDIO_DEVICE_ID_BROADCOM_4334 0x4334
|
|
#define SDIO_DEVICE_ID_BROADCOM_43340 0xa94c
|
|
#define SDIO_DEVICE_ID_BROADCOM_43341 0xa94d
|
|
#define SDIO_DEVICE_ID_BROADCOM_4335_4339 0x4335
|
|
#define SDIO_DEVICE_ID_BROADCOM_4339 0x4339
|
|
#define SDIO_DEVICE_ID_BROADCOM_43362 0xa962
|
|
#define SDIO_DEVICE_ID_BROADCOM_43364 0xa9a4
|
|
#define SDIO_DEVICE_ID_BROADCOM_43430 0xa9a6
|
|
#define SDIO_DEVICE_ID_BROADCOM_4345 0x4345
|
|
#define SDIO_DEVICE_ID_BROADCOM_43455 0xa9bf
|
|
#define SDIO_DEVICE_ID_BROADCOM_4354 0x4354
|
|
#define SDIO_DEVICE_ID_BROADCOM_4356 0x4356
|
|
#define SDIO_DEVICE_ID_CYPRESS_4373 0x4373
|
|
|
|
#define SDIO_VENDOR_ID_INTEL 0x0089
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX 0x1402
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI 0x1403
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200GPS 0x1405
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200BT 0x1406
|
|
#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5 0x1407
|
|
|
|
#define SDIO_VENDOR_ID_MARVELL 0x02df
|
|
#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
|
|
#define SDIO_DEVICE_ID_MARVELL_8688WLAN 0x9104
|
|
#define SDIO_DEVICE_ID_MARVELL_8688BT 0x9105
|
|
#define SDIO_DEVICE_ID_MARVELL_8797_F0 0x9128
|
|
#define SDIO_DEVICE_ID_MARVELL_8887WLAN 0x9134
|
|
|
|
#define SDIO_VENDOR_ID_SIANO 0x039a
|
|
#define SDIO_DEVICE_ID_SIANO_NOVA_B0 0x0201
|
|
#define SDIO_DEVICE_ID_SIANO_NICE 0x0202
|
|
#define SDIO_DEVICE_ID_SIANO_VEGA_A0 0x0300
|
|
#define SDIO_DEVICE_ID_SIANO_VENICE 0x0301
|
|
#define SDIO_DEVICE_ID_SIANO_NOVA_A0 0x1100
|
|
#define SDIO_DEVICE_ID_SIANO_STELLAR 0x5347
|
|
|
|
#define SDIO_VENDOR_ID_TI 0x0097
|
|
#define SDIO_DEVICE_ID_TI_WL1271 0x4076
|
|
#define SDIO_VENDOR_ID_TI_WL1251 0x104c
|
|
#define SDIO_DEVICE_ID_TI_WL1251 0x9066
|
|
|
|
#define SDIO_VENDOR_ID_STE 0x0020
|
|
#define SDIO_DEVICE_ID_STE_CW1200 0x2280
|
|
|
|
#ifndef SDIO_VENDOR_ID_QCA6574
|
|
#define SDIO_VENDOR_ID_QCA6574 0x271
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_QCA6574
|
|
#define SDIO_DEVICE_ID_QCA6574 0x50a
|
|
#endif
|
|
|
|
#ifndef SDIO_VENDOR_ID_QCA9377
|
|
#define SDIO_VENDOR_ID_QCA9377 0x271
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_QCA9377
|
|
#define SDIO_DEVICE_ID_QCA9377 0x701
|
|
#endif
|
|
|
|
#ifndef SDIO_VENDOR_ID_QCA9379
|
|
#define SDIO_VENDOR_ID_QCA9379 0x271
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_QCA9379
|
|
#define SDIO_DEVICE_ID_QCA9379 0x801
|
|
#endif
|
|
|
|
#ifndef SDIO_VENDOR_ID_MSM_QCA
|
|
#define SDIO_VENDOR_ID_MSM_QCA 0x271
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_MSM_QCA_AR6003_1
|
|
#define SDIO_DEVICE_ID_MSM_QCA_AR6003_1 0x300
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_MSM_QCA_AR6003_2
|
|
#define SDIO_DEVICE_ID_MSM_QCA_AR6003_2 0x301
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_MSM_QCA_AR6004_1
|
|
#define SDIO_DEVICE_ID_MSM_QCA_AR6004_1 0x400
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_MSM_QCA_AR6004_2
|
|
#define SDIO_DEVICE_ID_MSM_QCA_AR6004_2 0x401
|
|
#endif
|
|
|
|
#ifndef SDIO_VENDOR_ID_MSM
|
|
#define SDIO_VENDOR_ID_MSM 0x0070
|
|
#endif
|
|
|
|
#ifndef SDIO_DEVICE_ID_MSM_WCN1314
|
|
#define SDIO_DEVICE_ID_MSM_WCN1314 0x2881
|
|
#endif
|
|
|
|
#endif /* LINUX_MMC_SDIO_IDS_H */
|