Searched full:bd71815 (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-bd71815.c | 3 * 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 D | Kconfig | 1301 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 D | rohm,bd71815-regulator.yaml | 4 $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 D | rtc-bd70528.c | 5 // 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 D | Kconfig | 560 tristate "ROHM BD71815 and BD71828 PMIC RTC" 564 block on ROHM BD71815 and BD71828 Power Management IC.
|
| /linux/drivers/regulator/ |
| H A D | bd71815-regulator.c | 4 // 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 D | clk-bd718x7.c | 16 /* BD71815 */ 148 { "bd71815-clk", ROHM_CHIP_TYPE_BD71815 },
|
| H A D | Kconfig | 478 This driver supports ROHM BD71837, BD71847, BD71850, BD71815
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7d-remarkable2.dts | 131 bd71815: pmic@4b { label 132 compatible = "rohm,bd71815"; 140 clock-output-names = "bd71815-32k-out";
|
| /linux/include/linux/mfd/ |
| H A D | rohm-bd71815.h | 373 /* BD71815 interrupt masks */ 388 /* BD71815 interrupt irqs */
|
| /linux/ |
| H A D | MAINTAINERS | 22378 F: drivers/gpio/gpio-bd71815.c 22384 F: drivers/regulator/bd71815-regulator.c 22393 F: include/linux/mfd/rohm-bd71815.h
|