Searched full:bd9576 (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd9576-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml# 7 title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators 13 This module is part of the ROHM BD9576 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml. 19 The valid names for BD9576 regulator nodes are
|
/linux-6.12.1/drivers/mfd/ |
D | rohm-bd9576.c | 31 DEFINE_RES_IRQ_NAMED(BD9576_INT_THERM, "bd9576-temp"), 32 DEFINE_RES_IRQ_NAMED(BD9576_INT_OVD, "bd9576-ovd"), 33 DEFINE_RES_IRQ_NAMED(BD9576_INT_UVD, "bd9576-uvd"), 38 [BD957X_WDT_CELL] = { .name = "bd9576-wdt", }, 42 [BD957X_REGULATOR_CELL] = { .name = "bd9576-regulator", }, 43 [BD957X_WDT_CELL] = { .name = "bd9576-wdt", }, 129 * BD9576 behaves badly. It kepts IRQ line asserted for the whole in bd957x_i2c_probe() 170 { .compatible = "rohm,bd9576", .data = (void *)ROHM_CHIP_TYPE_BD9576, },
|
D | Makefile | 272 obj-$(CONFIG_MFD_ROHM_BD957XMUF) += rohm-bd9576.o
|
D | Kconfig | 2113 BD9573MUF Power Management ICs. BD9576 and BD9573 are primarily
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd9576-pmic.yaml | 4 $id: http://devicetree.org/schemas/mfd/rohm,bd9576-pmic.yaml# 21 - rohm,bd9576 34 BD9576 and BD9573 VOUT1 regulator enable state can be individually 49 The BD9576 and BD9573 output voltage for DDR can be selected by setting 74 $ref: /schemas/regulator/rohm,bd9576-regulator.yaml 93 compatible = "rohm,bd9576";
|
/linux-6.12.1/drivers/regulator/ |
D | bd9576-regulator.c | 398 * BD9576 has enable control as a special value in limit reg. Can't in bd9576_set_uvp() 438 * BD9576 has enable control as a special value in limit reg. Can't in bd9576_set_ovp() 910 .name = "bd9576-uvd", in bd957x_probe() 917 .name = "bd9576-ovd", in bd957x_probe() 924 .name = "bd9576-temp", in bd957x_probe() 1076 irq = platform_get_irq_byname(pdev, "bd9576-uvd"); in bd957x_probe() 1090 irq = platform_get_irq_byname(pdev, "bd9576-ovd"); in bd957x_probe() 1102 irq = platform_get_irq_byname(pdev, "bd9576-temp"); in bd957x_probe() 1121 { "bd9576-regulator", ROHM_CHIP_TYPE_BD9576 }, 1138 MODULE_DESCRIPTION("ROHM BD9576/BD9573 voltage regulator driver");
|
D | Makefile | 39 obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o
|
D | Kconfig | 275 will be called bd9576-regulator.
|
/linux-6.12.1/drivers/watchdog/ |
D | bd9576_wdt.c | 282 .name = "bd9576-wdt", 290 MODULE_DESCRIPTION("ROHM BD9576/BD9573 Watchdog driver"); 292 MODULE_ALIAS("platform:bd9576-wdt");
|
D | Kconfig | 176 Support for the watchdog in the ROHM BD9576 and BD9573 PMICs. 180 Say Y here to include support for the ROHM BD9576 or BD9573
|
/linux-6.12.1/include/linux/mfd/ |
D | rohm-bd957x.h | 17 * The BD9576 has own IRQ 'blocks' for:
|
/linux-6.12.1/ |
D | MAINTAINERS | 20048 F: drivers/mfd/rohm-bd9576.c 20053 F: drivers/regulator/bd9576-regulator.c
|