Re: [PATCH] drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3

2020-11-13 Thread Nishanth Menon
On 11:06-20201108, Sam Ravnborg wrote: > Hi Nishanth > > On Mon, Oct 26, 2020 at 11:54:41AM -0500, Nishanth Menon wrote: > > With the integration of chip-id detection scheme in kernel[1], there > > is no specific need to maintain multitudes of SoC specific config > > options, discussed as per [2],

Re: [PATCH] drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3

2020-11-08 Thread Sam Ravnborg
Hi Nishanth On Mon, Oct 26, 2020 at 11:54:41AM -0500, Nishanth Menon wrote: > With the integration of chip-id detection scheme in kernel[1], there > is no specific need to maintain multitudes of SoC specific config > options, discussed as per [2], we have deprecated the usage in other > places for

Re: [PATCH] drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3

2020-10-27 Thread Tomi Valkeinen
On 26/10/2020 18:54, Nishanth Menon wrote: > With the integration of chip-id detection scheme in kernel[1], there > is no specific need to maintain multitudes of SoC specific config > options, discussed as per [2], we have deprecated the usage in other > places for v5.10-rc1. Fix the missing user s

[PATCH] drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3

2020-10-26 Thread Nishanth Menon
With the integration of chip-id detection scheme in kernel[1], there is no specific need to maintain multitudes of SoC specific config options, discussed as per [2], we have deprecated the usage in other places for v5.10-rc1. Fix the missing user so that we can clean up the configs in v5.11. [1] d