| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp15-pinctrl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 9 adc1_in6_pins_a: adc1-in6-0 { 15 adc12_ain_pins_a: adc12-ain-0 { 24 adc12_ain_pins_b: adc12-ain-1 { 31 adc12_usb_cc_pins_a: adc12-usb-cc-pins-0 { 38 cec_pins_a: cec-0 { 41 bias-disable; 42 drive-open-drain; [all …]
|
| H A D | stm32f7-pinctrl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 7 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 8 #include <dt-bindings/mfd/stm32f7-rcc.h> 12 pinctrl: pin-controller { 13 #address-cells = <1>; 14 #size-cells = <1>; 16 interrupt-parent = <&exti>; 18 pins-are-numbered; 21 gpio-controller; [all …]
|
| H A D | stm32h743-pinctrl.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 47 pin-controller { 48 #address-cells = <1>; 49 #size-cells = <1>; 50 compatible = "st,stm32h743-pinctrl"; 52 interrupt-parent = <&exti>; 54 pins-are-numbered; 57 gpio-controller; [all …]
|
| H A D | stm32f4-pinctrl.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 44 #include <dt-bindings/mfd/stm32f4-rcc.h> 48 pinctrl: pin-controller { 49 #address-cells = <1>; 50 #size-cells = <1>; 52 interrupt-parent = <&exti>; 54 pins-are-numbered; 57 gpio-controller; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | memmove.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 44 PLD( pld [r1, #-4] ) 50 stmfd sp!, {r5 - r8} 55 UNWIND( .save {r5 - r8} ) @ in second stmfd block 66 PLD( pld [r1, #-4] ) 68 PLD( pld [r1, #-32] ) 70 PLD( pld [r1, #-64] ) 71 PLD( pld [r1, #-96] ) 73 3: PLD( pld [r1, #-128] ) 86 W(ldr) r3, [r1, #-4]! [all …]
|
| H A D | copy_template.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 * ------------------- 69 * than one 32bit instruction in Thumb-2) 89 stmfd sp!, {r5 - r8} 94 UNWIND( .save {r5 - r8} ) @ in second stmfd block 140 lsl ip, ip, #STR1W_SHIFT - LDR1W_SHIFT 142 lsr ip, ip, #LDR1W_SHIFT - STR1W_SHIFT 159 7: ldmfd sp!, {r5 - r8} 195 .macro forward_copy_shift pull push argument 208 11: stmfd sp!, {r5 - r9} [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | memcpy.S | 78 stmfd sp!, {r5 - r8} 124 lsl ip, ip, #STR1W_SHIFT - LDR1W_SHIFT 126 lsr ip, ip, #LDR1W_SHIFT - STR1W_SHIFT 143 7: ldmfd sp!, {r5 - r8} 175 .macro forward_copy_shift pull push argument 186 11: stmfd sp!, {r5 - r9} 197 mov r3, lr, lspull #\pull 200 orr r3, r3, r4, lspush #\push 201 mov r4, r4, lspull #\pull 202 orr r4, r4, r5, lspush #\push [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | stm32mp157-pinctrl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 10 pinctrl: pin-controller@50002000 { 11 #address-cells = <1>; 12 #size-cells = <1>; 13 compatible = "st,stm32mp157-pinctrl"; 15 interrupt-parent = <&exti>; 17 pins-are-numbered; 20 gpio-controller; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | pull-requests.rst | 3 Creating Pull Requests 6 This chapter describes how maintainers can create and submit pull requests 11 experienced maintainer) primarily from comments made by Greg Kroah-Hartman 22 ------------- 25 the pull request on a separate branch. Typically you will base this branch 26 off of a branch in the developers tree whom you intend to send the pull 29 In order to create the pull request you must first tag the branch that you 35 Greg offers the following. A pull request with miscellaneous stuff for 36 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named 37 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | aspeed-wdt.txt | 4 - compatible: must be one of: 5 - "aspeed,ast2400-wdt" 6 - "aspeed,ast2500-wdt" 7 - "aspeed,ast2600-wdt" 9 - reg: physical base address of the controller and length of memory mapped 14 - aspeed,reset-type = "cpu|soc|system|none" 16 Reset behavior - Whenever a timeout occurs the watchdog can be programmed 23 If 'aspeed,reset-type=' is not specified the default is to enable system 28 - cpu: Reset CPU on watchdog timeout 30 - soc: Reset 'System on Chip' on watchdog timeout [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | sja1000.txt | 5 - compatible : should be one of "nxp,sja1000", "technologic,sja1000". 7 - reg : should specify the chip select, address offset and size required 10 - interrupts: property with a value describing the interrupt source 15 - reg-io-width : Specify the size (in bytes) of the IO accesses that 20 - nxp,external-clock-frequency : Frequency of the external oscillator 25 - nxp,tx-output-mode : operation mode of the TX output control logic: 26 <0x0> : bi-phase output mode 31 - nxp,tx-output-config : TX output pin configuration: 33 <0x02> : TX0 pull-down (default) 34 <0x04> : TX0 pull-up [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | smsc911x.txt | 1 * Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller 4 - compatible : Should be "smsc,lan<model>", "smsc,lan9115" 5 - reg : Address and length of the io space for SMSC LAN 6 - interrupts : one or two interrupt specifiers 7 - The first interrupt is the SMSC LAN interrupt line 8 - The second interrupt (if present) is the PME (power 11 - phy-mode : See ethernet.txt file in the same directory 14 - reg-shift : Specify the quantity to shift the register offsets by 15 - reg-io-width : Specify the size (in bytes) of the IO accesses that 18 - smsc,irq-active-high : Indicates the IRQ polarity is active-high [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.txt | 6 - compatible: 10 "qcom,pm8005-gpio" 11 "qcom,pm8018-gpio" 12 "qcom,pm8038-gpio" 13 "qcom,pm8058-gpio" 14 "qcom,pm8916-gpio" 15 "qcom,pm8917-gpio" 16 "qcom,pm8921-gpio" 17 "qcom,pm8941-gpio" 18 "qcom,pm8950-gpio" [all …]
|
| H A D | pinctrl-sx150x.txt | 3 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and 4 ../interrupt-controller/interrupts.txt for generic information regarding 8 - compatible: should be one of : 19 - reg: The I2C slave address for this device. 21 - #gpio-cells: Should be 2. The first cell is the GPIO number and the 25 - gpio-controller: Marks the device as a GPIO controller. 28 - interrupts: Interrupt specifier for the controllers interrupt. 30 - interrupt-controller: Marks the device as a interrupt controller. 32 - semtech,probe-reset: Will trigger a reset of the GPIO expander on probe, 38 Required properties for pin configuration sub-nodes: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | st,stmfx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectonics Multi-Function eXpander (STMFX) bindings 9 description: ST Multi-Function eXpander (STMFX) is a slave controller using I2C for 15 - Amelie Delaunay <amelie.delaunay@st.com> 19 const: st,stmfx-0300 27 drive-open-drain: true 29 vdd-supply: 37 const: st,stmfx-0300-pinctrl [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch | 4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 1518 7 Add `--` in some commands that receive user input 11 There may be more commands that could benefit from `--` 17 - push 18 - pull 19 - fetch 20 - clone/clone_from and friends 21 - archive (not sure if this one can be exploited, but it doesn't hurt 22 adding `--` :)) 25 make sure to always validate the input (like if starts with `--`). [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 3 * Copyright 2011-2015 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
|
| H A D | bootstrap.css | 3 * Copyright 2011-2015 Twitter, Inc. 8 font-family: sans-serif; 9 -webkit-text-size-adjust: 100%; 10 -ms-text-size-adjust: 100%; 34 display: inline-block; 35 vertical-align: baseline; 46 background-color: transparent; 53 border-bottom: 1px dotted; 57 font-weight: bold; 60 font-style: italic; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | nsc_gpio.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 National Semiconductor common GPIO device-file/VFS methods. 7 Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> 26 u32 config = amp->gpio_config(index, ~0, 0); in nsc_gpio_dump() 29 dev_info(amp->dev, "io%02u: 0x%04x %s %s %s %s %s %s %s\tio:%d/%d\n", in nsc_gpio_dump() 31 (config & 1) ? "OE" : "TS", /* output-enabled/tristate */ in nsc_gpio_dump() 32 (config & 2) ? "PP" : "OD", /* push pull / open drain */ in nsc_gpio_dump() 33 (config & 4) ? "PUE" : "PUD", /* pull up enabled/disabled */ in nsc_gpio_dump() 39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump() 46 struct nsc_gpio_ops *amp = file->private_data; in nsc_gpio_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 35 bool "Axis ARTPEC-6 pin controller driver" 40 This is the driver for the Axis ARTPEC-6 pin controller. This driver 43 found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt 52 functionality. This driver supports the pinmux, push-pull and 57 tristate "X-Powers AXP209 PMIC pinctrl and GPIO Support" 122 tristate "TI DA850/OMAP-L138/AM18XX pullup/pulldown groups" 127 Driver for TI DA850/OMAP-L138/AM18XX pinconf. Used to control 196 corresponding interrupt-controller. 224 tristate "One-register-per-pin type device tree based pinctrl driver" [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.txt | 5 also provides ability to multiplex and configure the output of various on-chip 10 - compatible: value should be one of the following: 11 (a) "st,stm32f429-pinctrl" 12 (b) "st,stm32f746-pinctrl" 13 - #address-cells: The value of this property must be 1 14 - #size-cells : The value of this property must be 1 15 - ranges : defines mapping between pin controller node (parent) to 16 gpio-bank node (children). 17 - pins-are-numbered: Specify the subnodes are using numbered pinmux to 22 - gpio-controller : Indicates this device is a GPIO controller [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 7.AdvancedTopics.rst | 12 ------------------------- 32 https://git-scm.com/ 34 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html 40 available to others. A git-using developer should be able to obtain a copy 45 remote branches, the index, fast-forward merges, pushes and pulls, detached 54 server with git-daemon is relatively straightforward if you have a system 64 development in any branch which you intend to ask others to pull from. 65 Publicly-available branches should be created with care; merge in patches 66 from development branches when they are in complete form and ready to go - 90 So, once you push a set of changes to your publicly-available server, those [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186-p3310.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/mfd/max77620.h> 27 stdout-path = "serial0:115200n8"; 38 phy-reset-gpios = <&gpio TEGRA186_MAIN_GPIO(M, 4) 40 phy-handle = <&phy>; 41 phy-mode = "rgmii"; 44 #address-cells = <1>; 45 #size-cells = <0>; 48 compatible = "ethernet-phy-ieee802.3-c22"; 50 interrupt-parent = <&gpio>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mt65xx.txt | 6 - compatible: value should be either of the following. 7 "mediatek,mt2701-i2c", "mediatek,mt6577-i2c": for MediaTek MT2701 8 "mediatek,mt2712-i2c": for MediaTek MT2712 9 "mediatek,mt6577-i2c": for MediaTek MT6577 10 "mediatek,mt6589-i2c": for MediaTek MT6589 11 "mediatek,mt6797-i2c", "mediatek,mt6577-i2c": for MediaTek MT6797 12 "mediatek,mt7622-i2c": for MediaTek MT7622 13 "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek MT7623 14 "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629 15 "mediatek,mt8173-i2c": for MediaTek MT8173 [all …]
|
| /OK3568_Linux_fs/buildroot/package/uclibc/ |
| H A D | 0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch | 2 From: Jeffy Chen <jeffy.chen@rock-chips.com> 4 Subject: [PATCH] libc: string: arm: Support using glibc-neon version of APIs 8 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> 9 --- 11 libc/string/Makefile.in | 10 +- 13 libc/string/arm/glibc-neon/README | 4 + 14 libc/string/arm/glibc-neon/arm-features.h | 59 ++ 15 libc/string/arm/glibc-neon/bcopy.c | 24 + 16 libc/string/arm/glibc-neon/bzero.c | 28 + 17 libc/string/arm/glibc-neon/glibc_wrap.h | 29 + [all …]
|