From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 7 May 2016 13:03:53 -0600 Subject: [U-Boot] [RESEND PATCH V2 5/6] gpio: rk: remove gpio_xlate routine In-Reply-To: <1461166659-28276-6-git-send-email-eric@nelint.com> References: <1461166659-28276-1-git-send-email-eric@nelint.com> <1461166659-28276-6-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 Rockchip gpio driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > Acked-by: Simon Glass > --- > V2 removes the include of > drivers/gpio/rk_gpio.c | 11 ----------- > 1 file changed, 11 deletions(-) Applied to u-boot-dm, thanks!