From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] pinctrl/amd: Remove the default de-bounce time Date: Thu, 28 Jul 2016 06:37:47 -0700 Message-ID: <20160728133747.GA26440@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41364 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756719AbcG1Nhe (ORCPT ); Thu, 28 Jul 2016 09:37:34 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: "Agrawal, Nitesh-kumar" Cc: "linus.walleij@linaro.org" , "linux-gpio@vger.kernel.org" , "stable@vger.kernel.org" , SPG_Linux_Kernel , "Xue, Ken" , "Shah, Nehal-bakulchandra" , "Sen, Pankaj" , "S-k, Shyam-sundar" On Thu, Jul 28, 2016 at 10:04:02AM +0000, Agrawal, Nitesh-kumar wrote: > In the function amd_gpio_irq_enable and amd_gpio_direction_input, rem= ove the code which is setting the default de-bounce time to 2.75ms. >=20 > The driver code shall use the same settings as specified in BIOS. > Any default assignment impacts TouchPad behaviour when the LevelTrig = is set to EDGE FALLING. >=20 > Reviewed-by:=A0 Ken Xue > Signed-off-by: Nitesh Kumar Agrawal > --- > drivers/pinctrl/pinctrl-amd.c | 20 +------------------- > 1 file changed, 1 insertion(+), 19 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41364 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756719AbcG1Nhe (ORCPT ); Thu, 28 Jul 2016 09:37:34 -0400 Date: Thu, 28 Jul 2016 06:37:47 -0700 From: Greg KH To: "Agrawal, Nitesh-kumar" Cc: "linus.walleij@linaro.org" , "linux-gpio@vger.kernel.org" , "stable@vger.kernel.org" , SPG_Linux_Kernel , "Xue, Ken" , "Shah, Nehal-bakulchandra" , "Sen, Pankaj" , "S-k, Shyam-sundar" Subject: Re: [PATCH] pinctrl/amd: Remove the default de-bounce time Message-ID: <20160728133747.GA26440@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Thu, Jul 28, 2016 at 10:04:02AM +0000, Agrawal, Nitesh-kumar wrote: > In the function amd_gpio_irq_enable and amd_gpio_direction_input, remove the code which is setting the default de-bounce time to 2.75ms. > > The driver code shall use the same settings as specified in BIOS. > Any default assignment impacts TouchPad behaviour when the LevelTrig is set to EDGE FALLING. > > Reviewed-by:� Ken Xue > Signed-off-by: Nitesh Kumar Agrawal > --- > drivers/pinctrl/pinctrl-amd.c | 20 +------------------- > 1 file changed, 1 insertion(+), 19 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.