Searched +full:am654 +full:- +full:hbmc (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | ti,am654-hbmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/ti,am654-hbmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: HyperBus Memory Controller (HBMC) on TI's K3 family of SoCs 10 - Vignesh Raghavendra <vigneshr@ti.com> 14 const: ti,am654-hbmc 19 power-domains: true 20 '#address-cells': true 21 '#size-cells': true [all …]
|
/linux/drivers/mtd/hyperbus/ |
H A D | hbmc-am654.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/ 7 #include <linux/dma-direction.h> 8 #include <linux/dma-mapping.h> 40 struct map_info *map = &hbdev->map; in am654_hbmc_calibrate() 51 while (count--) { in am654_hbmc_calibrate() 70 complete(&priv->rx_dma_complete); in am654_hbmc_dma_callback() 78 struct dma_chan *rx_chan = priv->rx_chan; in am654_hbmc_dma_read() 84 if (!priv->rx_chan || !virt_addr_valid(to) || object_is_on_stack(to)) in am654_hbmc_dma_read() 85 return -EINVAL; in am654_hbmc_dma_read() [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o 4 obj-$(CONFIG_HBMC_AM654) += hbmc-am654.o 5 obj-$(CONFIG_RPCIF_HYPERBUS) += rpc-if.o
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-mcu-wakeup.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/ 9 dmsc: system-controller@44083000 { 10 compatible = "ti,k2g-sci"; 11 ti,host-id = <12>; 13 mbox-names = "rx", "tx"; 18 reg-names = "debug_messages"; 21 k3_pds: power-controller { 22 compatible = "ti,sci-pm-domain"; 23 #power-domain-cells = <2>; [all …]
|
/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 …]
|