linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: sdio: Move SDIO IDs from rtl8723bs, driver to common include file
@ 2020-11-25 18:23 Brian O'Keefe
  2020-11-25 18:25 ` [PATCH 2/2] " Brian O'Keefe
  2020-11-25 18:33 ` [PATCH 1/2] " Brian O'Keefe
  0 siblings, 2 replies; 7+ messages in thread
From: Brian O'Keefe @ 2020-11-25 18:23 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc
  Cc: linux-wireless, Arend Van Spriel, Greg Kroah-Hartman,
	Hans de Goede, Larry Finger

Macro names were derived from the Windows driver, as that was the best
available source.

Signed-off-by: Brian O'Keefe <bokeefe@alum.wpi.edu>
---
  include/linux/mmc/sdio_ids.h | 14 ++++++++++++++
  1 file changed, 14 insertions(+)

diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
index 12036619346c..97ccb0ac5e43 100644
--- a/include/linux/mmc/sdio_ids.h
+++ b/include/linux/mmc/sdio_ids.h
@@ -42,6 +42,20 @@
  #define SDIO_VENDOR_ID_TI                      0x0097
  #define SDIO_DEVICE_ID_TI_WL1271               0x4076

+#define SDIO_VENDOR_ID_REALTEK                  0x024c
+#define SDIO_DEVICE_ID_REALTEK_BESTBUY_0        0x0240
+#define SDIO_DEVICE_ID_REALTEK_BESTBUY_1        0x0241
+#define SDIO_DEVICE_ID_REALTEK_HP               0x0523
+#define SDIO_DEVICE_ID_REALTEK_ECS              0x0524
+#define SDIO_DEVICE_ID_REALTEK_TCL              0x0525
+#define SDIO_DEVICE_ID_REALTEK_ACER             0x0623
+#define SDIO_DEVICE_ID_REALTEK_RSVD             0x0624
+#define SDIO_DEVICE_ID_REALTEK_ROCKCHIP         0x0625
+#define SDIO_DEVICE_ID_REALTEK_BRASWELL         0x0626
+#define SDIO_DEVICE_ID_REALTEK_ACER_PWR_LIMIT   0x0627
+#define SDIO_DEVICE_ID_REALTEK_COMMON_01        0x8753
+#define SDIO_DEVICE_ID_REALTEK_COMMON_02        0xb723
+
  #define SDIO_VENDOR_ID_ATHEROS                 0x0271
  #define SDIO_DEVICE_ID_ATHEROS_AR6003_00       0x0300
  #define SDIO_DEVICE_ID_ATHEROS_AR6003_01       0x0301
--
2.25.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-26 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 18:23 [PATCH 1/2] mmc: sdio: Move SDIO IDs from rtl8723bs, driver to common include file Brian O'Keefe
2020-11-25 18:25 ` [PATCH 2/2] " Brian O'Keefe
2020-11-25 18:33 ` [PATCH 1/2] " Brian O'Keefe
2020-11-25 19:13   ` Greg Kroah-Hartman
2020-11-26  6:57     ` Arend Van Spriel
2020-11-26  7:28       ` Greg Kroah-Hartman
2020-11-26 12:29         ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).