Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-05-15 Thread Randy Dunlap
On 5/15/21 5:09 AM, Robert Foss wrote: > Hey Randy, > > I missed sending out a notification, but this patch was merged into > drm-misc-next. > > https://cgit.freedesktop.org/drm/drm-misc/commit/?id=08319adbdde15ef7cee1970336f63461254baa2a OK, thanks, Robert. I was mainly asking because the 0day

Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-05-15 Thread Robert Foss
Hey Randy, I missed sending out a notification, but this patch was merged into drm-misc-next. https://cgit.freedesktop.org/drm/drm-misc/commit/?id=08319adbdde15ef7cee1970336f63461254baa2a On Sat, 15 May 2021 at 07:35, Randy Dunlap wrote: > > On 4/19/21 10:54 AM, Randy Dunlap wrote: > > On 4/19/

Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-05-14 Thread Randy Dunlap
On 4/19/21 10:54 AM, Randy Dunlap wrote: > On 4/19/21 10:10 AM, Randy Dunlap wrote: >> On 4/19/21 2:01 AM, Robert Foss wrote: >>> The DRM_SIL_SII8620 kconfig has a weak `imply` dependency >>> on EXTCON, which causes issues when sii8620 is built >>> as a builtin and EXTCON is built as a module. >>>

Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-04-19 Thread Randy Dunlap
On 4/19/21 10:10 AM, Randy Dunlap wrote: > On 4/19/21 2:01 AM, Robert Foss wrote: >> The DRM_SIL_SII8620 kconfig has a weak `imply` dependency >> on EXTCON, which causes issues when sii8620 is built >> as a builtin and EXTCON is built as a module. >> >> The symptoms are 'undefined reference' errors

Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-04-19 Thread Robert Foss
On Mon, Apr 19, 2021, 19:11 Randy Dunlap wrote: > On 4/19/21 2:01 AM, Robert Foss wrote: > > The DRM_SIL_SII8620 kconfig has a weak `imply` dependency > > on EXTCON, which causes issues when sii8620 is built > > as a builtin and EXTCON is built as a module. > > > > The symptoms are 'undefined ref

Re: [PATCH v3] drm/bridge/sii8620: fix dependency on extcon

2021-04-19 Thread Randy Dunlap
On 4/19/21 2:01 AM, Robert Foss wrote: > The DRM_SIL_SII8620 kconfig has a weak `imply` dependency > on EXTCON, which causes issues when sii8620 is built > as a builtin and EXTCON is built as a module. > > The symptoms are 'undefined reference' errors caused > by the symbols in EXTCON not being av