Home
last modified time | relevance | path

Searched +full:am654 +full:- +full:hbmc (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dti,am654-hbmc.yaml1 # 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-v6.1/drivers/mtd/hyperbus/
Dhbmc-am654.c1 // 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 …]
DMakefile1 # 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-v6.1/arch/arm64/boot/dts/ti/
Dk3-j7200-mcu-wakeup.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2020-2021 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-v6.1/
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 …]