/linux-6.8/include/linux/pinctrl/ |
D | pinconf-generic.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2011 ST-Ericsson SA 6 * Written on behalf of Linaro for ST-Ericsson 24 * enum pin_config_param - possible pin configuration parameters 31 * transition from say pull-up to pull-down implies that you disable 32 * pull-up in the process, this setting disables all biasing. 34 * mode, also know as "third-state" (tristate) or "high-Z" or "floating". 39 * @PIN_CONFIG_BIAS_PULL_DOWN: the pin will be pulled down (usually with high 40 * impedance to GROUND). If the argument is != 0 pull-down is enabled, 43 * @PIN_CONFIG_BIAS_PULL_PIN_DEFAULT: the pin will be pulled up or down based [all …]
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | everest,es7241.txt | 4 - compatible : "everest,es7241" 5 - VDDP-supply: regulator phandle for the VDDA supply 6 - VDDA-supply: regulator phandle for the VDDP supply 7 - VDDD-supply: regulator phandle for the VDDD supply 10 - reset-gpios: gpio connected to the reset pin 11 - m0-gpios : gpio connected to the m0 pin 12 - m1-gpios : gpio connected to the m1 pin 13 - everest,sdout-pull-down: 15 the sdout. If the sdout is pulled down, leftj format is used. 16 If this property is not provided, sdout is assumed to pulled [all …]
|
/linux-6.8/Documentation/devicetree/bindings/iio/light/ |
D | veml6030.yaml | 1 # SPDX-License-Identifier: GPL-2.0+ 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rishi Gupta <gupt21@gmail.com> 28 - vishay,veml6030 34 - 0x10 # ADDR pin pulled down 35 - 0x48 # ADDR pin pulled up 40 Refer to interrupt-controller/interrupts.txt for generic 45 - compatible 46 - reg [all …]
|
/linux-6.8/arch/powerpc/boot/dts/fsl/ |
D | p1023rdb.dts | 4 * Copyright 2013 - 2014 Freescale Semiconductor Inc. 37 /include/ "p1023si-pre.dtsi" 42 #address-cells = <2>; 43 #size-cells = <2>; 44 interrupt-parent = <&mpic>; 50 reserved-memory { 51 #address-cells = <2>; 52 #size-cells = <2>; 55 bman_fbpr: bman-fbpr { 59 qman_fqd: qman-fqd { [all …]
|
/linux-6.8/Documentation/process/ |
D | 7.AdvancedTopics.rst | 12 ------------------------- 30 wish to come up to speed with git will find more information at: 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 50 exercise while coming up to speed. 52 When you are ready to start putting up git trees for others to look at, you 53 will, of course, need a server that can be pulled from. Setting up such a 54 server with git-daemon is relatively straightforward if you have a system [all …]
|
/linux-6.8/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2013 - 2019 Intel Corporation. */ 7 * fm10k_fifo_init - Initialize a message FIFO 10 * @size: maximum message size to store in FIFO, must be 2^n - 1 14 fifo->buffer = buffer; in fm10k_fifo_init() 15 fifo->size = size; in fm10k_fifo_init() 16 fifo->head = 0; in fm10k_fifo_init() 17 fifo->tail = 0; in fm10k_fifo_init() 21 * fm10k_fifo_used - Retrieve used space in FIFO 28 return fifo->tail - fifo->head; in fm10k_fifo_used() [all …]
|
/linux-6.8/include/linux/mfd/wm8994/ |
D | pdata.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/linux/mfd/wm8994/pdata.h -- Platform data for WM8994 39 * panel provided by the WISCE - see http://www.wolfsonmicro.com/wisce/ 52 * control panel in WISCE - see http://www.wolfsonmicro.com/wisce/ 64 * WISCE - see http://www.wolfsonmicro.com/wisce/ 78 * multiband compressor configuration panel in WISCE - see 89 * multiband compressor configuration panel in WISCE - see 100 * the multiband compressor configuration panel in WISCE - see 129 * Default values for GPIOs if non-zero, WM8994_CONFIGURE_GPIO 160 /* Power up delays to add after microphone bias power up (ms) */ [all …]
|
/linux-6.8/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 Git source-code management system. Git is a powerful tool with a lot of 30 - Changing the parent (starting) commit upon which a series of patches is 36 - Changing the history of a set of patches by fixing (or deleting) broken 48 - History that has been exposed to the world beyond your private system 49 should usually not be changed. Others may have pulled a copy of your 54 That said, there are always exceptions. Some trees (linux-next being 61 - Do not rebase a branch that contains history created by others. If you 62 have pulled changes from another developer's repository, you are now a 67 - Do not reparent a tree without a good reason to do so. Just being on a [all …]
|
D | pull-requests.rst | 9 experienced maintainer) primarily from comments made by Greg Kroah-Hartman 20 ------------- 34 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named 35 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch 36 named ``char-misc-next``, you would be using the following command:: 38 git tag -s char-misc-4.15-rc1 char-misc-next 40 that will create a signed tag called ``char-misc-4.15-rc1`` based on the 41 last commit in the ``char-misc-next`` branch, and sign it with your gpg key 42 (see Documentation/maintainer/configure-git.rst). 50 any, testing has been done. All of this information will end up in the tag [all …]
|
D | messy-diffstat.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Handling messy pull-request diffstats 7 Subsystem maintainers routinely use ``git request-pull`` as part of the 14 and how to fix things up; it is derived from The Wisdom of Linus Torvalds, 17 .. _Linus1: https://lore.kernel.org/lkml/CAHk-=wg3wXH2JNxkQi+eLZkpuxqV+wPiHhw_Jf7ViH33Sw7PHA@mail.g… 18 .. _Linus2: https://lore.kernel.org/lkml/CAHk-=wgXbSa8yq8Dht8at+gxb_idnJ7X5qWZQWRBN4_CUPr=eQ@mail.g… 23 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 28 $ git diff --stat --summary vN-rc2..vN-rc3 38 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 40 +-- c1 --- c2 --- ... --- cN [all …]
|
/linux-6.8/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 7 # sudo ./sleepgraph.py -config thisfile.txt 58 output-dir: suspend-{hostname}-{date}-{time}-custom 63 override-timeline-functions: true 68 override-dev-timeline-functions: true 78 # The args are pulled directly from the stack using this architecture's registers 89 # minimum required for an entry, it will show up as the function 143 # The args are pulled directly from the stack using this architecture's registers 154 # minimum required for an entry, it will show up as the function
|
/linux-6.8/Documentation/power/ |
D | charger-manager.rst | 7 Charger Manager provides in-kernel battery charger management that 8 requires temperature monitoring during suspend-to-RAM state 12 Charger Manager is a platform_driver with power-supply-class entries. 13 An instance of Charger Manager (a platform-device created with Charger-Manager) 26 own power-supply-class and each power-supply-class can provide 28 aggregates charger-related information from multiple sources and 29 shows combined information as a single power-supply-class. 31 * Support for in suspend-to-RAM polling (with suspend_again callback) 32 While the battery is being charged and the system is in suspend-to-RAM, 34 battery temperature. We can accomplish this by waking up the system [all …]
|
/linux-6.8/drivers/mtd/maps/ |
D | scb2_flash.c | 1 // SPDX-License-Identifier: GPL-2.0-only 19 * * A20 and A21 pulled up 20 * * D8-D15 ignored 25 * logical address 0 hit higher-address sections of the chip, not physical 0. 29 * This driver assumes the chip is not write-protected by an external signal. 33 * updates for this board include 10 related (*.bio - &.bi9) binary files and 40 * offset 0x00000 to 0x4ffff (320k): unknown - SCSI BIOS, etc? 76 struct map_info *map = mtd->priv; in scb2_fixup_mtd() 77 struct cfi_private *cfi = map->fldrv_priv; in scb2_fixup_mtd() 80 if (cfi->cfiq->InterfaceDesc != CFI_INTERFACE_X16_ASYNC) { in scb2_fixup_mtd() [all …]
|
/linux-6.8/Documentation/devicetree/bindings/mfd/ |
D | samsung,s2mps11.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 18 sub-blocks. 23 - samsung,s2mps11-pmic 24 - samsung,s2mps13-pmic 25 - samsung,s2mps14-pmic 26 - samsung,s2mps15-pmic 27 - samsung,s2mpu02-pmic [all …]
|
/linux-6.8/Documentation/devicetree/bindings/gpio/ |
D | nxp,pcf8575.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: PCF857x-compatible I/O expanders 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 13 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be 14 driven high by a pull-up current source or driven low to ground. This 20 setting up line direction is thus to do it explicitly. 25 - maxim,max7328 26 - maxim,max7329 [all …]
|
/linux-6.8/drivers/net/phy/ |
D | microchip_t1s.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Driver for Microchip 10BASE-T1S PHYs 28 /* The arrays below are pulled from the following table from AN1699 37 * W 0x1F 0x008B 0x0404 ------ 41 * W 0x1F 0x0099 0x7F80 ------ 87 /* Pulled from AN1760 describing 'indirect read' 112 /* This is pulled straight from AN1760 from 'calculation of offset 1' & 201 …Documents/documents/AIS/ProductDocuments/SupportingCollateral/AN-LAN8650-1-Configuration-60001760.… in lan865x_revb0_config_init() 234 return -ENODEV; in lan867x_revb1_config_init() 239 …aemDocuments/documents/AIS/ProductDocuments/SupportingCollateral/AN-LAN8670-1-2-config-60001699.pdf in lan867x_revb1_config_init() [all …]
|
/linux-6.8/arch/arm/mach-ep93xx/ |
D | soc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * arch/arm/mach-ep93xx/soc.h 5 * Copyright (C) 2012 Open Kernel Labs <www.ok-labs.com> 12 #include "ep93xx-regs.h" 19 * asynchronous boot configuration. When ASDO is "1" (i.e. pulled-up) 21 * pulled-down) the asynchronous boot mode is selected.
|
/linux-6.8/arch/hexagon/kernel/ |
D | setup.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. 35 * setup_arch - high level architectural setup routine 36 * @cmdline_p: pointer to pointer to command-line arguments 44 * These will eventually be pulled in via either some hypervisor in setup_arch() 52 * Set up event bindings to handle exceptions and interrupts. in setup_arch() 60 * For now, check uninitialized-but-mapped memory in setup_arch() 75 * boot_command_line and the value set up by setup_arch in setup_arch() 76 * are both picked up by the init code. If no reason to in setup_arch() 116 int cpu = (unsigned long) v - 1; in show_cpuinfo()
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | samsung,exynos-usb2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/samsung,exynos-usb2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 15 - samsung,exynos4210-ehci 16 - samsung,exynos4210-ohci 21 clock-names: 23 - const: usbhost 32 phy-names: [all …]
|
/linux-6.8/Documentation/devicetree/bindings/leds/ |
D | kinetic,ktd2692.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Markuss Broks <markuss.broks@gmail.com> 13 KTD2692 is the ideal power solution for high-power flash LEDs. 14 It uses ExpressWire single-wire programming for maximum flexibility. 20 Also, When the AUX pin is pulled high while CTRL pin is high, 21 LED current will be ramped up to the flash-mode current level. 27 ctrl-gpios: 31 aux-gpios: [all …]
|
/linux-6.8/Documentation/doc-guide/ |
D | contributing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Documentation is an important part of any software-development project. 8 developers work more effectively. Without top-quality documentation, a lot 9 of time is wasted in reverse-engineering the code and making avoidable 23 --------------------------- 36 ones. For this reason, eliminating warnings is one of the highest-priority 42 positives, leading to patches aimed at simply shutting the compiler up. 59 - Resource-managed devfreq_register_notifier() 61 - Resource-managed devfreq_unregister_notifier() 65 A quick look at the source file named above turned up a couple of kerneldoc [all …]
|
/linux-6.8/arch/arm/boot/dts/allwinner/ |
D | sun4i-a10-pcduino2.dts | 4 * This file is dual-licensed: you can use it either under the terms 47 * is controlled by the PD2 pin (pulled-up by default). Also one of 51 #include "sun4i-a10-pcduino.dts" 55 compatible = "linksprite,a10-pcduino2", "allwinner,sun4i-a10"; 64 usb1_vbus-supply = <®_vcc3v3>; /* USB WIFI is always on */ 65 usb2_vbus-supply = <®_usb2_vbus>;
|
/linux-6.8/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-sr-som.dtsi | 4 * This file is dual-licensed: you can use it either under the terms 41 #include <dt-bindings/gpio/gpio.h> 44 vcc_3v3: regulator-vcc-3v3 { 45 compatible = "regulator-fixed"; 46 regulator-always-on; 47 regulator-name = "vcc_3v3"; 48 regulator-min-microvolt = <3300000>; 49 regulator-max-microvolt = <3300000>; 54 pinctrl-names = "default"; 55 pinctrl-0 = <&pinctrl_microsom_enet_ar8035>; [all …]
|
/linux-6.8/arch/hexagon/include/asm/ |
D | processor.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. 13 #include <asm/mem-layout.h> 52 * you have to kick the "unmapped" base requests higher up. 58 ((struct pt_regs *)(task_stack_page(task) + THREAD_SIZE) - 1) 68 Offsets are pulled via asm-offsets.c */ 73 * R24-27 as callee saved GPRs needing explicit attention (R29-31 being 75 * more, R16-R27. By saving more, the worst case is that we waste some
|
/linux-6.8/drivers/media/dvb-frontends/ |
D | stb0899_drv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 37 IQ_SWAP_ON = -1, /* the derotator frequency register */ 74 * @level = output state: pulled up or low
|