Searched +full:stm32 +full:- +full:dwmac (Results 1 – 16 of 16) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | stm32-dwmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/net/stm32-dwmac.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 8 title: STMicroelectronics STM32 / MCU DWMAC glue layer controller 11 - Alexandre Torgue <alexandre.torgue@st.com> 12 - Christophe Roullier <christophe.roullier@st.com> 17 # We need a select here so we don't match all nodes with 'snps,dwmac' 23 - st,stm32-dwmac 24 - st,stm32mp1-dwmac [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-stm32.c | 2 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU 45 u32 mode_reg; /* MAC glue-logic mode register */ 54 int (*clk_prepare)(struct stm32_dwmac *dwmac, bool prepare); 55 int (*suspend)(struct stm32_dwmac *dwmac); 56 void (*resume)(struct stm32_dwmac *dwmac); 57 int (*parse_data)(struct stm32_dwmac *dwmac, 64 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32_dwmac_init() local 67 if (dwmac->ops->set_mode) { in stm32_dwmac_init() 68 ret = dwmac->ops->set_mode(plat_dat); in stm32_dwmac_init() 73 ret = clk_prepare_enable(dwmac->clk_tx); in stm32_dwmac_init() [all …]
|
| D | Kconfig | 9 ---help--- 20 ---help--- 32 tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 38 Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 41 tristate "Generic driver for DWMAC" 43 ---help--- 44 Generic DWMAC driver for platforms that don't require any 58 tristate "QCA IPQ806x DWMAC support" 63 Support for QCA IPQ806X DWMAC Ethernet. 68 will behave like standard non-accelerated ethernet interfaces. [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o 3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \ 9 $(stmmac-y) 12 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o 13 obj-$(CONFIG_DWMAC_ANARION) += dwmac-anarion.o 14 obj-$(CONFIG_DWMAC_IPQ806X) += dwmac-ipq806x.o 15 obj-$(CONFIG_DWMAC_LPC18XX) += dwmac-lpc18xx.o 16 obj-$(CONFIG_DWMAC_MESON) += dwmac-meson.o dwmac-meson8b.o 17 obj-$(CONFIG_DWMAC_OXNAS) += dwmac-oxnas.o [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | stm32-dwmac.txt | 1 STMicroelectronics STM32 / MCU DWMAC glue layer controller 9 - compatible: For MCU family should be "st,stm32-dwmac" to select glue, and 10 "snps,dwmac-3.50a" to select IP version. 11 For MPU family should be "st,stm32mp1-dwmac" to select 12 glue, and "snps,dwmac-4.20a" to select IP version. 13 - clocks: Must contain a phandle for each entry in clock-names. 14 - clock-names: Should be "stmmaceth" for the host clock. 15 Should be "mac-clk-tx" for the MAC TX clock. 16 Should be "mac-clk-rx" for the MAC RX clock. 18 "syscfg-clk" for SYSCFG clock. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver" 45 tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 50 Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 53 tristate "Generic driver for DWMAC" 56 Generic DWMAC driver for platforms that don't require any 70 tristate "QCA IPQ806x DWMAC support" 75 Support for QCA IPQ806X DWMAC Ethernet. 80 will behave like standard non-accelerated ethernet interfaces. 83 tristate "NXP LPC18xx/43xx DWMAC support" [all …]
|
| D | dwmac-stm32.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU 38 *------------------------------------------ 40 *------------------------------------------ 42 *------------------------------------------ 44 *------------------------------------------ 46 *------------------------------------------ 48 *------------------------------------------ 64 * --------------------------------------------------------------------------- 65 *| MII | - | eth-ck | n/a | n/a | [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o 3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \ 9 $(stmmac-y) 11 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o 14 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o 15 obj-$(CONFIG_DWMAC_ANARION) += dwmac-anarion.o 16 obj-$(CONFIG_DWMAC_IPQ806X) += dwmac-ipq806x.o 17 obj-$(CONFIG_DWMAC_LPC18XX) += dwmac-lpc18xx.o 18 obj-$(CONFIG_DWMAC_MEDIATEK) += dwmac-mediatek.o [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32h743.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include "armv7-m.dtsi" 44 #include <dt-bindings/clock/stm32h7-clks.h> 45 #include <dt-bindings/mfd/stm32h7-rcc.h> 46 #include <dt-bindings/interrupt-controller/irq.h> 49 #address-cells = <1>; 50 #size-cells = <1>; 53 clk_hse: clk-hse { 54 #clock-cells = <0>; [all …]
|
| D | stm32f429.dtsi | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 #include "armv7-m.dtsi" 49 #include <dt-bindings/clock/stm32fx-clock.h> 50 #include <dt-bindings/mfd/stm32f4-rcc.h> 53 #address-cells = <1>; 54 #size-cells = <1>; 57 clk_hse: clk-hse { 58 #clock-cells = <0>; [all …]
|
| D | stm32mp151.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| D | stm32429i-eval.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/gpio/gpio.h> 55 model = "STMicroelectronics STM32429i-EVAL board"; 56 compatible = "st,stm32429i-eval", "st,stm32f429"; 60 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | stm32f429.dtsi | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 49 #include "armv7-m.dtsi" 50 #include <dt-bindings/clock/stm32fx-clock.h> 51 #include <dt-bindings/mfd/stm32f4-rcc.h> 55 clk_hse: clk-hse { 56 #clock-cells = <0>; 57 compatible = "fixed-clock"; 58 clock-frequency = <0>; [all …]
|
| D | stm32mp157c.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| D | stm32429i-eval.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/gpio/gpio.h> 55 model = "STMicroelectronics STM32429i-EVAL board"; 56 compatible = "st,stm32429i-eval", "st,stm32f429"; 60 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 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 …]
|