From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 9 Apr 2016 12:33:52 -0600 Subject: [U-Boot] [PATCH 3/7] gpio: omap: remove gpio_xlate routine In-Reply-To: <1459525662-28032-4-git-send-email-eric@nelint.com> References: <56FD8B60.8060103@nelint.com> <1459525662-28032-1-git-send-email-eric@nelint.com> <1459525662-28032-4-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 omap gpio driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > --- > drivers/gpio/omap_gpio.c | 10 ---------- > 1 file changed, 10 deletions(-) Acked-by: Simon Glass