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