aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/intel/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20phy: intel: Remove Thunder Bay eMMC PHY supportA, Rashmi1-1/+0
Remove Thunder Bay specific code as the product got cancelled and there are no end customers or users. Signed-off-by: A, Rashmi <[email protected]> Reviewed-by: Hunter, Adrian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2021-11-23phy: intel: Add Thunder Bay eMMC PHY supportRashmi A1-0/+1
Add support of eMMC PHY for Intel Thunder Bay SoC, uses the Arasan eMMC phy Signed-off-by: Rashmi A <[email protected]> Reviewed-by: Adrian Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2020-11-30phy: intel: Add Keem Bay USB PHY supportWan Ahmad Zainie1-0/+1
Add PHY driver for the USB3.1 and USB 2.0 PHYs found on Intel Keem Bay SoC. This driver takes care of enabling the required USB susbsystem (USS) clocks, initializing the PHYs and turning on/off the USB dwc3 core. Signed-off-by: Wan Ahmad Zainie <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2020-09-16phy: intel: Add Keem Bay eMMC PHY supportWan Ahmad Zainie1-0/+1
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2020-09-16phy: intel: Rename phy-intel to phy-intel-lgmWan Ahmad Zainie1-2/+2
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie <[email protected]> Reviewed-by: Ramuthevar Vadivel Murugan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2020-05-19phy: intel: Add driver support for ComboPhyDilip Kota1-0/+1
ComboPhy subsystem provides PHYs for various controllers like PCIe, SATA and EMAC. Signed-off-by: Dilip Kota <[email protected]> Acked-By: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/7b313826f46b9006a3ba98c0613e8f88f293a074.1589868358.git.eswara.kota@linux.intel.com Signed-off-by: Kishon Vijay Abraham I <[email protected]>
2020-01-14phy: intel-lgm-emmc: Add support for eMMC PHYRamuthevar Vadivel Murugan1-0/+2
Add support for eMMC PHY on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>