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