From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 7 May 2016 13:03:47 -0600 Subject: [U-Boot] [RESEND PATCH V2 4/6] gpio: pic32: remove gpio_xlate routine In-Reply-To: <1461166659-28276-5-git-send-email-eric@nelint.com> References: <1461166659-28276-1-git-send-email-eric@nelint.com> <1461166659-28276-5-git-send-email-eric@nelint.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20 April 2016 at 09:37, 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 > --- > V2 removes the include of > drivers/gpio/pic32_gpio.c | 10 ---------- > 1 file changed, 10 deletions(-) Applied to u-boot-dm, thanks!