Searched +full:tn48m +full:- +full:cpld (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | delta,tn48m-cpld.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/delta,tn48m-cpld.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Delta Networks TN48M CPLD controller 10 - Robert Marko <robert.marko@sartura.hr> 13 Lattice CPLD onboard the TN48M switches is used for system 20 for the switch MAC-s and other peripherals. 24 const: delta,tn48m-cpld 31 "#address-cells": [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | delta,tn48m-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/delta,tn48m-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Delta Networks TN48M CPLD GPIO controller 10 - Robert Marko <robert.marko@sartura.hr> 13 This module is part of the Delta TN48M multi-function device. For more 14 details see ../mfd/delta,tn48m-cpld.yaml. 16 Delta TN48M has an onboard Lattice CPLD that is used as an GPIO expander. 17 It provides 12 pins in total, they are input-only or ouput-only type. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | delta,tn48m-reset.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/delta,tn48m-reset.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Delta Networks TN48M CPLD reset controller 10 - Robert Marko <robert.marko@sartura.hr> 13 This module is part of the Delta TN48M multi-function device. For more 14 details see ../mfd/delta,tn48m-cpld.yaml. 19 * 98DX3265 switch MAC-s 20 * 88E1680 PHY-s [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-tn48m.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Delta TN48M CPLD GPIO driver 49 if (!pdev->dev.parent) in tn48m_gpio_probe() 50 return -ENODEV; in tn48m_gpio_probe() 52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe() 54 return -ENODEV; in tn48m_gpio_probe() 56 ret = device_property_read_u32(&pdev->dev, "reg", &base); in tn48m_gpio_probe() 60 regmap = dev_get_regmap(pdev->dev.parent, NULL); in tn48m_gpio_probe() 62 return -ENODEV; in tn48m_gpio_probe() 65 config.parent = &pdev->dev; in tn48m_gpio_probe() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 this symbol, but new drivers should use the generic gpio-regmap 57 non-sleeping contexts. They can make bitbanged serial protocols 118 Enables support for the idio-16 library functions. The idio-16 library 120 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16. 122 If built as a module its name will be gpio-idio-16. 128 tristate "GPIO driver for 74xx-ICs with MMIO access" 132 Say yes here to support GPIO functionality for 74xx-compatible ICs 149 If driver is built as a module it will be called gpio-altera. 310 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" [all …]
|
/openbmc/linux/drivers/reset/ |
H A D | reset-tn48m.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Delta TN48M CPLD reset driver 16 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/delta,tn48m-reset.h> 55 regmap_update_bits(data->regmap, TN48M_RESET_REG, in tn48m_control_reset() 58 return regmap_read_poll_timeout(data->regmap, in tn48m_control_reset() 73 ret = regmap_read(data->regmap, TN48M_RESET_REG, ®val); in tn48m_control_status() 93 regmap = dev_get_regmap(pdev->dev.parent, NULL); in tn48m_reset_probe() 95 return -ENODEV; in tn48m_reset_probe() 97 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in tn48m_reset_probe() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 via GPIOs or SoC-internal reset controller modules. 101 Support for the Canaan Kendryte K210 RISC-V SoC reset controller. 191 Raspberry Pi 4's co-processor controls some of the board's HW 194 interfacing with RPi4's co-processor and model these firmware 225 - Altera SoCFPGAs 226 - ASPEED BMC SoCs 227 - Bitmain BM1880 SoC 228 - Realtek SoCs 229 - RCC reset controller in STM32 MCUs [all …]
|
/openbmc/linux/include/dt-bindings/reset/ |
H A D | delta,tn48m-reset.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Delta TN48M CPLD GPIO driver
|
/openbmc/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 …]
|
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...] |
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...] |