-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add Analog AD559x MFD driver I2C bus access #68048
Add Analog AD559x MFD driver I2C bus access #68048
Conversation
850b2dd
to
287a8eb
Compare
6c5de17
to
ca36704
Compare
Thank you so much! |
a64a2b2
to
08de3f8
Compare
08de3f8
to
6f35eb3
Compare
@bbilas @aasinclair I refactored the code and implemented it slightly different than I suggested by using a config flag and a mdf function to get the flag. I also squashed commits to ensure it builds. Please have a look. |
Ping @bbilas |
@jeppenodgaard You need to resolve the merge conflicts. |
6f35eb3
to
f805a3d
Compare
CI fail is unrelated, @aescolar can you take a look? |
@fabiobaltieri thanks for the ping, issue #70566, fix is being tested |
f805a3d
to
91600c9
Compare
Could you move |
91600c9
to
50393e1
Compare
Yes: |
@jeppenodgaard please rebase. |
Rename ad5592 files in dts, driver and include to ad559x and add support for I2C bus which is required for AD5593. Signed-off-by: Jeppe Odgaard <[email protected]>
50393e1
to
d7df3ad
Compare
Add build-only test of the ad559x I2C based ADC, DAC and GPIO driver. Signed-off-by: Jeppe Odgaard <[email protected]>
d7df3ad
to
70ad84c
Compare
Done :) |
This PR renames and refactors the existing code and adds I2C support.