Searched +full:max20086 +full:- +full:max20089 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/regulator/maxim,max20086.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Maxim Integrated MAX20086-MAX20089 Camera Power Protector10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>13 The MAX20086-MAX20089 are dual/quad camera power protectors, designed to15 software-configurable output switching and monitoring. The output voltage and21 - maxim,max2008622 - maxim,max20087[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 // max20086-regulator.c - MAX20086-MAX20089 camera power protector driver59 struct max20086 { struct79 .id = (n) - 1, \84 .enable_mask = 1 << ((n) - 1), \85 .enable_val = 1 << ((n) - 1), \103 static int max20086_regulators_register(struct max20086 *chip) in max20086_regulators_register()107 for (i = 0; i < chip->info->num_outputs; i++) { in max20086_regulators_register()108 struct max20086_regulator *reg = &chip->regulators[i]; in max20086_regulators_register()112 config.dev = chip->dev; in max20086_regulators_register()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only38 managed regulators and simple non-configurable regulators.64 the netlink mechanism. User-space applications can subscribe to these events65 for real-time updates on various regulator events.75 They provide two I2C-controlled DC/DC step-down converters with101 tristate "Active-semi act8865 voltage regulator"106 This driver controls a active-semi act8865 voltage output110 tristate "Active-semi ACT8945A voltage regulator"113 This driver controls a active-semi ACT8945A voltage regulator114 via I2C bus. The ACT8945A features three step-down DC/DC converters[all …]