Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-12-17 Thread Uwe Kleine-König
Hello, On Fri, Dec 16, 2022 at 01:25:32PM -0500, Alex Deucher wrote: > On Fri, Dec 16, 2022 at 1:11 PM Uwe Kleine-König > wrote: > > > > On Mon, Nov 28, 2022 at 07:16:11PM +0100, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: > > > > While working on

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-12-16 Thread Alex Deucher
On Fri, Dec 16, 2022 at 1:11 PM Uwe Kleine-König wrote: > > On Mon, Nov 28, 2022 at 07:16:11PM +0100, Thomas Zimmermann wrote: > > Hi > > > > Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: > > > While working on a drm driver that doesn't need the i2c algobit stuff I > > > noticed that DRM selects

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-12-16 Thread Uwe Kleine-König
On Mon, Nov 28, 2022 at 07:16:11PM +0100, Thomas Zimmermann wrote: > Hi > > Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: > > While working on a drm driver that doesn't need the i2c algobit stuff I > > noticed that DRM selects this code even tough only 8 drivers actually use > > it. While also on

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-12-16 Thread Javier Martinez Canillas
On 11/28/22 19:16, Thomas Zimmermann wrote: > Hi > > Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: >> While working on a drm driver that doesn't need the i2c algobit stuff I >> noticed that DRM selects this code even tough only 8 drivers actually use >> it. While also only some drivers use i2c, k

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-11-28 Thread Thomas Zimmermann
Hi Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: While working on a drm driver that doesn't need the i2c algobit stuff I noticed that DRM selects this code even tough only 8 drivers actually use it. While also only some drivers use i2c, keep the select for I2C for the next cleanup patch. Still

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-11-28 Thread Uwe Kleine-König
Hello Javier, On Mon, Nov 28, 2022 at 05:54:32PM +0100, Javier Martinez Canillas wrote: > On 9/12/22 11:15, Uwe Kleine-König wrote: > > diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig > > index 198ba846d34b..593d7335b10a 100644 > > --- a/drivers/gpu/drm/Kconfig > > +++ b/drivers/gpu

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-11-28 Thread Javier Martinez Canillas
Hello Uwe, Thanks for your patch. On 9/12/22 11:15, Uwe Kleine-König wrote: > While working on a drm driver that doesn't need the i2c algobit stuff I > noticed that DRM selects this code even tough only 8 drivers actually use > it. While also only some drivers use i2c, keep the select for I2C for

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-11-28 Thread Uwe Kleine-König
On Mon, Sep 12, 2022 at 11:15:05AM +0200, Uwe Kleine-König wrote: > While working on a drm driver that doesn't need the i2c algobit stuff I > noticed that DRM selects this code even tough only 8 drivers actually use > it. While also only some drivers use i2c, keep the select for I2C for the > next

[PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-09-12 Thread Uwe Kleine-König
While working on a drm driver that doesn't need the i2c algobit stuff I noticed that DRM selects this code even tough only 8 drivers actually use it. While also only some drivers use i2c, keep the select for I2C for the next cleanup patch. Still prepare this already by also selecting I2C for the in