-
Notifications
You must be signed in to change notification settings - Fork 863
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
hwmon: (pmbus/lt3074) add support for lt3074 #2685
base: main
Are you sure you want to change the base?
Conversation
1231d6d
to
ea60f40
Compare
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.
Just some minor notes. Please sent this upstream
Add Analog Devices LT3074 Ultralow Noise, High PSRR Dropout Linear Regulator. Signed-off-by: Cedric Encarnacion <[email protected]>
Add hardware monitoring and regulator support for LT3074. The LT3074 is an ultrafast, ultralow noise 3A, 5.5V dropout linear regulator. The PMBus serial interface allows telemetry for input/output voltage, bias voltage, output current, and die temperature. Signed-off-by: Cedric Encarnacion <[email protected]>
Add entries for lt3074 driver. Signed-off-by: Cedric Encarnacion <[email protected]>
v2
|
Note that at this point I'm expecting this to be sent upstream... |
Hi. When a driver will be released to main drivers tree? https://github.com/analogdevicesinc/linux/tree/main/drivers/hwmon/pmbushttps://github.com/analogdevicesinc/linux/tree/main/drivers/hwmon/pmbus And do we plan to release non-OS driver as well? |
Upstreaming for this driver is already in progress. I think this will be released in this tree once the upstreamed patches are applied and merged to the mainline repository. For no-OS, this will be released through here: analogdevicesinc/no-OS#2408 |
PR Description
This adds hardware monitoring and regulator support for Analog Devices LT3074.
The LT3074 is an ultralow noise, ultrafast, 3A, 5.5V dropout linear regulator with
PMBus serial interface which features telemetry for input/output voltage, bias
voltage, output current, and die temperature.
PR Type
PR Checklist