Lines Matching +full:j721e +full:- +full:ufs
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()
79 .compatible = "ti,j721e-ufs",
88 .name = "ti-j721e-ufs",
95 MODULE_DESCRIPTION("TI UFS host controller glue driver");