-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: w1: updates to reflect acquistion of maxim by analog devices #81082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MaureenHelm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: you may want to split URL updates and other Maxim->Analog renames in different commits, or just reword the single commit message so that it's better aligned with the nature of the update (see e.g. some C files where there's no URL being updated, contrary to what the commit message says)
Thanks for this!
Links and the manufacturer name are updated from maxim to analog for the 1-wire subsystem and the related ds18b20 sensor. After the acquisition of Maxim Integrated the documentation of these devices has been moved to the analog.com website. Redirects exist, so they are not broken yet, but we should not rely on that. Signed-off-by: Thomas Stranger <[email protected]>
Links and the manufacturer name are updated from maxim to analog. After the acquisition of Maxim Integrated the documentation of these devices has been moved to the analog.com website. Redirects exist, so they are not broken yet, but we should not rely on that. Signed-off-by: Thomas Stranger <[email protected]>
27a0333 to
b4832fc
Compare
I started to just update the links, then noticed a few additional things. I've decided to just update the commit message and additionally split off the changes in the sample into a separate commit. I hope the description is now better reflecting the changes done. |
After the acquisition of Maxim Integrated the documentation of these devices has been moved to the analog.com website. Redirects exist, so they are not broken yet, but we should not rely on that forever.
Therefore the links in the drivers and the sensor sample are updated.