Searched +full:j721e +full:- +full:ufs (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/ufs/ |
H A D | ti,j721e-ufs.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 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 Driver 10 - Vignesh Raghavendra <vigneshr@ti.com> 15 - const: ti,j721e-ufs 19 description: address of TI UFS glue registers 23 description: phandle to the M-PHY clock 25 power-domains: [all …]
|
/linux/drivers/ufs/host/ |
H A D | ti-j721e-ufs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // 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() 77 .compatible = "ti,j721e-ufs", 88 .name = "ti-j721e-ufs", [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_SCSI_UFS_DWC_TC_PCI) += tc-dwc-g210-pci.o ufshcd-dwc.o tc-dwc-g210.o 4 obj-$(CONFIG_SCSI_UFS_DWC_TC_PLATFORM) += tc-dwc-g210-pltfrm.o ufshcd-dwc.o tc-dwc-g210.o 5 obj-$(CONFIG_SCSI_UFS_CDNS_PLATFORM) += cdns-pltfrm.o 6 obj-$(CONFIG_SCSI_UFS_QCOM) += ufs-qcom.o 7 obj-$(CONFIG_SCSI_UFS_EXYNOS) += ufs-exynos.o 8 obj-$(CONFIG_SCSI_UFSHCD_PCI) += ufshcd-pci.o 9 obj-$(CONFIG_SCSI_UFSHCD_PLATFORM) += ufshcd-pltfrm.o 10 obj-$(CONFIG_SCSI_UFS_HISI) += ufs-hisi.o 11 obj-$(CONFIG_SCSI_UFS_MEDIATEK) += ufs-mediatek.o [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 …]
|