Searched +full:j721e +full:- +full:ufs (Results 1 – 8 of 8) 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.04 # The link order is important here. ufshcd-core must initialize6 obj-$(CONFIG_SCSI_UFSHCD) += ufshcd-core.o7 ufshcd-core-y += ufshcd.o ufs-sysfs.o8 ufshcd-core-$(CONFIG_DEBUG_FS) += ufs-debugfs.o9 ufshcd-core-$(CONFIG_SCSI_UFS_BSG) += ufs_bsg.o10 ufshcd-core-$(CONFIG_SCSI_UFS_CRYPTO) += ufshcd-crypto.o11 ufshcd-core-$(CONFIG_SCSI_UFS_HPB) += ufshpb.o13 obj-$(CONFIG_SCSI_UFS_DWC_TC_PCI) += tc-dwc-g210-pci.o ufshcd-dwc.o tc-dwc-g210.o14 obj-$(CONFIG_SCSI_UFS_DWC_TC_PLATFORM) += tc-dwc-g210-pltfrm.o ufshcd-dwc.o tc-dwc-g210.o[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/28 dev_err(dev, "failed to get M-PHY clock\n"); in ti_j721e_ufs_probe()42 /* Take UFS slave device out of reset */ in ti_j721e_ufs_probe()62 .compatible = "ti,j721e-ufs",68 .name = "ti-j721e-ufs",
1 # SPDX-License-Identifier: GPL-2.03 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com6 obj-$(CONFIG_UFS) += ufs.o ufs-uclass.o7 obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o8 obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721E SoC Family Main Domain peripherals5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
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 …]