Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-07-09 Thread patchwork-bot+chrome-platform
Hello: This patch was applied to chrome-platform/linux.git (for-next) by Douglas Anderson : On Fri, 26 May 2023 11:07:09 +0200 you wrote: > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type"), all drivers being converted to .probe_new() and then > 03c835f498b5 ("i

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-07-09 Thread patchwork-bot+chrome-platform
Hello: This patch was applied to chrome-platform/linux.git (for-kernelci) by Douglas Anderson : On Fri, 26 May 2023 11:07:09 +0200 you wrote: > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type"), all drivers being converted to .probe_new() and then > 03c835f498b5

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-30 Thread Doug Anderson
Hi, On Fri, May 26, 2023 at 7:43 AM Doug Anderson wrote: > > Hi, > > On Fri, May 26, 2023 at 2:08 AM Uwe Kleine-König > wrote: > > > > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > > call-back type"), all drivers being converted to .probe_new() and then > > 03c835f498b5 ("i

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Doug Anderson
Hi, On Fri, May 26, 2023 at 2:08 AM Uwe Kleine-König wrote: > > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type"), all drivers being converted to .probe_new() and then > 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert > back to (the new

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Guenter Roeck
On Fri, May 26, 2023 at 2:08 AM Uwe Kleine-König wrote: > > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type"), all drivers being converted to .probe_new() and then > 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert > back to (the new) .pr

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Javier Martinez Canillas
Kieran Bingham writes: Hello Uwe, > Quoting Uwe Kleine-König (2023-05-26 10:07:09) >> After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() >> call-back type"), all drivers being converted to .probe_new() and then >> 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") c

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Martyn Welch
On 26/05/2023 10:07, Uwe Kleine-König wrote: After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type"), all drivers being converted to .probe_new() and then 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert back to (the new) .probe() to be able t

Re: [PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Kieran Bingham
Quoting Uwe Kleine-König (2023-05-26 10:07:09) > After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() > call-back type"), all drivers being converted to .probe_new() and then > 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert > back to (the new) .probe() to be

[PATCH v2] drm: Switch i2c drivers back to use .probe()

2023-05-26 Thread Uwe Kleine-König
After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type"), all drivers being converted to .probe_new() and then 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert back to (the new) .probe() to be able to eventually drop .probe_new() from struct i2c_dr