Searched +full:typec +full:- +full:dir +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/4 ---5 $id: "http://devicetree.org/schemas/phy/ti,phy-j721e-wiz.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Kishon Vijay Abraham I <kishon@ti.com>16 - ti,j721e-wiz-16g17 - ti,j721e-wiz-10g19 power-domains:24 description: clock-specifier to represent input to the WIZ[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/6 /dts-v1/;8 #include "k3-j721e-som-p0.dtsi"9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/net/ti-dp83867.h>15 stdout-path = "serial2:115200n8";19 gpio_keys: gpio-keys {20 compatible = "gpio-keys";[all …]
1 diff --git a/drivers/Makefile b/drivers/Makefile3 --- a/drivers/Makefile5 @@ -6,6 +6,8 @@6 # Rewritten to use lists instead of if-statements.11 obj-y += irqchip/12 obj-y += bus/14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c16 --- a/drivers/block/nbd.c18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info)22 - if (!dev_list) {[all …]