Re: [PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-10-19 Thread Andy Shevchenko
On Thu, Sep 27, 2018 at 11:52 AM Jian-Hong Pan wrote: > > The original asus-wmi queues a work which calls the ACPI/WMI methods to > update the keyboard LED brightness. Similar drivers - acer-wmi, > dell-wmi-led just call the ACPI/WMI methods directly without workqueues. > > This patch simplifies

Re: [PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-10-19 Thread Andy Shevchenko
On Thu, Sep 27, 2018 at 11:52 AM Jian-Hong Pan wrote: > > The original asus-wmi queues a work which calls the ACPI/WMI methods to > update the keyboard LED brightness. Similar drivers - acer-wmi, > dell-wmi-led just call the ACPI/WMI methods directly without workqueues. > > This patch simplifies

[PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-27 Thread Jian-Hong Pan
The original asus-wmi queues a work which calls the ACPI/WMI methods to update the keyboard LED brightness. Similar drivers - acer-wmi, dell-wmi-led just call the ACPI/WMI methods directly without workqueues. This patch simplifies the keyboard brightness updating process which calls the

[PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-27 Thread Jian-Hong Pan
The original asus-wmi queues a work which calls the ACPI/WMI methods to update the keyboard LED brightness. Similar drivers - acer-wmi, dell-wmi-led just call the ACPI/WMI methods directly without workqueues. This patch simplifies the keyboard brightness updating process which calls the

Re: [RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-26 Thread Andy Shevchenko
On Mon, Sep 10, 2018 at 11:57 AM Jian-Hong Pan wrote: > > 2018-08-16 16:41 GMT+08:00 Jian-Hong Pan : > > The original asus-wmi queues a work which calls the ACPI/WMI methods to > > update the keyboard LED brightness. Similar drivers - acer-wmi, > > dell-wmi-led just call the ACPI/WMI methods

Re: [RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-26 Thread Andy Shevchenko
On Mon, Sep 10, 2018 at 11:57 AM Jian-Hong Pan wrote: > > 2018-08-16 16:41 GMT+08:00 Jian-Hong Pan : > > The original asus-wmi queues a work which calls the ACPI/WMI methods to > > update the keyboard LED brightness. Similar drivers - acer-wmi, > > dell-wmi-led just call the ACPI/WMI methods

Re: [RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-10 Thread Jian-Hong Pan
2018-08-16 16:41 GMT+08:00 Jian-Hong Pan : > The original asus-wmi queues a work which calls the ACPI/WMI methods to > update the keyboard LED brightness. Similar drivers - acer-wmi, > dell-wmi-led just call the ACPI/WMI methods directly without workqueues. > > This patch simplifies the keyboard

Re: [RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-09-10 Thread Jian-Hong Pan
2018-08-16 16:41 GMT+08:00 Jian-Hong Pan : > The original asus-wmi queues a work which calls the ACPI/WMI methods to > update the keyboard LED brightness. Similar drivers - acer-wmi, > dell-wmi-led just call the ACPI/WMI methods directly without workqueues. > > This patch simplifies the keyboard

[RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-08-16 Thread Jian-Hong Pan
The original asus-wmi queues a work which calls the ACPI/WMI methods to update the keyboard LED brightness. Similar drivers - acer-wmi, dell-wmi-led just call the ACPI/WMI methods directly without workqueues. This patch simplifies the keyboard brightness updating process which calls the

[RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process

2018-08-16 Thread Jian-Hong Pan
The original asus-wmi queues a work which calls the ACPI/WMI methods to update the keyboard LED brightness. Similar drivers - acer-wmi, dell-wmi-led just call the ACPI/WMI methods directly without workqueues. This patch simplifies the keyboard brightness updating process which calls the