]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: x86: Drop the deprecated methods in intel_gpio
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:22:06 +0000 (21:22 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 3 Mar 2021 20:40:11 +0000 (15:40 -0500)
commitedab114775e91def9c1695518876e461f76a0e1f
treeaef60db9443445d599bc02094ce44ff37a50ba08
parent3d647747166564af2864f52d11e1f2c0baf71eec
gpio: x86: Drop the deprecated methods in intel_gpio

We don't need to implement direction_input() and direction_output()
anymore. Drop them and use update_flags() instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/intel_pinctrl_defs.h
drivers/gpio/intel_gpio.c