Searched refs:bd70528 (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/mfd/ |
D | rohm-bd70528.c | 222 struct bd70528_data *bd70528; in bd70528_i2c_probe() local 231 bd70528 = devm_kzalloc(&i2c->dev, sizeof(*bd70528), GFP_KERNEL); in bd70528_i2c_probe() 232 if (!bd70528) in bd70528_i2c_probe() 235 mutex_init(&bd70528->rtc_timer_lock); in bd70528_i2c_probe() 237 dev_set_drvdata(&i2c->dev, &bd70528->chip); in bd70528_i2c_probe() 239 bd70528->chip.regmap = devm_regmap_init_i2c(i2c, &bd70528_regmap); in bd70528_i2c_probe() 240 if (IS_ERR(bd70528->chip.regmap)) { in bd70528_i2c_probe() 242 return PTR_ERR(bd70528->chip.regmap); in bd70528_i2c_probe() 266 ret = devm_regmap_add_irq_chip(&i2c->dev, bd70528->chip.regmap, in bd70528_i2c_probe() 282 ret = regmap_update_bits(bd70528->chip.regmap, in bd70528_i2c_probe()
|
D | Makefile | 261 obj-$(CONFIG_MFD_ROHM_BD70528) += rohm-bd70528.o
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd70528-pmic.txt | 12 - compatible : Should be "rohm,bd70528" 24 Please see ../regulator/rohm,bd70528-regulator.txt 39 compatible = "rohm,bd70528"; 45 clock-output-names = "bd70528-32k-out";
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd70528-regulator.txt | 9 Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt
|
/Linux-v5.15/drivers/rtc/ |
D | Makefile | 36 obj-$(CONFIG_RTC_DRV_BD70528) += rtc-bd70528.o
|
D | Kconfig | 520 will be called rtc-bd70528.
|
/Linux-v5.15/drivers/gpio/ |
D | Makefile | 41 obj-$(CONFIG_GPIO_BD70528) += gpio-bd70528.o
|
D | Kconfig | 1132 will be called gpio-bd70528.
|
/Linux-v5.15/ |
D | MAINTAINERS | 16187 F: Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt 16188 F: Documentation/devicetree/bindings/regulator/rohm,bd70528-regulator.txt 16190 F: drivers/gpio/gpio-bd70528.c 16193 F: drivers/mfd/rohm-bd70528.c 16197 F: drivers/power/supply/bd70528-charger.c 16198 F: drivers/regulator/bd70528-regulator.c 16204 F: drivers/rtc/rtc-bd70528.c 16207 F: include/linux/mfd/rohm-bd70528.h
|