Searched +full:mt7981 +full:- +full:pinctrl (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt7981-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7981-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT7981 Pin Controller 10 - Daniel Golle <daniel@makrotopia.org> 13 The MediaTek's MT7981 Pin controller is used to control SoC pins. 18 - mediatek,mt7981-pinctrl 24 reg-names: 26 - const: gpio [all …]
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_EINT_MTK) += mtk-eint.o 4 obj-$(CONFIG_PINCTRL_MTK) += pinctrl-mtk-common.o 5 obj-$(CONFIG_PINCTRL_MTK_V2) += pinctrl-mtk-common-v2.o 6 obj-$(CONFIG_PINCTRL_MTK_MTMIPS) += pinctrl-mtmips.o 7 obj-$(CONFIG_PINCTRL_MTK_MOORE) += pinctrl-moore.o 8 obj-$(CONFIG_PINCTRL_MTK_PARIS) += pinctrl-paris.o 11 obj-$(CONFIG_PINCTRL_MT7620) += pinctrl-mt7620.o 12 obj-$(CONFIG_PINCTRL_MT7621) += pinctrl-mt7621.o 13 obj-$(CONFIG_PINCTRL_MT76X8) += pinctrl-mt76x8.o [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "MediaTek pinctrl drivers" 177 bool "MediaTek MT7981 pin control"
|
H A D | pinctrl-mt7981.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * The MT7981 driver based on Linux generic pinctrl binding. 9 #include "pinctrl-moore.h" 1009 { .compatible = "mediatek,mt7981-pinctrl", }, 1020 .name = "mt7981-pinctrl",
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | soc.c | 1 // SPDX-License-Identifier: ISC 7 #include <linux/pinctrl/consumer.h> 176 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type() 177 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type() 180 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type() 188 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 190 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset() 194 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 200 struct pinctrl *pinctrl; in mt7986_wmac_gpio_setup() local 205 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup() [all …]
|
/openbmc/linux/drivers/net/phy/ |
H A D | mediatek-ge-soc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <linux/nvmem-consumer.h> 7 #include <linux/pinctrl/consumer.h> 421 switch (phydev->drv->phy_id) { in tx_amp_fill_result() 500 if (phydev->drv->phy_id == MTK_GPHY_ID_MT7988) in tx_r50_fill_result() 501 bias = -1; in tx_r50_fill_result() 519 return -EINVAL; in tx_r50_fill_result() 546 return -EINVAL; in tx_r50_cal_efuse() 612 ret = -EINVAL; in tx_vcm_cal_sw() 619 phydev_dbg(phydev, "Start TX-VCM SW cal.\n"); in tx_vcm_cal_sw() [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org> 5 * Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org> 6 * Copyright (C) 2013-2016 Michael Lee <igvtee@gmail.com> 22 #include <linux/pinctrl/devinfo.h> 24 #include <linux/pcs/pcs-mtk-lynxi.h> 34 static int mtk_msg_level = -1; 36 MODULE_PARM_DESC(msg_level, "Message level (-1=defaults,0=none,...,16=all)"); 284 __raw_writel(val, eth->base + reg); in mtk_w32() 289 return __raw_readl(eth->base + reg); in mtk_r32() [all …]
|