Searched +full:integrator +full:- +full:ap +full:- +full:lm (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/bus/ |
H A D | arm,integrator-ap-lm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Integrator/AP Logic Module extension bus 10 - Linus Walleij <linusw@kernel.org> 12 description: The Integrator/AP is a prototyping platform and as such has a 13 site for stacking up to four logic modules (LM) designed specifically for 17 then have their own specific per-module bindings and they will be described 21 "#address-cells": [all …]
|
/linux/drivers/bus/ |
H A D | arm-integrator-lm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ARM Integrator Logical Module bus driver 33 struct device_node *np = dev->of_node; in integrator_lm_populate() 67 { .compatible = "arm,integrator-ap-syscon"}, 73 struct device *dev = &pdev->dev; in integrator_ap_lm_probe() 84 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe() 85 return -ENODEV; in integrator_ap_lm_probe() 91 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe() 97 dev_err(dev, "could not read from Integrator/AP syscon\n"); in integrator_ap_lm_probe() 116 { .compatible = "arm,integrator-ap-lm"}, [all …]
|
/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree for the ARM Integrator/AP platform 6 /dts-v1/; 7 #include "integrator.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 12 model = "ARM Integrator/AP"; 13 compatible = "arm,integrator-ap"; 16 #address-cells = <1>; 17 #size-cells = <0>; [all …]
|
H A D | integratorap-im-pd1.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree for the ARM Integrator/AP platform 4 * with the IM-PD1 example logical module mounted. 10 model = "ARM Integrator/AP with IM-PD1"; 11 compatible = "arm,integrator-ap"; 13 reserved-memory { 14 #address-cells = <1>; 15 #size-cells = <1>; 19 /* 1 MB of designated video RAM on the IM-PD1 */ 20 compatible = "shared-dma-pool"; [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 47 (not including files like integrator) 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org [all …]
|