Home
last modified time | relevance | path

Searched full:bd9576 (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Drohm,bd9576-regulator.yaml4 $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/drivers/mfd/
H A Drohm-bd9576.c31 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, },
H A DMakefile273 obj-$(CONFIG_MFD_ROHM_BD957XMUF) += rohm-bd9576.o
H A DKconfig2125 BD9573MUF Power Management ICs. BD9576 and BD9573 are primarily
/linux/drivers/regulator/
H A Dbd9576-regulator.c398 * 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");
H A DMakefile39 obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o
H A DKconfig275 will be called bd9576-regulator.
/linux/include/linux/mfd/
H A Drohm-bd957x.h17 * The BD9576 has own IRQ 'blocks' for:
/linux/drivers/watchdog/
H A DKconfig176 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/
H A DMAINTAINERS20344 F: drivers/mfd/rohm-bd9576.c
20349 F: drivers/regulator/bd9576-regulator.c