Re: [PATCH] mmc: host: mtk-sd: enable recheck_sdio_irq for MT8516 SoC

2020-10-27 Thread Mattijs Korpershoek
Hi Ulf, Ulf Hansson writes: > + Yong Mao, Chaotian Jing > > On Fri, 23 Oct 2020 at 14:29, Fabien Parent wrote: >> >> MT8516 SoC suffers from sometimes losing SDIO IRQs, this makes SDIO >> devices sometimes unstable. Make use of the new property >> recheck_sdio_irq to fix the SDIO stability

Re: [PATCH v16 2/3] drivers: input: keyboard: Add mtk keypad driver

2020-07-27 Thread Mattijs Korpershoek
Hi Fengping, Fengping Yu writes: > From: "fengping.yu" > > This adds matrix keypad support for Mediatek SoCs. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Reviewed-by: Andy Shevchenko Reviewed-by: Mattijs Korpershoek > --- > d

Re: [PATCH v15 2/3] drivers: input:keyboard: Add mtk keypad driver

2020-07-21 Thread Mattijs Korpershoek
Hi Fengping, Fengping yu writes: > From: "fengping.yu" > > This adds matrix keypad support for Mediatek SoCs. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Reviewed-by: Andy Shevchenko > --- > drivers/input/keyboard/Kconfig | 11 ++ > drivers/input/keyboard/Makefile |

Re: [PATCH v14 2/3] drivers: input: keyboard: Add mtk keypad driver

2020-07-17 Thread Mattijs Korpershoek
Hi Fengping, Thank you for working on this driver, please see some remarks below Fengping Yu writes: > From: "fengping.yu" > > This adds matrix keypad support for Mediatek SoCs. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Reviewed-by: Andy Shevchenko > --- >

[PATCH v2] Bluetooth: hci_core: fix init for HCI_USER_CHANNEL

2019-10-16 Thread Mattijs Korpershoek
(). Allow HCI devices which operate in HCI_USER_CHANNEL mode to receive frames if the HCI device is is HCI_INIT state. [1] https://www.spinics.net/lists/linux-bluetooth/msg37345.html Fixes: 23500189d7e0 ("Bluetooth: Introduce new HCI socket channel for user operation") Signed-off-b

Re: [PATCH] Bluetooth: hci_core: fix init with HCI_QUIRK_NON_PERSISTENT_SETUP

2019-10-16 Thread Mattijs Korpershoek
. [1] https://lore.kernel.org/patchwork/patch/965071/ [2] https://www.spinics.net/lists/linux-bluetooth/msg37345.html Fixes: 740011cfe948 ("Bluetooth: Add new quirk for non-persistent setup settings") Signed-off-by: Mattijs Korpershoek --- Some more background on the change follows: T

[PATCH] Bluetooth: hci_core: fix init with HCI_QUIRK_NON_PERSISTENT_SETUP

2019-10-03 Thread Mattijs Korpershoek
://www.spinics.net/lists/linux-bluetooth/msg37345.html Fixes: 740011cfe948 ("Bluetooth: Add new quirk for non-persistent setup settings") Signed-off-by: Mattijs Korpershoek --- Some more background on the change follows: The Android bluetooth stack (Bluedroid) also has a HAL implementa