From mboxrd@z Thu Jan 1 00:00:00 1970 From: Purna Chandra Mandal Date: Tue, 12 Apr 2016 09:19:04 +0530 Subject: [U-Boot] [PATCH V2 4/6] gpio: pic32: remove gpio_xlate routine In-Reply-To: <1460394019-3393-5-git-send-email-eric@nelint.com> References: <1459525662-28032-1-git-send-email-eric@nelint.com> <1460394019-3393-1-git-send-email-eric@nelint.com> <1460394019-3393-5-git-send-email-eric@nelint.com> Message-ID: <570C7030.8060803@microchip.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/11/2016 10:30 PM, Eric Nelson wrote: > With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, > the pic32 gpio driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > Acked-by: Simon Glass Reviewed-by: Purna Chandra Mandal