Re: [PATCH v2 1/4] drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIO

2020-06-18 Thread Neil Armstrong
Hi Doug, On 15/06/2020 16:36, Doug Anderson wrote: > Hi, > > On Fri, Jun 12, 2020 at 12:31 PM Douglas Anderson > wrote: >> >> The kernel test robot noted that if "OF" is defined (which is needed >> to select DRM_TI_SN65DSI86 at all) but not OF_GPIO that we'd get >> compile failures because some

Re: [PATCH v2 1/4] drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIO

2020-06-15 Thread Doug Anderson
Hi, On Fri, Jun 12, 2020 at 12:31 PM Douglas Anderson wrote: > > The kernel test robot noted that if "OF" is defined (which is needed > to select DRM_TI_SN65DSI86 at all) but not OF_GPIO that we'd get > compile failures because some of the members that we access in "struct > gpio_chip" are only d

[PATCH v2 1/4] drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIO

2020-06-12 Thread Douglas Anderson
The kernel test robot noted that if "OF" is defined (which is needed to select DRM_TI_SN65DSI86 at all) but not OF_GPIO that we'd get compile failures because some of the members that we access in "struct gpio_chip" are only defined "#if defined(CONFIG_OF_GPIO)". All the GPIO bits in the driver ar