Re: [PATCH] Input: psmouse - retry getid command in psmouse_probe()

2013-02-18 Thread
17 PM, Chung-Yih Wang (王崇懿) wrote: > Hi Dmitry and other maintainers, > > Not sure if you have any comment on the patch? As this patch tries to help > some platforms (especially for lenovo's machines) to rescan the touchpad > device after resuming from suspend if the firs

Re: [PATCH] Input: psmouse - retry getid command in psmouse_probe()

2013-02-18 Thread
Yes, I could add CONFIG_MOUSE_PS2_SYNAPTICS for the change as we only need it for synaptics touchpad/touchpoint on lenovo's machines. On Mon, Feb 18, 2013 at 5:26 PM, li guang wrote: > seems a special change for a special device > so, you may need to place this change with > corresponding CONFIG

[PATCH] thermal: of: Introduce governor selection in dts

2015-08-07 Thread
As there could be more thermal zones on a system and more variety in thermal governors provided in kernel, this patch provides flexibility of governor selection for a thermal zone declared in device tree. Change-Id: Ie4a75d762709cbbe9f1806dae325d13f71982e78 Signed-off-by: Chung-yih Wang --- Docu

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-10 Thread
much. On Fri, Aug 7, 2015 at 6:31 PM, Mark Rutland wrote: > On Fri, Aug 07, 2015 at 08:09:39AM +0100, Chung-Yih Wang (王崇懿) wrote: >> As there could be more thermal zones on a system and >> more variety in thermal governors provided in kernel, >> this patch provides fl

Re: [PATCH v4] pinctrl: mediatek: Implement wake handler and suspend resume

2015-09-11 Thread
Hi Sudeep and Maoguang, Please correct me if I am wrong. I think the wake_mask Maoguang implemented is the wake-up configuration and it is how he disabled other unwanted interrupt sources(e.g. audio jacket insertion) during suspend. With Sudeep's patch which we had similar one before, the sy