commit | c9dffc971957e5fd18d64aa17a95e8d82a59d273 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue May 04 19:31:26 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 13 13:09:09 2021 -0400 |
tree | 287136ba55d66eeca44f3d7996ccc5544b8a0b30 | |
parent | 0705e25cd05a9772d1ae8de8debd3b424b03b59d [diff] |
w1: replace dt detection by automatic detection 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 Ripard code. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Reviewed-by: Maxime Ripard <maxime@cerno.tech>