-
Notifications
You must be signed in to change notification settings - Fork 1.8k
drivers: power: adp1055: add support for adp1055 #2421
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
ef7acc5 to
4b7fcb7
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
4c4e778 to
4c0484b
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
bde9095 to
c399527
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
c4929b3 to
62cb38f
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
b026199 to
92078c5
Compare
|
Can you change your commit summary and body to follow this formatting?: |
65e4b9a to
9893ce0
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
| "Disabled", "Enabled" | ||
| }; | ||
|
|
||
| static const char *const adp1055_freq_avail[] = { |
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.
Are these all the available frequencies?
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.
No, I just listed some of the available frequencies for adp1055. I noticed that in adp1050, not all the frequencies are listed so I figured that can be done in this case as well.
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
46e8edf to
855958b
Compare
Signed-off-by: ivangilmercano <[email protected]>
Signed-off-by: ivangilmercano <[email protected]>
Signed-off-by: ivangilmercano <[email protected]>
Signed-off-by: ivangilmercano <[email protected]>
Signed-off-by: ivangilmercano <[email protected]>
855958b to
bbc52c6
Compare
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Pull Request Description
The ADP1055 is a flexible, feature-rich digital secondary side controller that targets ac-to-dc and isolated dc-to-dc secondary side applications. The ADP1055 is optimized for minimal component count, maximum flexibility, and minimum design time. Features include differential remote voltage sense, primary and secondary side current sense, pulse-width modulation (PWM) generation, frequency synchronization, redundant OVP, and current sharing.
PR Type
PR Checklist