Searched +full:bd71828 +full:- +full:32 +full:k +full:- +full:out (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | rohm,bd71828-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71828-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ROHM BD71828 Power Management Integrated Circuit 10 - Matti Vaittinen <mazziesaccount@gmail.com> 13 BD71828GW is a single-chip power management IC for battery-powered portable 15 single-cell linear charger. Also included is a Coulomb counter, a real-time 21 - const: rohm,bd71828 23 - items: [all …]
|
/linux/drivers/clk/ |
H A D | clk-bd718x7.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/mfd/rohm-generic.h> 11 #include <linux/clk-provider.h> 18 /* BD71828 */ 24 * BD71837, BD71847, and BD71828 all use bit [0] to clk output control 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() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 26 usually hang out, for example irc://server/channel. 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 54 K: *Content regex* (perl extended) pattern match in a patch or file. 56 K: of_get_profile 58 K: \b(printk|pr_(info|err))\b [all …]
|