Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.yaml1 # 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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/drivers/ata/
Dpata_ftide010.c1 // 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 …]
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"
125 for chipsets / "South Bridges" supporting low-power modes. Such
270 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
274 This option enables support for APM X-Gene SoC SATA host controller.
[all …]
Dsata_gemini.c1 // 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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/gemini/
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 …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch1 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
3 --- a/arch/arm/Kconfig
5 @@ -322,7 +322,7 @@ config ARCH_MULTIPLATFORM
9 - select AUTO_ZRELADDR
14 @@ -650,6 +650,8 @@ source "arch/arm/mach-highbank/Kconfig"
16 source "arch/arm/mach-hisi/Kconfig"
18 +source "arch/arm/mach-hibvt/Kconfig"
20 source "arch/arm/mach-imx/Kconfig"
22 source "arch/arm/mach-integrator/Kconfig"
23 diff --git a/arch/arm/Makefile b/arch/arm/Makefile
[all …]