Searched +full:bd71815 +full:- +full:32 +full:k +full:- +full:out (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71815-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71815-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ROHM BD71815 Power Management Integrated Circuit bindings 10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> 13 BD71815AGW is a single-chip power management ICs for battery-powered 15 for LED and a 500 mA single-cell linear charger. Also included is a Coulomb 16 counter, a real-time clock (RTC), and a 32.768 kHz clock gate and two GPOs. 20 const: rohm,bd71815 [all …]
|
/Linux-v6.1/drivers/clk/ |
D | clk-bd718x7.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/mfd/rohm-generic.h> 11 #include <linux/clk-provider.h> 16 /* BD71815 */ 39 return regmap_update_bits(c->regmap, c->reg, c->mask, status); in bd71837_clk_set() 49 dev_dbg(&c->pdev->dev, "Failed to disable 32K clk (%d)\n", rv); in bd71837_clk_disable() 65 rval = regmap_read(c->regmap, c->reg, &enabled); in bd71837_clk_is_enabled() 70 return enabled & c->mask; in bd71837_clk_is_enabled() 82 int rval = -ENOMEM; in bd71837_clk_probe() 84 struct device *parent = pdev->dev.parent; in bd71837_clk_probe() [all …]
|
/Linux-v6.1/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|