Re: [PATCH 2/3] pinctrl: pinctrl-cherryview: Use GPIO direction definitions

From: Andy Shevchenko
Date: Wed Dec 11 2019 - 09:55:18 EST


On Wed, Dec 11, 2019 at 04:32:54PM +0200, Matti Vaittinen wrote:
> Use new GPIO_LINE_DIRECTION_IN and GPIO_LINE_DIRECTION_OUT when
> returning GPIO direction to GPIO framework.

> - return direction != CHV_PADCTRL0_GPIOCFG_GPO;
> + return direction != CHV_PADCTRL0_GPIOCFG_GPO ? GPIO_LINE_DIRECTION_IN :
> + GPIO_LINE_DIRECTION_OUT;

Same as per patch 1.

--
With Best Regards,
Andy Shevchenko