Re: [PATCH v3 06/10] w1: replace dt detection by automatic detection

2021-03-24 Thread Maxime Ripard
On Wed, Mar 24, 2021 at 11:04:16AM +0100, Kory Maincent wrote: > This patch changes the functioning of the detection of w1 devices. > The old way was a comparison between detected w1 and the ones described in > the device tree. Now it will just look for the driver matching the family > id of the w1

[PATCH v3 06/10] w1: replace dt detection by automatic detection

2021-03-24 Thread Kory Maincent
This patch changes the functioning of the detection of w1 devices. The old way was a comparison between detected w1 and the ones described in the device tree. Now it will just look for the driver matching the family id of the w1 detected. The patch is inspired from Maxime Ripart code. Signed-off-