Skip to content
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

dts: i2c: Remove DT_I2C_._NAME references #24250

Merged
merged 4 commits into from
Apr 10, 2020

Conversation

galak
Copy link
Collaborator

@galak galak commented Apr 9, 2020

Conver the I2C Atmel SAM drivers to use DT_NODELABEL and remove all
other references of DT_I2C_._NAME.

Signed-off-by: Kumar Gala [email protected]

galak added 4 commits April 10, 2020 05:54
Replace DT_I2C_._NAME macro with DT_LABEL(DT_NODELABEL()) instead.  This
will allow us to remove all references to DT_I2C_._NAME.

Signed-off-by: Kumar Gala <[email protected]>
Replace DT_I2C_._NAME macro with DT_LABEL(DT_NODELABEL()) instead.  This
will allow us to remove all references to DT_I2C_._NAME.

Signed-off-by: Kumar Gala <[email protected]>
Replace DT_I2C_._NAME macro with DT_LABEL(DT_NODELABEL()) instead.  This
will allow us to remove all references to DT_I2C_._NAME.

Signed-off-by: Kumar Gala <[email protected]>
Now that there are no users of DT_I2C_._NAME we can remove all the
defines in dts_fixup.h.

Signed-off-by: Kumar Gala <[email protected]>
@galak galak force-pushed the remove-dt-i2c-name branch from 45e0ff5 to 6af2a5a Compare April 10, 2020 10:56
@galak galak requested review from ldts and ydamigos as code owners April 10, 2020 10:56
Copy link
Member

@erwango erwango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok from STM32 point of view

@galak galak merged commit d280660 into zephyrproject-rtos:master Apr 10, 2020
@galak galak deleted the remove-dt-i2c-name branch April 10, 2020 20:11
@nandojve nandojve mentioned this pull request Apr 18, 2020
61 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants