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

drivers: gpio: add max14917 #86008

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Conversation

rbudai98
Copy link
Contributor

MAX14917 is an eight high-side switch, specified to deliver up to 700mA (min) continuous current per channel. The high-side switches have on-resistance of 120mΩ (typ) at 25°C ambient temperature

@rbudai98
Copy link
Contributor Author

v2:

  • added crc8 function from zephyr lib
  • added error logging

@rbudai98
Copy link
Contributor Author

v3:

  • changed error logs to debug logs on status check

@rbudai98
Copy link
Contributor Author

rbudai98 commented Feb 20, 2025

v4:

  • added CRC to Kconfnig.max14917
  • solved C99 compliance error

@kartben kartben added this to the v4.2.0 milestone Feb 21, 2025
@rbudai98
Copy link
Contributor Author

rbudai98 commented Mar 17, 2025

Rerun the tests, they should be fine now.

MAX14917 is an eight high-side switch, specified to deliver up to 700mA
(min) continuous current per channel. The high-side switches have
on-resistance of 120mΩ (typ) at 25°C ambient temperature

Signed-off-by: Robert Budai <robert.budai@analog.com>
@rbudai98
Copy link
Contributor Author

v5:

  • corrected Kconfig typo

@rbudai98 rbudai98 requested a review from yasinustunerg March 18, 2025 07:25
@kartben kartben merged commit 1489038 into zephyrproject-rtos:main Mar 25, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GPIO platform: ADI Analog Devices, Inc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants