Re: [PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2023-01-10 Thread Javier Martinez Canillas
On 11/18/22 23:36, Uwe Kleine-König wrote: > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König > --- I've pushed this to drm-misc (dri-misc-next) now. Thanks! -- Best regards, Javier Martinez Canillas C

Re: [PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2023-01-10 Thread Javier Martinez Canillas
Hello Uwe, On 1/10/23 10:06, Uwe Kleine-König wrote: > Hello, > > I fatfingered my git tooling and got the author of this patch wrong. My > intention is that the author is > > Uwe Kleine-König > That's what I thought but good to have a confirmation from you. > and not my other self wit

Re: [PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2023-01-10 Thread Uwe Kleine-König
Hello, I fatfingered my git tooling and got the author of this patch wrong. My intention is that the author is Uwe Kleine-König and not my other self with my private email address. Tell me if I should resend to simplify patch application. Best regards Uwe -- Pengutronix e.K.

Re: [PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2022-12-22 Thread Javier Martinez Canillas
Hello Uwe, On 11/18/22 23:36, Uwe Kleine-König wrote: > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König > --- > drivers/gpu/drm/i2c/ch7006_drv.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(

Re: [PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2022-12-22 Thread Uwe Kleine-König
Hello Dave, hello Daniel, On Fri, Nov 18, 2022 at 11:36:12PM +0100, Uwe Kleine-König wrote: > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König > --- > drivers/gpu/drm/i2c/ch7006_drv.c | 4 ++-- > 1 file

[PATCH 038/606] drm/i2c/ch7006: Convert to i2c's .probe_new()

2022-11-18 Thread Uwe Kleine-König
The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König --- drivers/gpu/drm/i2c/ch7006_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i