Home
last modified time | relevance | path

Searched +full:ls2k +full:- +full:i2c (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/
Dloongson,ls2x-i2c.yaml1 # 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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
8 select I2C
13 series are bridge chipset, while Loongson LS2K series are SoC.
/kernel/linux/linux-6.6/drivers/i2c/busses/
Di2c-ls2x.c1 // 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.
18 #include <linux/i2c.h>
29 /* I2C Registers */
54 #define LS2X_CTR_EN BIT(7) /* 0: I2c frequency setting 1: Normal */
55 #define LS2X_CTR_IEN BIT(6) /* Enable i2c interrupt */
75 * This gets called whenever an I2C interrupt occurs.
81 if (!(readb(priv->base + I2C_LS2X_SR) & LS2X_SR_IF)) in ls2x_i2c_isr()
[all …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
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 …]