Searched +full:technical +full:- +full:documentation (Results 1 – 25 of 53) sorted by relevance
123
| /Documentation/devicetree/bindings/iio/adc/ |
| D | adi,ad7780.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 13 The ad7780 is a sigma-delta analog to digital converter. This driver provides 20 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7170.pdf 22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7171.pdf 24 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7780.pdf 26 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7781.pdf 31 - adi,ad7170 [all …]
|
| D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Beniamin Bia <beniamin.bia@analog.com> 11 - Stefan Popa <stefan.popa@analog.com> 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf 22 - adi,ad7605-4 23 - adi,ad7606-8 [all …]
|
| D | adi,ad7192.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Michael Hennerich <michael.hennerich@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf 21 - adi,ad7190 22 - adi,ad7192 23 - adi,ad7193 24 - adi,ad7195 29 spi-cpol: true [all …]
|
| D | adi,ad7124.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Stefan Popa <stefan.popa@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf 21 - adi,ad7124-4 22 - adi,ad7124-8 32 clock-names: 34 - const: mclk 40 '#address-cells': [all …]
|
| /Documentation/devicetree/bindings/sound/ |
| D | adi,adau1977.txt | 4 http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1977.pdf 5 http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1978.pdf 6 http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1979.pdf 11 - compatible: Should contain one of the following: 16 - AVDD-supply: analog power supply for the device, please consult 17 Documentation/devicetree/bindings/regulator/regulator.txt 20 - reset-gpios: the reset pin for the chip, for more details consult 21 Documentation/devicetree/bindings/gpio/gpio.txt 23 - DVDD-supply: supply voltage for the digital core, please consult 24 Documentation/devicetree/bindings/regulator/regulator.txt [all …]
|
| /Documentation/devicetree/bindings/iio/impedance-analyzer/ |
| D | ad5933.txt | 3 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5933.pdf 4 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5934.pdf 7 - compatible : should be one of 10 - reg : the I2C address. 11 - vdd-supply : The regulator supply for DVDD, AVDD1 and AVDD2 when they 15 - clocks : external clock reference. 16 - clock-names : must be "mclk" if clocks is set. 20 impedance-analyzer@0d { 23 vdd-supply = <&vdd_supply>; 25 clock-names = "mclk";
|
| /Documentation/devicetree/bindings/iio/frequency/ |
| D | adf4371.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Popa Stefan <stefan.popa@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4372.pdf 20 - adi,adf4371 21 - adi,adf4372 28 Definition of the external clock (see clock/clock-bindings.txt) 31 clock-names: [all …]
|
| /Documentation/driver-api/ |
| D | lightnvm-pblk.rst | 4 pblk implements a fully associative, host-based FTL that exposes a traditional 7 - Map logical addresses onto physical addresses (4KB granularity) in a 8 logical-to-physical (L2P) table. 9 - Maintain the integrity and consistency of the L2P table as well as its 11 - Deal with controller- and media-specific constrains. 12 - Handle I/O errors. 13 - Implement garbage collection. 14 - Maintain consistency across the I/O stack during synchronization points. 20 which maintains updated FAQs, manual pages, technical documentation, tools,
|
| D | s390-drivers.rst | 16 The document assumes a familarity with the technical terms associated 19 Operation", IBM publication no. SA22-7832. 30 Documentation/s390/driver-model.rst. 40 * I/O subchannels bound to the vfio-ccw driver. See 41 Documentation/s390/vfio-ccw.rst. 53 so-called channel attached devices. They are addressed via I/O 55 channel-attached devices, however, will never interact with the 59 I/O functions for channel-attached devices 60 ------------------------------------------ 67 .. kernel-doc:: arch/s390/include/asm/cio.h [all …]
|
| /Documentation/bpf/ |
| D | index.rst | 2 BPF Documentation 5 This directory contains documentation for the BPF (Berkeley Packet 8 This kernel side documentation is still work in progress. The main 9 textual documentation is (for historical reasons) described in 10 `Documentation/networking/filter.txt`_, which describe both classical 11 and extended BPF instruction-set. 13 that goes into great technical depth about the BPF Architecture. 15 The primary info for the bpf syscall is available in the `man-pages`_ 52 .. _man-pages: https://www.kernel.org/doc/man-pages/ 53 .. _bpf(2): http://man7.org/linux/man-pages/man2/bpf.2.html
|
| /Documentation/devicetree/bindings/iio/imu/ |
| D | adi,adis16460.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dragos Bogdan <dragos.bogdan@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16460.pdf 19 - adi,adis16460 24 spi-cpha: true 26 spi-cpol: true 32 - compatible 33 - reg [all …]
|
| /Documentation/devicetree/bindings/ata/ |
| D | imx-sata.txt | 7 - compatible : should be one of the following: 8 - "fsl,imx53-ahci" for i.MX53 SATA controller 9 - "fsl,imx6q-ahci" for i.MX6Q SATA controller 10 - "fsl,imx6qp-ahci" for i.MX6QP SATA controller 11 - interrupts : interrupt mapping for SATA IRQ 12 - reg : registers mapping 13 - clocks : list of clock specifiers, must contain an entry for each 14 required entry in clock-names 15 - clock-names : should include "sata", "sata_ref" and "ahb" entries 18 - fsl,transmit-level-mV : transmit voltage level, in millivolts. [all …]
|
| /Documentation/hwmon/ |
| D | vexpress.rst | 12 * "Hardware Description" sections of the Technical Reference Manuals 15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html 17 * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: 19 - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html 24 ----------- 39 As these devices are non-discoverable, they must be described in a Device 41 in Documentation/devicetree/bindings/hwmon/vexpress.txt.
|
| D | f71805f.rst | 34 for providing initial documentation. 36 Thanks to Kris Chen and Aaron Huang from Fintek for answering technical 37 questions and providing additional documentation. 40 answering technical questions. 44 ----------- 57 The Fintek F71806F/FG Super-I/O chip is essentially the same as the 65 ------------------ 67 Voltages are sampled by an 8-bit ADC with a LSB of 8 mV. The supported 84 in1 VIN1 VTT1.2V 10K - 1.00 1.20 V 89 in6 VIN6 VCC1.5V 10K - 1.00 1.50 V [all …]
|
| D | adm1275.rst | 10 Addresses scanned: - 12 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1075.pdf 18 Addresses scanned: - 20 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1272.pdf 26 Addresses scanned: - 28 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1275.pdf 34 Addresses scanned: - 36 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf 42 Addresses scanned: - 44 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1278.pdf [all …]
|
| D | w83627hf.rst | 29 ----------------- 39 ----------- 47 Super I/O chip and a second i2c-only Winbond chip (often a W83782D), 55 The `w83627_HF_` uses pins 110-106 as VID0-VID4. The `w83627_THF_` uses the 64 For further information on this driver see the w83781d driver documentation. 66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid 69 ------------------- 74 module parameter is gone for technical reasons. If you need this feature, 76 lm-sensors) before loading the driver: 80 isaset -y -f 0x2e 0x87 [all …]
|
| /Documentation/scsi/ |
| D | FlashPoint.txt | 11 FREMONT, CA, -- October 8, 1996 -- Mylex Corporation has expanded Linux 20 development and provided technical support for our host adapters for several 26 Linux is a freely-distributed implementation of UNIX for Intel x86, Sun 61 510/796-6100 65 BusLogic FlashPoint LT/BT-948 Upgrade Program 69 BusLogic FlashPoint LW/BT-958 Upgrade Program 86 customers to make sure the BT-946C/956C MultiMaster cards would still be 88 the FlashPoint would be able to upgrade to the BT-946C. While this helped 110 there is no FlashPoint documentation sufficiently detailed to allow outside 114 way. In any event, even if documentation were available today it would [all …]
|
| /Documentation/process/ |
| D | embargoed-hardware-issues.rst | 5 ----- 21 ------- 29 Linux kernel security team (:ref:`Documentation/admin-guide/ 32 The team can be contacted by email at <hardware-security@kernel.org>. This 50 - Linus Torvalds (Linux Foundation Fellow) 51 - Greg Kroah-Hartman (Linux Foundation Fellow) 52 - Thomas Gleixner (Linux Foundation Fellow) 54 Operation of mailing-lists 57 The encrypted mailing-lists which are used in our process are hosted on 69 Non-disclosure agreements [all …]
|
| D | howto.rst | 6 This is the be-all, end-all document on this topic. It contains 9 contain anything related to the technical aspects of kernel programming, 18 ------------ 27 The kernel is written mostly in C, with some architecture-dependent 30 you plan to do low-level development for that architecture. Though they 34 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall] 35 - "Practical C Programming" by Steve Oualline [O'Reilly] 36 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall] 60 ------------ 65 described in :ref:`Documentation/process/license-rules.rst <kernel_licensing>`. [all …]
|
| /Documentation/devicetree/bindings/display/ |
| D | arm,pl11x.txt | 3 See also Documentation/devicetree/bindings/arm/primecell.yaml 7 - compatible: must be one of: 11 - reg: base address and size of the control registers block 13 - interrupt-names: either the single entry "combined" representing a 18 - interrupts: contains an interrupt specifier for each entry in 19 interrupt-names 21 - clock-names: should contain "clcdclk" and "apb_pclk" 23 - clocks: contains phandle and clock specifier pairs for the entries 24 in the clock-names property. See 25 Documentation/devicetree/bindings/clock/clock-bindings.txt [all …]
|
| /Documentation/devicetree/bindings/bus/ |
| D | ti-sysc.txt | 20 - compatible shall be one of the following generic types: 23 "ti,sysc-omap2" 24 "ti,sysc-omap4" 25 "ti,sysc-omap4-simple" 30 "ti,sysc-omap2-timer" 31 "ti,sysc-omap4-timer" 32 "ti,sysc-omap3430-sr" 33 "ti,sysc-omap3630-sr" 34 "ti,sysc-omap4-sr" 35 "ti,sysc-omap3-sham" [all …]
|
| /Documentation/media/v4l-drivers/ |
| D | omap3isp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 ------------ 26 - 3430 27 - 3530 28 - 3630 36 ---------------- 42 - OMAP3 ISP CCP2 43 - OMAP3 ISP CSI2a 44 - OMAP3 ISP CCDC 45 - OMAP3 ISP preview [all …]
|
| /Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra20-pmc.txt | 7 modes. It provides power-gating controllers for SoC and CPU power-islands. 10 - name : Should be pmc 11 - compatible : Should contain one of the following: 12 For Tegra20 must contain "nvidia,tegra20-pmc". 13 For Tegra30 must contain "nvidia,tegra30-pmc". 14 For Tegra114 must contain "nvidia,tegra114-pmc" 15 For Tegra124 must contain "nvidia,tegra124-pmc" 16 For Tegra132 must contain "nvidia,tegra124-pmc" 17 For Tegra210 must contain "nvidia,tegra210-pmc" 18 - reg : Offset and length of the register set for the device [all …]
|
| /Documentation/usb/ |
| D | CREDITS | 7 Georg Acher <acher@informatik.tu-muenchen.de> 15 Greg Kroah-Hartman <greg@kroah.com> 24 Linus Torvalds <torvalds@linux-foundation.org> 44 - 3Com GmbH for donating a ISDN Pro TA and supporting me 45 in technical questions and with test equipment. I'd never 48 - USAR Systems provided us with one of their excellent USB 49 Evaluation Kits. It allows us to test the Linux-USB driver 51 Systems recognized the importance of an up-to-date open 55 - Thanks to Intel Corporation for their precious help. 57 - We teamed up with Cherry to make Linux the first OS with [all …]
|
| /Documentation/admin-guide/ |
| D | ldm.rst | 2 LDM - Logical Disk Manager (Dynamic Disks) 5 :Author: Originally Written by FlatCap - Richard Russon <ldm@flatcap.org>. 9 -------- 26 assemble any multi-partition volumes, e.g. Stripes, RAID5. 29 dummy MSDOS partition containing one disk-sized partition. This is what is 37 ------- 46 +-------++--------------+---------+-----++--------------+---------+----+ 50 +-------++--------------+---------+-----++--------------+---------+----+ 52 +-------++--------------+---------+-----++--------------+---------+----+ 54 +-------++--------------+---------+-----++--------------+---------+----+ [all …]
|
123