Re: [PATCH wireless-next v3 23/33] mmc: sdio: add Morse Micro vendor ids
Ulf Hansson <[email protected]> Mon, 6 Jul 2026 17:47:12 +0200
| Newsgroups | org.kernel.vger.linux-mmc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <CAPx+jO9TEcARhBc4_SUqj2h0uMhguzHJUSfYMH10v9Yuq1rW7w@mail.gmail.com> |
On Fri, Jun 26, 2026 at 8:32 AM Lachlan Hodges <[email protected]> wrote: > > Add the Morse Micro mm81x series vendor ids. > > Signed-off-by: Lachlan Hodges <[email protected]> Acked-by: Ulf Hansson <[email protected]> Kind regards Uffe > --- > Hi Ulf, since v2 we've made another slight change to the name removing > a "B2" suffix so even though you acked v2, I suppose it's best to > recollect again - sorry about that. As last time, the patchset is > split once per file following wireless driver submission guidelines, > but will be a pull request with a single patch adding the driver + > sdio ID once review is complete through the wireless tree. > --- > include/linux/mmc/sdio_ids.h | 3 +++ > 1 file changed, 3 insertions(+) > > 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 > > -- > 2.43.0 >