diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2026-07-21 18:49:26 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-07-21 19:18:35 +0200 |
| commit | 1c21afed21b4c42e15a6fb91f3fa697e0675cd4f (patch) | |
| tree | 9838fb55c446615491f7fd0d6dde57f51a081b59 /include/linux | |
| parent | 37a77bd1395e8261d1760ae39c7f5eb637300550 (diff) | |
| parent | b1906cea00b021acea22460225401d5b27bc7c36 (diff) | |
Merge tag 'mm81x-driver-08-07-2026' of https://github.com/MorseMicro/linux
Lachlan Hodges says:
====================
Introduce mm81x driver for mm81x based chipsets plus associated
SDIO ids.
====================
[list the full vendor directory in MAINTAINERS]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/sdio_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 0685dd717e85..bbffad9ae88e 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -117,6 +117,9 @@ #define SDIO_VENDOR_ID_MICROCHIP_WILC 0x0296 #define SDIO_DEVICE_ID_MICROCHIP_WILC1000 0x5347 +#define SDIO_VENDOR_ID_MORSEMICRO 0x325b +#define SDIO_DEVICE_ID_MORSEMICRO_MM8108 0x0809 + #define SDIO_VENDOR_ID_NXP 0x0471 #define SDIO_DEVICE_ID_NXP_IW61X 0x0205 |
