Searched +full:jz4780 +full:- +full:rtc (Results 1 – 18 of 18) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+3 #include <dt-bindings/clock/jz4780-cgu.h>6 #address-cells = <1>;7 #size-cells = <1>;8 compatible = "ingenic,jz4780";10 cpuintc: interrupt-controller {11 #address-cells = <0>;12 #interrupt-cells = <1>;13 interrupt-controller;14 compatible = "mti,cpu-interrupt-controller";[all …]
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.02 /dts-v1/;4 #include "jz4780.dtsi"5 #include <dt-bindings/clock/ingenic,tcu.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/regulator/active-semi,8865-regulator.h>12 compatible = "img,ci20", "ingenic,jz4780";22 stdout-path = &uart4;[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rtc/ingenic,rtc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Ingenic SoCs Real-Time Clock10 - Paul Cercueil <paul@crapouillou.net>13 - $ref: rtc.yaml#14 - if:20 - ingenic,jz4770-rtc21 - ingenic,jz4780-rtc[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#11 Documentation/arch/mips/ingenic-tcu.rst.14 - Paul Cercueil <paul@crapouillou.net>21 - ingenic,jz4740-tcu22 - ingenic,jz4725b-tcu23 - ingenic,jz4760-tcu24 - ingenic,jz4760b-tcu25 - ingenic,jz4770-tcu[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Paul Cercueil <paul@crapouillou.net>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 pattern: "^i2c@[0-9a-f]+$"21 - enum:22 - ingenic,jz4770-i2c23 - ingenic,x1000-i2c24 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>5 * JZ4740 SoC RTC driver9 #include <linux/clk-provider.h>19 #include <linux/rtc.h>33 /* The following are present on the jz4780 */45 /* Magic value to enable writes on jz4780 */64 struct rtc_device *rtc; member73 static inline uint32_t jz4740_rtc_reg_read(struct jz4740_rtc *rtc, size_t reg) in jz4740_rtc_reg_read() argument75 return readl(rtc->base + reg); in jz4740_rtc_reg_read()[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 The CGU in an Ingenic SoC provides all the clocks generated on-chip. It16 - Paul Cercueil <paul@crapouillou.net>23 - ingenic,jz4740-cgu24 - ingenic,jz4725b-cgu25 - ingenic,jz4755-cgu26 - ingenic,jz4760-cgu27 - ingenic,jz4760b-cgu[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Ingenic JZ4780 SoC CGU driver5 * Copyright (c) 2013-2015 Imagination Technologies10 #include <linux/clk-provider.h>16 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>111 usbpcr1 = readl(cgu->base + CGU_REG_USBPCR1); in jz4780_otg_phy_recalc_rate()170 return -EINVAL; in jz4780_otg_phy_set_rate()173 spin_lock_irqsave(&cgu->lock, flags); in jz4780_otg_phy_set_rate()175 usbpcr1 = readl(cgu->base + CGU_REG_USBPCR1); in jz4780_otg_phy_set_rate()178 writel(usbpcr1, cgu->base + CGU_REG_USBPCR1); in jz4780_otg_phy_set_rate()[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 2025-01-22 03:00:43.118-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-01-22 03:00:43.231-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-01-21 03:00:49.509-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-01-21 03:00:49.626-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]