Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-27 Thread Dmitry Baryshkov
On 26/05/2022 23:08, Linus Walleij wrote: On Wed, May 25, 2022 at 3:36 PM Dmitry Baryshkov wrote: On Mon, 23 May 2022 at 15:55, Linus Walleij wrote: Nope, failed: $ dim push-branch drm-misc-next dim: ac890b9eeb9b ("drm/display: Fix build error without CONFIG_OF"): Fixes: SHA1 in not pointi

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-26 Thread Linus Walleij
On Wed, May 25, 2022 at 3:36 PM Dmitry Baryshkov wrote: > On Mon, 23 May 2022 at 15:55, Linus Walleij wrote: > > Nope, failed: > > > > $ dim push-branch drm-misc-next > > dim: ac890b9eeb9b ("drm/display: Fix build error without CONFIG_OF"): > > Fixes: SHA1 in not pointing at an ancestor: > > dim

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-26 Thread Dmitry Baryshkov
Hi Linus, Yue, On 23/05/2022 15:54, Linus Walleij wrote: On Mon, May 23, 2022 at 2:46 PM Linus Walleij wrote: On Fri, May 6, 2022 at 2:33 PM YueHaibing wrote: While CONFIG_OF is n but COMPILE_TEST is y, we got this: WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS Depends

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-25 Thread Dmitry Baryshkov
On Mon, 23 May 2022 at 15:55, Linus Walleij wrote: > > On Mon, May 23, 2022 at 2:46 PM Linus Walleij > wrote: > > On Fri, May 6, 2022 at 2:33 PM YueHaibing wrote: > > > > > While CONFIG_OF is n but COMPILE_TEST is y, we got this: > > > > > > WARNING: unmet direct dependencies detected for DRM_D

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-23 Thread Dmitry Baryshkov
On 23/05/2022 15:54, Linus Walleij wrote: On Mon, May 23, 2022 at 2:46 PM Linus Walleij wrote: On Fri, May 6, 2022 at 2:33 PM YueHaibing wrote: While CONFIG_OF is n but COMPILE_TEST is y, we got this: WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS Depends on [n]: HAS_IOME

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-23 Thread Linus Walleij
On Mon, May 23, 2022 at 2:46 PM Linus Walleij wrote: > On Fri, May 6, 2022 at 2:33 PM YueHaibing wrote: > > > While CONFIG_OF is n but COMPILE_TEST is y, we got this: > > > > WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS > > Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n]

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-23 Thread Linus Walleij
On Fri, May 6, 2022 at 2:33 PM YueHaibing wrote: > While CONFIG_OF is n but COMPILE_TEST is y, we got this: > > WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS > Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n] > Selected by [y]: > - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-06 Thread Abhinav Kumar
On 5/6/2022 5:32 AM, YueHaibing wrote: While CONFIG_OF is n but COMPILE_TEST is y, we got this: WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n] Selected by [y]: - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_

Re: [PATCH v2 -next] drm/display: Fix build error without CONFIG_OF

2022-05-06 Thread Dmitry Baryshkov
On 06/05/2022 15:32, YueHaibing wrote: While CONFIG_OF is n but COMPILE_TEST is y, we got this: WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n] Selected by [y]: - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_QCO