Searched +full:ls2k +full:- +full:i2c (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/arch/loongarch/boot/dts/ |
D | loongson-2k0500.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/irq.h> 11 #address-cells = <2>; 12 #size-cells = <2>; 15 #address-cells = <1>; 16 #size-cells = <0>; 26 cpu_clk: cpu-clk { 27 compatible = "fixed-clock"; 28 #clock-cells = <0>; [all …]
|
D | loongson-2k1000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/clock/loongson,ls2k-clk.h> 10 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 17 #address-cells = <1>; 18 #size-cells = <0>; 35 ref_100m: clock-ref-100m { [all …]
|
/linux-6.8/Documentation/devicetree/bindings/i2c/ |
D | loongson,ls2x-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/loongson,ls2x-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson LS2X I2C Controller 10 - Binbin Zhou <zhoubinbin@loongson.cn> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 18 - loongson,ls2k-i2c 19 - loongson,ls7a-i2c 28 - compatible [all …]
|
/linux-6.8/drivers/gpu/drm/loongson/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 select I2C 14 series are bridge chipset, while Loongson LS2K series are SoC.
|
/linux-6.8/drivers/i2c/busses/ |
D | i2c-ls2x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Loongson-2K/Loongson LS7A I2C master mode driver 6 * Copyright (C) 2014-2017 Lemote, Inc. 7 * Copyright (C) 2018-2022 Loongson Technology Corporation Limited. 17 #include <linux/i2c.h> 28 /* I2C Registers */ 52 #define LS2X_CTR_EN BIT(7) /* 0: I2c frequency setting 1: Normal */ 53 #define LS2X_CTR_IEN BIT(6) /* Enable i2c interrupt */ 73 * This gets called whenever an I2C interrupt occurs. 79 if (!(readb(priv->base + I2C_LS2X_SR) & LS2X_SR_IF)) in ls2x_i2c_isr() [all …]
|
/linux-6.8/ |
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 …]
|