Searched +full:j721e +full:- +full:ufs (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/ufs/ti,j721e-ufs.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: TI J721e UFS Host Controller Glue Driver10 - Vignesh Raghavendra <vigneshr@ti.com>15 - const: ti,j721e-ufs19 description: address of TI UFS glue registers23 description: phandle to the M-PHY clock25 power-domains:[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/20 struct device *dev = &pdev->dev; in ti_j721e_ufs_probe()48 /* Take UFS slave device out of reset */ in ti_j721e_ufs_probe()52 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, in ti_j721e_ufs_probe()70 of_platform_depopulate(&pdev->dev); in ti_j721e_ufs_remove()71 pm_runtime_put_sync(&pdev->dev); in ti_j721e_ufs_remove()72 pm_runtime_disable(&pdev->dev); in ti_j721e_ufs_remove()79 .compatible = "ti,j721e-ufs",88 .name = "ti-j721e-ufs",[all …]
1 # SPDX-License-Identifier: GPL-2.03 obj-$(CONFIG_SCSI_UFS_DWC_TC_PCI) += tc-dwc-g210-pci.o ufshcd-dwc.o tc-dwc-g210.o4 obj-$(CONFIG_SCSI_UFS_DWC_TC_PLATFORM) += tc-dwc-g210-pltfrm.o ufshcd-dwc.o tc-dwc-g210.o5 obj-$(CONFIG_SCSI_UFS_CDNS_PLATFORM) += cdns-pltfrm.o6 obj-$(CONFIG_SCSI_UFS_QCOM) += ufs_qcom.o7 ufs_qcom-y += ufs-qcom.o8 ufs_qcom-$(CONFIG_SCSI_UFS_CRYPTO) += ufs-qcom-ice.o9 obj-$(CONFIG_SCSI_UFS_EXYNOS) += ufs-exynos.o10 obj-$(CONFIG_SCSI_UFSHCD_PCI) += ufshcd-pci.o11 obj-$(CONFIG_SCSI_UFSHCD_PLATFORM) += ufshcd-pltfrm.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721E SoC Family Main Domain peripherals5 * Copyright (C) 2016-2020 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/phy/phy-ti.h>9 #include <dt-bindings/mux/mux.h>10 #include <dt-bindings/mux/ti-serdes.h>13 cmn_refclk: clock-cmnrefclk {14 #clock-cells = <0>;15 compatible = "fixed-clock";[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]