From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 4/8] gpio: zynq: Provided workaround for GPIO Date: Mon, 14 Aug 2017 16:01:24 +0200 Message-ID: <6ff1ce3b-1051-d125-c044-a5b3ad5aa2fd@xilinx.com> References: <4f1f7ed79879d17e38ffda095d631d0f561c2818.1502103715.git.michal.simek@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bn3nam01on0076.outbound.protection.outlook.com ([104.47.33.76]:37182 "EHLO NAM01-BN3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751428AbdHNOBm (ORCPT ); Mon, 14 Aug 2017 10:01:42 -0400 In-Reply-To: Content-Language: en-US Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij , Michal Simek Cc: "linux-kernel@vger.kernel.org" , "monstr@monstr.eu" , Swapna Manupati , =?UTF-8?Q?S=c3=b6ren_Brinkmann?= , Steffen Trumtrar , Peter Crosthwaite , "linux-gpio@vger.kernel.org" , Rob Herring , Josh Cartwright , "linux-arm-kernel@lists.infradead.org" On 14.8.2017 15:57, Linus Walleij wrote: > On Mon, Aug 7, 2017 at 1:01 PM, Michal Simek wrote: > >> From: Swapna Manupati >> >> This patch provides workaround in the gpio driver >> for Zynq and ZynqMP Platforms by reading pin value >> of EMIO banks through DATA register as it was unable >> to read the value of it from DATA_RO register. >> >> Signed-off-by: Swapna Manupati >> Signed-off-by: Michal Simek > > Patch applied. > > (I hope my random application of patches does not screw things > up, then I guess I need to back some out.) Should be fine. Thanks, Michal From mboxrd@z Thu Jan 1 00:00:00 1970 From: michal.simek@xilinx.com (Michal Simek) Date: Mon, 14 Aug 2017 16:01:24 +0200 Subject: [PATCH 4/8] gpio: zynq: Provided workaround for GPIO In-Reply-To: References: <4f1f7ed79879d17e38ffda095d631d0f561c2818.1502103715.git.michal.simek@xilinx.com> Message-ID: <6ff1ce3b-1051-d125-c044-a5b3ad5aa2fd@xilinx.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 14.8.2017 15:57, Linus Walleij wrote: > On Mon, Aug 7, 2017 at 1:01 PM, Michal Simek wrote: > >> From: Swapna Manupati >> >> This patch provides workaround in the gpio driver >> for Zynq and ZynqMP Platforms by reading pin value >> of EMIO banks through DATA register as it was unable >> to read the value of it from DATA_RO register. >> >> Signed-off-by: Swapna Manupati >> Signed-off-by: Michal Simek > > Patch applied. > > (I hope my random application of patches does not screw things > up, then I guess I need to back some out.) Should be fine. Thanks, Michal