/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <[email protected]> 13 - $ref: mtd.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 19 - items: 20 - pattern: "^((((micron|spansion|st),)?\ 33 - const: jedec,spi-nor [all …]
|
D | brcm,brcmnand.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <[email protected]> 11 - Kamal Dasu <[email protected]> 12 - William Zhang <[email protected]> 15 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND 16 flash chips. It has a memory-mapped register interface for both control 24 Its history includes several similar (but not fully register compatible) 27 -- Additional SoC-specific NAND controller properties -- [all …]
|
/linux-6.14.4/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 31 #include <sound/omap-hdmi-audio.h> 47 r = pm_runtime_get_sync(&hdmi->pdev->dev); in hdmi_runtime_get() 49 pm_runtime_put_noidle(&hdmi->pdev->dev); in hdmi_runtime_get() 61 r = pm_runtime_put_sync(&hdmi->pdev->dev); in hdmi_runtime_put() 62 WARN_ON(r < 0 && r != -ENOSYS); in hdmi_runtime_put() 68 struct hdmi_wp_data *wp = &hdmi->wp; in hdmi_irq_handler() local 71 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler() 72 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler() [all …]
|
D | hdmi4.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com/ 27 #include <sound/omap-hdmi-audio.h> 46 r = pm_runtime_get_sync(&hdmi->pdev->dev); in hdmi_runtime_get() 48 pm_runtime_put_noidle(&hdmi->pdev->dev); in hdmi_runtime_get() 60 r = pm_runtime_put_sync(&hdmi->pdev->dev); in hdmi_runtime_put() 61 WARN_ON(r < 0 && r != -ENOSYS); in hdmi_runtime_put() 67 struct hdmi_wp_data *wp = &hdmi->wp; in hdmi_irq_handler() local 70 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler() 71 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler() [all …]
|
/linux-6.14.4/arch/arm/boot/dts/marvell/ |
D | dove-sbc-a510.dts | 2 * Device Tree file for Compulab SBC-A510 Single Board Computer 6 * This file is dual-licensed: you can use it either under the terms 8 * licensing only applies to this file, and not this project as a 36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 46 * SBC-A510 comprises a PCA9555 I2C GPIO expander its GPIO lines connected to 55 * 0.7 mini-PCIe slot W_DISABLE# 57 * 1.0 MMC WP 67 /dts-v1/; 69 #include "dove-cm-a510.dtsi" 72 model = "Compulab SBC-A510"; [all …]
|
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com/ 27 #include <sound/omap-hdmi-audio.h> 42 r = pm_runtime_resume_and_get(&hdmi.pdev->dev); in hdmi_runtime_get() 55 r = pm_runtime_put_sync(&hdmi.pdev->dev); in hdmi_runtime_put() 56 WARN_ON(r < 0 && r != -ENOSYS); in hdmi_runtime_put() 61 struct hdmi_wp_data *wp = data; in hdmi_irq_handler() local 64 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler() 65 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler() 72 * raises connect interrupt if a cable is connected, or nothing in hdmi_irq_handler() [all …]
|
D | hdmi5.c | 1 // SPDX-License-Identifier: GPL-2.0-only 32 #include <sound/omap-hdmi-audio.h> 46 r = pm_runtime_resume_and_get(&hdmi.pdev->dev); in hdmi_runtime_get() 59 r = pm_runtime_put_sync(&hdmi.pdev->dev); in hdmi_runtime_put() 60 WARN_ON(r < 0 && r != -ENOSYS); in hdmi_runtime_put() 65 struct hdmi_wp_data *wp = data; in hdmi_irq_handler() local 68 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler() 69 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler() 77 * raises connect interrupt if a cable is connected, or nothing in hdmi_irq_handler() 78 * if cable is not connected. in hdmi_irq_handler() [all …]
|
/linux-6.14.4/arch/arm/boot/dts/allwinner/ |
D | suniv-f1c200s-lctech-pi.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "suniv-f1c100s.dtsi" 11 #include <dt-bindings/gpio/gpio.h> 15 compatible = "lctech,pi-f1c200s", "allwinner,suniv-f1c200s", 16 "allwinner,suniv-f1c100s"; 23 stdout-path = "serial0:115200n8"; 26 reg_vcc3v3: regulator-3v3 { 27 compatible = "regulator-fixed"; 28 regulator-name = "vcc3v3"; [all …]
|
/linux-6.14.4/arch/arm/boot/dts/broadcom/ |
D | bcm963138.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 16 stdout-path = &serial0; 34 brcm,wp-not-connected; 39 nand-on-flash-bbt; 40 brcm,nand-ecc-use-strap;
|
D | bcm963178.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96846.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96756.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm947622.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm963148.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96878.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96855.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm963138dvt.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 16 stdout-path = &serial0; 35 brcm,wp-not-connected; 40 nand-ecc-strength = <4>; 41 nand-ecc-step-size = <512>; 42 brcm,nand-oob-sector-size = <16>; 43 nand-on-flash-bbt;
|
/linux-6.14.4/arch/arm64/boot/dts/broadcom/bcmbca/ |
D | bcm963158.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96813.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96856.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm94912.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm96858.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
D | bcm963146.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 19 stdout-path = "serial0:115200n8"; 37 brcm,wp-not-connected; 42 nand-on-flash-bbt; 43 brcm,nand-ecc-use-strap;
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | mmc-controller-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-controller-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <[email protected]> 14 possible slots or ports for multi-slot controllers. 17 "#address-cells": 22 "#size-cells": 29 broken-cd: 34 cd-gpios: [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/eeprom/ |
D | at25.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Christian Eggers <[email protected]> 15 - pattern: "^eeprom@[0-9a-f]{1,2}$" 16 - pattern: "^fram@[0-9a-f]{1,2}$" 26 - items: 27 - enum: 28 - anvo,anv32e61w 29 - atmel,at25256B [all …]
|