Searched full:max20730 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | maxim,max20730.yaml | 5 $id: http://devicetree.org/schemas/hwmon/maxim,max20730.yaml# 8 title: Maxim max20730 15 The MAX20730 is a fully integrated, highly efficient switching regulator 22 https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 29 - maxim,max20730 60 max20730@10 { 61 compatible = "maxim,max20730";
|
/Linux-v6.1/Documentation/hwmon/ |
D | max20730.rst | 3 Kernel driver max20730 16 * Maxim MAX20730 18 Prefix: 'max20730' 22 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 46 This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743
|
D | index.rst | 132 max20730
|
/Linux-v6.1/drivers/hwmon/pmbus/ |
D | max20730.c | 3 * Driver for MAX20710, MAX20730, MAX20734, and MAX20743 Integrated, 25 max20730, enumerator 173 } else if (data->id == max20730 || data->id == max20710) { in max20730_debugfs_read() 439 [max20730] = { 13000, 16600, 20100, 23600 }, 560 [max20730] = { 685 * The chips support reading PMBUS_MFR_MODEL. On both MAX20730 in max20730_probe() 756 { "max20730", max20730 }, 766 { .compatible = "maxim,max20730", .data = (void *)max20730 }, 776 .name = "max20730", 786 MODULE_DESCRIPTION("PMBus driver for Maxim MAX20710 / MAX20730 / MAX20734 / MAX20743");
|
D | Kconfig | 249 tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743" 252 MAX20710, MAX20730, MAX20734, and MAX20743. 255 be called max20730.
|
D | Makefile | 29 obj-$(CONFIG_SENSORS_MAX20730) += max20730.o
|