Searched +full:jz4780 +full:- +full:i2c (Results 1 – 18 of 18) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>3 #include <dt-bindings/clock/ingenic,tcu.h>4 #include <dt-bindings/dma/jz4780-dma.h>7 #address-cells = <1>;8 #size-cells = <1>;9 compatible = "ingenic,jz4780";12 #address-cells = <1>;13 #size-cells = <0>;17 compatible = "ingenic,xburst-fpu1.0-mxu1.1";[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/ingenic,tcu.h>3 #include <dt-bindings/clock/ingenic,x1830-cgu.h>4 #include <dt-bindings/dma/x1830-dma.h>7 #address-cells = <1>;8 #size-cells = <1>;12 #address-cells = <1>;13 #size-cells = <0>;17 compatible = "ingenic,xburst-fpu2.0-mxu2.0";21 clock-names = "cpu";[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/ingenic,tcu.h>3 #include <dt-bindings/clock/ingenic,x1000-cgu.h>4 #include <dt-bindings/dma/x1000-dma.h>7 #address-cells = <1>;8 #size-cells = <1>;12 #address-cells = <1>;13 #size-cells = <0>;17 compatible = "ingenic,xburst-fpu1.0-mxu1.1";21 clock-names = "cpu";[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/ingenic,i2c.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Ingenic SoCs I2C controller10 - Paul Cercueil <paul@crapouillou.net>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 pattern: "^i2c@[0-9a-f]+$"21 - enum:22 - ingenic,jz4770-i2c[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Ingenic JZ4780 I2C bus driver5 * Copyright (C) 2006 - 2009 Ingenic Semiconductor Inc.15 #include <linux/i2c.h>113 #define JZ4780_I2CSHCNT_ADJUST(n) (((n) - 8) < 6 ? 6 : ((n) - 8))114 #define JZ4780_I2CSLCNT_ADJUST(n) (((n) - 1) < 8 ? 8 : ((n) - 1))115 #define JZ4780_I2CFHCNT_ADJUST(n) (((n) - 8) < 6 ? 6 : ((n) - 8))116 #define JZ4780_I2CFLCNT_ADJUST(n) (((n) - 1) < 8 ? 8 : ((n) - 1))171 static inline unsigned short jz4780_i2c_readw(struct jz4780_i2c *i2c, in jz4780_i2c_readw() argument174 return readw(i2c->iomem + offset); in jz4780_i2c_readw()[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for the i2c bus drivers.7 obj-$(CONFIG_I2C_SCMI) += i2c-scmi.o9 # Auxiliary I2C/SMBus modules10 obj-$(CONFIG_I2C_CCGX_UCSI) += i2c-ccgx-ucsi.o13 obj-$(CONFIG_I2C_ALI1535) += i2c-ali1535.o14 obj-$(CONFIG_I2C_ALI1563) += i2c-ali1563.o15 obj-$(CONFIG_I2C_ALI15X3) += i2c-ali15x3.o16 obj-$(CONFIG_I2C_AMD756) += i2c-amd756.o17 obj-$(CONFIG_I2C_AMD756_S4882) += i2c-amd756-s4882.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only6 menu "I2C Hardware Bus support"16 for Cypress CCGx Type-C controller. Individual bus drivers25 controller is part of the 7101 device, which is an ACPI-compliant29 will be called i2c-ali1535.37 controller is part of the 7101 device, which is an ACPI-compliant41 will be called i2c-ali1563.48 Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.51 will be called i2c-ali15x3.58 756/766/768 mainboard I2C interfaces. The driver also includes[all …]
45 Enable support for I2C connected Atmel's ATSHA204A50 bool "Rockchip e-fuse support"53 Enable (read-only) access for the e-fuse block found in Rockchip55 or through child-nodes that are generated based on the e-fuse map74 Enable command-line access to the Chrome OS EC (Embedded76 a number of sub-commands for performing EC tasks such as78 and talking to the I2C bus behind the EC (if there is one).90 bool "Enable Chrome OS EC I2C driver"93 Enable I2C access to the Chrome OS EC. This is used on older95 changed to SPI. The EC will accept commands across the I2C using[all …]
1 # SPDX-License-Identifier: GPL-2.0-only112 tristate "Analog Devices AXI-DMAC DMA support"118 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA144 tristate "JZ4780 DMA support"149 This selects support for the DMA controller in Ingenic JZ4780 SoCs.154 tristate "SA-11x0 DMA support"159 Support the DMA engine found on Intel StrongARM SA-1100 and160 SA-1110 SoCs. This DMA engine can only be used with on-chip220 This module can be found on Freescale Vybrid and LS-1 SoCs.263 Enable support for the IMG multi-threaded DMA controller (MDC).[all …]
8 W: Web-page with status/info24 N: [^a-z]tegra all files whose path contains the word tegra52 -----------------------------------57 L: uboot-snps-arc@synopsys.com58 T: git git://git.denx.de/u-boot-arc.git65 L: uboot-snps-arc@synopsys.com66 F: drivers/clk/clk-hsdk-cgu.c67 F: include/dt-bindings/clock/snps,hsdk-cgu.h68 F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt73 L: uboot-snps-arc@synopsys.com[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]
1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa[all...]
1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'3 2024-12-2[all...]
1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms)2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c'3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms)4 2024-1[all...]
... --------------------- ...
1 // SPDX-License-Identifier: GPL-2.0-only24 #include <linux/pinctrl/pinconf-generic.h>164 (!(enabled_socs & GENMASK(version - 1, 0)) in is_soc_or_above()165 || jzpc->info->version >= version); in is_soc_or_above()203 INGENIC_PIN_GROUP("mmc-1bit", jz4730_mmc_1bit, 1),204 INGENIC_PIN_GROUP("mmc-4bit", jz4730_mmc_4bit, 1),205 INGENIC_PIN_GROUP("uart0-data", jz4730_uart0_data, 1),206 INGENIC_PIN_GROUP("uart1-data", jz4730_uart1_data, 1),207 INGENIC_PIN_GROUP("uart2-data", jz4730_uart2_data, 1),208 INGENIC_PIN_GROUP("uart3-data", jz4730_uart3_data, 1),[all …]
1 2025-03-16 03:00:36.730-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-16 03:00:36.828-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-03-15 03:00:37.236-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-15 03:00:37.352-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]