From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 9 Apr 2016 12:33:55 -0600 Subject: [U-Boot] [PATCH 4/7] gpio: pic32: remove gpio_xlate routine In-Reply-To: <1459525662-28032-5-git-send-email-eric@nelint.com> References: <56FD8B60.8060103@nelint.com> <1459525662-28032-1-git-send-email-eric@nelint.com> <1459525662-28032-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 1 April 2016 at 09:47, 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 > --- > drivers/gpio/pic32_gpio.c | 9 --------- > 1 file changed, 9 deletions(-) Acked-by: Simon Glass