Home
last modified time | relevance | path

Searched full:bd71815 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-bd71815.c3 * Support to GPOs on ROHM BD71815
17 /* For the BD71815 register definitions */
18 #include <linux/mfd/rohm-bd71815.h>
30 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_get() local
33 ret = regmap_read(bd71815->regmap, BD71815_REG_GPO, &val); in bd71815gpo_get()
43 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_set() local
49 return regmap_set_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()
51 return regmap_clear_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()
76 /* BD71815 GPIO is actually GPO */
84 .label = "bd71815",
[all …]
H A DKconfig1301 tristate "ROHM BD71815 PMIC GPIO support"
1304 Support for GPO(s) on ROHM BD71815 PMIC. There are two GPOs
1308 will be called gpio-bd71815.
/linux/Documentation/devicetree/bindings/regulator/
H A Drohm,bd71815-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/rohm,bd71815-regulator.yaml#
7 title: ROHM BD71815 Power Management Integrated Circuit regulators
14 see Documentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml.
19 The valid names for BD71815 regulator nodes are
67 keeps regulator enabled. BD71815 does not change voltage level
/linux/drivers/rtc/
H A Drtc-bd70528.c5 // RTC driver for ROHM BD71828 and BD71815 PMIC
8 #include <linux/mfd/rohm-bd71815.h>
17 * On BD71828 and BD71815 the ALM0 MASK is 14 bytes after the ALM0
265 * This works for BD71828 and BD71815 as they have same offset in bd70528_probe()
339 { "bd71815-rtc", ROHM_CHIP_TYPE_BD71815 },
355 MODULE_DESCRIPTION("ROHM BD71828 and BD71815 PMIC RTC driver");
H A DKconfig560 tristate "ROHM BD71815 and BD71828 PMIC RTC"
564 block on ROHM BD71815 and BD71828 Power Management IC.
/linux/drivers/regulator/
H A Dbd71815-regulator.c4 // bd71815-regulator.c ROHM BD71815 regulator driver
22 #include <linux/mfd/rohm-bd71815.h>
613 { "bd71815-pmic", ROHM_CHIP_TYPE_BD71815 },
629 MODULE_DESCRIPTION("BD71815 voltage regulator driver");
/linux/drivers/clk/
H A Dclk-bd718x7.c16 /* BD71815 */
148 { "bd71815-clk", ROHM_CHIP_TYPE_BD71815 },
H A DKconfig478 This driver supports ROHM BD71837, BD71847, BD71850, BD71815
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-remarkable2.dts131 bd71815: pmic@4b { label
132 compatible = "rohm,bd71815";
140 clock-output-names = "bd71815-32k-out";
/linux/include/linux/mfd/
H A Drohm-bd71815.h373 /* BD71815 interrupt masks */
388 /* BD71815 interrupt irqs */
/linux/
H A DMAINTAINERS22378 F: drivers/gpio/gpio-bd71815.c
22384 F: drivers/regulator/bd71815-regulator.c
22393 F: include/linux/mfd/rohm-bd71815.h