Searched refs:bd71815 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-bd71815.c | 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 ret = regmap_set_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set() 51 ret = regmap_clear_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set() 54 dev_warn(bd71815->dev, "failed to toggle GPO\n"); in bd71815gpo_set()
|
H A D | Makefile | 41 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
|
H A D | Kconfig | 1206 will be called gpio-bd71815.
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | rohm,bd71815-pmic.yaml | 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71815-pmic.yaml# 20 const: rohm,bd71815 45 const: bd71815-32k-out 64 $ref: ../regulator/rohm,bd71815-regulator.yaml 103 compatible = "rohm,bd71815"; 111 clock-output-names = "bd71815-32k-out";
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | rohm,bd71815-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71815-regulator.yaml# 14 see Documentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml.
|
/openbmc/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";
|
/openbmc/linux/drivers/regulator/ |
H A D | Makefile | 33 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
|
H A D | Kconfig | 214 will be called bd71815-regulator.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 18633 F: drivers/gpio/gpio-bd71815.c 18638 F: drivers/regulator/bd71815-regulator.c 18645 F: include/linux/mfd/rohm-bd71815.h
|