summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson1-12/+8
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson1-2/+2
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten1-43/+36
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten1-18/+18
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten1-49/+47
2022-02-18drm/msm/dsi: Add 10nm dsi phy tuning configuration supportRajeev Nandan1-6/+112
2022-02-18drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parentMarijn Suijten1-1/+3
2021-08-07drm/msm/dsi: rename dual DSI to bonded DSIDmitry Baryshkov1-1/+1
2021-06-23drm/msm: Generated register updateRob Clark1-0/+1
2021-06-10drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd1-0/+1
2021-04-07drm/msm/dsi: stop passing src_pll_id to the phy_enable callDmitry Baryshkov1-1/+1
2021-04-07drm/msm/dsi: inline msm_dsi_phy_set_src_pllDmitry Baryshkov1-2/+0
2021-04-07drm/msm/dsi: remove temp data from global pll structureDmitry Baryshkov1-112/+55
2021-04-07drm/msm/dsi: remove duplicate fields from dsi_pll_Nnm instancesDmitry Baryshkov1-39/+33
2021-04-07drm/msm/dsi: move ioremaps to dsi_phy_driver_probeDmitry Baryshkov1-45/+30
2021-04-07drm/msm/dsi: drop PLL accessor functionsDmitry Baryshkov1-62/+62
2021-04-07drm/msm/dsi: drop msm_dsi_pll abstractionDmitry Baryshkov1-31/+35
2021-04-07drm/msm/dsi: make save_state/restore_state callbacks accept msm_dsi_phyDmitry Baryshkov1-13/+11
2021-04-07drm/msm/dsi: drop vco_delay setting from 7nm, 10nm, 14nm driversDmitry Baryshkov1-3/+0
2021-04-07drm/msm/dsi: make save/restore_state phy-level functionsDmitry Baryshkov1-1/+1
2021-04-07drm/msm/dsi: use devm_clk_*register to registe DSI PHY clocksDmitry Baryshkov1-68/+16
2021-04-07drm/msm/dsi: push provided clocks handling into a generic codeDmitry Baryshkov1-51/+4
2021-04-07drm/msm/dsi: remove msm_dsi_pll_set_usecaseDmitry Baryshkov1-3/+1
2021-04-07drm/msm/dsi: move min/max PLL rate to phy configDmitry Baryshkov1-2/+4
2021-04-07drm/msm/dsi: drop global msm_dsi_phy_type enumarationDmitry Baryshkov1-5/+6
2021-04-07drm/msm/dsi: move all PLL callbacks into PHY config structDmitry Baryshkov1-11/+27
2021-04-07drm/msm/dsi: fuse dsi_pll_* code into dsi_phy_* codeDmitry Baryshkov1-0/+873
2021-04-07drm/msm/dsi: replace PHY's init callback with configurable dataDmitry Baryshkov1-17/+2
2020-11-04drm/msm/dsi_phy_10nm: implement PHY disablingDmitry Baryshkov1-0/+22
2019-06-19drm/msm/dsi: Add parentheses to quirks check in dsi_phy_hw_v3_0_lane_settingsNathan Chancellor1-1/+1
2019-06-18drm/msm/dsi: Add old timings quirk for 10nm phyJeffrey Hugo1-3/+9
2019-06-18drm/msm/dsi: Add support for MSM8998 10nm dsi phyJeffrey Hugo1-0/+18
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-3/+3
2018-04-19drm/msm/dsi: implement auto PHY timing calculator for 10nm PHYAbhinav Kumar1-28/+0
2018-02-20drm/msm/dsi: Populate the 10nm PHY funcsArchit Taneja1-0/+199
2018-02-20drm/msm/dsi: Add skeleton 10nm PHY/PLL codeArchit Taneja1-0/+52