Home
last modified time | relevance | path

Searched +full:gemini +full:- +full:pata (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/ata/
Dfaraday,ftide010.yaml1 # 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 …]
Dcortina,gemini-sata-bridge.txt1 * Cortina Systems Gemini SATA Bridge
3 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that
4 takes two Faraday Technology FTIDE010 PATA controllers and bridges
8 - compatible: should be
9 "cortina,gemini-sata-bridge"
10 - reg: registers and size for the block
11 - resets: phandles to the reset lines for both SATA bridges
12 - reset-names: must be "sata0", "sata1"
13 - clocks: phandles to the compulsory peripheral clocks
14 - clock-names: must be "SATA0_PCLK", "SATA1_PCLK"
[all …]
/Linux-v5.10/drivers/ata/
Dpata_ftide010.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Includes portions of the SL2312/SL3516/Gemini PATA driver
25 * struct ftide010 - state container for the Faraday FTIDE010
32 * @sg: Gemini SATA bridge pointer, if running on the Gemini
33 * @master_to_sata0: Gemini SATA bridge: the ATA master is connected
35 * @slave_to_sata0: Gemini SATA bridge: the ATA slave is connected
37 * @master_to_sata1: Gemini SATA bridge: the ATA master is connected
39 * @slave_to_sata1: Gemini SATA bridge: the ATA slave is connected
49 /* Gemini-specific properties */
143 struct ftide010 *ftide = ap->host->private_data; in ftide010_set_dmamode()
[all …]
DKconfig1 # 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"
258 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
262 This option enables support for APM X-Gene SoC SATA host controller.
285 tristate "Gemini SATA bridge support"
[all …]
Dsata_gemini.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Cortina Systems Gemini SATA bridge add-on to Faraday FTIDE010
25 * struct sata_gemini - a state container for a Gemini SATA bridge
55 * controllers in the Gemini. We can connect the two IDE blocks
63 * 111-100 - Reserved
64 * Mode 0: 000 - ata0 master <-> sata0
65 * ata1 master <-> sata1
67 * Mode 1: 001 - ata0 master <-> sata0
68 * ata1 master <-> sata1
70 * Mode 2: 010 - ata1 master <-> sata1
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Dgemini.dtsi1 // 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-v5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]