Searched +full:gemini +full:- +full:pata (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/ata/ |
H A D | faraday,ftide010.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: Faraday Technology FTIDE010 PATA controller 10 - Linus Walleij <linus.walleij@linaro.org> 14 StorLink SL3512 and SL3516, later known as the Cortina Systems Gemini 15 platform. The controller can do PIO modes 0 through 4, Multi-word DMA 18 On the Gemini platform, this PATA block is accompanied by a PATA to 22 The timing properties are unique per-SoC, not per-board. 27 - const: faraday,ftide010 [all …]
|
H A D | cortina,gemini-sata-bridge.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/cortina,gemini-sata-bridge.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cortina Systems Gemini SATA Bridge 10 - Linus Walleij <linus.walleij@linaro.org> 13 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that 14 takes two Faraday Technology FTIDE010 PATA controllers and bridges 19 const: cortina,gemini-sata-bridge 28 reset-names: [all …]
|
/linux/drivers/ata/ |
H A D | pata_ftide010.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Includes portions of the SL2312/SL3516/Gemini PATA driver 24 * struct ftide010 - state container for the Faraday FTIDE010 31 * @sg: Gemini SATA bridge pointer, if running on the Gemini 32 * @master_to_sata0: Gemini SATA bridge: the ATA master is connected 34 * @slave_to_sata0: Gemini SATA bridge: the ATA slave is connected 36 * @master_to_sata1: Gemini SATA bridge: the ATA master is connected 38 * @slave_to_sata1: Gemini SATA bridge: the ATA slave is connected 48 /* Gemini-specific properties */ 142 struct ftide010 *ftide = ap->host->private_data; in ftide010_set_dmamode() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 # SATA/PATA driver configuration 10 uses pata-platform driver to enable the relevant driver in the 21 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or 62 <file:Documentation/admin-guide/kernel-parameters.txt>. 76 This option adds support for ATA-related ACPI objects. 107 comment "Controllers with non-SFF native interface" 125 for chipsets / "South Bridges" supporting low-power modes. Such 269 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support" 273 This option enables support for APM X-Gene SoC SATA host controller. [all …]
|
H A D | sata_gemini.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Cortina Systems Gemini SATA bridge add-on to Faraday FTIDE010 24 * struct sata_gemini - a state container for a Gemini SATA bridge 54 * controllers in the Gemini. We can connect the two IDE blocks 62 * 111-100 - Reserved 63 * Mode 0: 000 - ata0 master <-> sata0 64 * ata1 master <-> sata1 66 * Mode 1: 001 - ata0 master <-> sata0 67 * ata1 master <-> sata1 69 * Mode 2: 010 - ata1 master <-> sata1 [all …]
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Cortina systems Gemini SoC 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/clock/cortina,gemini-clock.h> 8 #include <dt-bindings/reset/cortina,gemini-reset.h> 9 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 compatible = "simple-bus"; 17 interrupt-parent = <&intcon>; [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|