mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
mmc: sdio: Move SDIO IDs from ath10k driver to common include file
Also replace generic MANUFACTURER macros by proper SDIO IDs macros. Checks for device IDs are slightly modified to use SDIO device IDs. This allows removal of all custom MANUFACTURER macros from ath10k. Signed-off-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20200522144412.19712-9-pali@kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
ecc2f39625
commit
4dc28c948f
3 changed files with 12 additions and 23 deletions
|
@ -33,6 +33,8 @@
|
|||
#define SDIO_DEVICE_ID_ATHEROS_AR6004_02 0x0402
|
||||
#define SDIO_DEVICE_ID_ATHEROS_AR6004_18 0x0418
|
||||
#define SDIO_DEVICE_ID_ATHEROS_AR6004_19 0x0419
|
||||
#define SDIO_DEVICE_ID_ATHEROS_AR6005 0x050A
|
||||
#define SDIO_DEVICE_ID_ATHEROS_QCA9377 0x0701
|
||||
|
||||
#define SDIO_VENDOR_ID_BROADCOM 0x02d0
|
||||
#define SDIO_DEVICE_ID_BROADCOM_43143 0xa887
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue