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

Commits on Apr 10, 2020

  1. drivers: i2c: i2c_sam_twi: replace DT_I2C_._NAME with new macros

    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]>
    galak committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    88d2d6e View commit details
    Browse the repository at this point in the history
  2. drivers: i2c: i2c_sam_twihs: replace DT_I2C_._NAME with new macros

    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]>
    galak committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    88fc126 View commit details
    Browse the repository at this point in the history
  3. drivers: i2c: stm32: replace DT_I2C_._NAME with new macros

    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]>
    galak committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    09287a3 View commit details
    Browse the repository at this point in the history
  4. dts: i2c: Remove DT_I2C_._NAME references

    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 committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    6af2a5a View commit details
    Browse the repository at this point in the history