Re: [PATCH v2 0/8] platform/x86: Huawei WMI laptop extras driver

2019-06-30 Thread ayman . bagabas
On Sat, 2019-06-29 at 17:27 +0300, Andy Shevchenko wrote: > On Thu, Jun 13, 2019 at 6:04 AM Ayman Bagabas < > ayman.baga...@gmail.com> wrote: > > Changes from v1: > > * introducing debugfs > > * code reformatting > > > > This patch series introduce new features to the driver and also > > moves the

Re: [PATCH v2 0/8] platform/x86: Huawei WMI laptop extras driver

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 13, 2019 at 6:04 AM Ayman Bagabas wrote: > > Changes from v1: > * introducing debugfs > * code reformatting > > This patch series introduce new features to the driver and also moves the > driver from wmi_driver to platform_driver. This move is necessary because the > driver is no longe

[PATCH v2 0/8] platform/x86: Huawei WMI laptop extras driver

2019-06-13 Thread Ayman Bagabas
Changes from v1: * introducing debugfs * code reformatting This patch series introduce new features to the driver and also moves the driver from wmi_driver to platform_driver. This move is necessary because the driver is no longer only a hotkeys driver and platform_driver offers easier future exte