Searched +full:raspberrypi +full:- +full:rp1 +full:- +full:state (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | raspberrypi,rp1-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/raspberrypi,rp1-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RaspberryPi RP1 GPIO/Pinconf/Pinmux Controller submodule 10 - A. della Porta <andrea.porta@suse.com> 13 The RP1 chipset is a Multi Function Device containing, among other 14 sub-peripherals, a gpio/pinconf/mux controller whose 54 pins are grouped 20 const: raspberrypi,rp1-gpio 26 '#gpio-cells': [all …]
|
/linux/drivers/clk/ |
H A D | clk-rp1.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Clock driver for RP1 PCIe multifunction chip. 9 #include <linux/clk-provider.h> 16 #include <dt-bindings/clock/raspberrypi,rp1-clocks.h> 374 regmap_write(clockman->regmap, reg, val); in clockman_write() 381 regmap_read(clockman->regmap, reg, &val); in clockman_read() 389 struct rp1_clockman *clockman = pll_core->clockman; in rp1_pll_core_is_on() 390 const struct rp1_pll_core_data *data = pll_core->data; in rp1_pll_core_is_on() 391 u32 pwr = clockman_read(clockman, data->pwr_reg); in rp1_pll_core_is_on() 399 struct rp1_clockman *clockman = pll_core->clockman; in rp1_pll_core_on() [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 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 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|