Re: [PATCH v1 1/2] mmc: add SDIO identifiers for MediaTek Bluetooth devices

2019-03-11 Thread Sean Wang
On Mon, 2019-03-11 at 17:38 +0100, Marcel Holtmann wrote: > Hi Sean, > > > The SDIO identifier for MediaTek Bluetooth devices were defined in the > > MediaTek Bluetooth driver. Moving the definitions in MMC header file > > seems common sense. > > > > Signed-off-by: Sean Wang > > --- > > include/

Re: [PATCH v1 1/2] mmc: add SDIO identifiers for MediaTek Bluetooth devices

2019-03-11 Thread Marcel Holtmann
Hi Sean, > The SDIO identifier for MediaTek Bluetooth devices were defined in the > MediaTek Bluetooth driver. Moving the definitions in MMC header file > seems common sense. > > Signed-off-by: Sean Wang > --- > include/linux/mmc/sdio_ids.h | 2 ++ > 1 file changed, 2 insertions(+) patch has bee

[PATCH v1 1/2] mmc: add SDIO identifiers for MediaTek Bluetooth devices

2019-03-07 Thread sean.wang
From: Sean Wang The SDIO identifier for MediaTek Bluetooth devices were defined in the MediaTek Bluetooth driver. Moving the definitions in MMC header file seems common sense. Signed-off-by: Sean Wang --- include/linux/mmc/sdio_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includ