aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/hdmi/hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30drm/msm/hdmi: fix IRQ lifetimeJohan Hovold1-1/+1
2022-09-30drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold1-0/+5
2022-07-04drm/msm/hdmi: support attaching the "next" bridgeDmitry Baryshkov1-0/+14
2022-07-04drm/msm/hdmi: reuse MSM8960's config for MSM8660Dmitry Baryshkov1-3/+1
2022-07-04drm/msm/hdmi: merge platform config for 8974/8084/8994/8996Dmitry Baryshkov1-24/+3
2022-07-04drm/msm/hdmi: drop hpd_regs usage on 8x74/8084Dmitry Baryshkov1-5/+0
2022-07-04drm/msm/hdmi: drop empty 'none' regulator listsDmitry Baryshkov1-5/+0
2022-07-04drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platformDmitry Baryshkov1-1/+1
2022-07-04drm/msm/hdmi: drop unused GPIO supportDmitry Baryshkov1-51/+15
2022-07-04drm/msm/hdmi: drop the hdmi-mux supportDmitry Baryshkov1-1/+1
2022-07-04drm/msm/hdmi: fill the pwr_regs bulk regulatorsDmitry Baryshkov1-0/+3
2022-05-02drm/msm/hdmi: fix error check return value of irq_of_parse_and_map()Lv Ruyi1-3/+3
2022-05-02drm/msm/hdmi: check return value after calling platform_get_resource_byname()Yang Yingliang1-0/+4
2022-04-26drm/msm: don't store created planes, connectors and encodersDmitry Baryshkov1-1/+0
2022-02-19Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-hdmi' and 'msm-next-lumag-mdp5' into msm-next-lumagDmitry Baryshkov1-1/+1
2022-02-18drm/msm/hdmi: Remove spurious IRQF_ONESHOT flagDaniel Thompson1-1/+1
2022-02-18drm/msm: drop dbgname argument from msm_ioremap*()Dmitry Baryshkov1-3/+2
2022-01-25drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phyMiaoqian Lin1-1/+6
2021-12-07drm/msm/hdmi: switch to drm_bridge_connectorDmitry Baryshkov1-3/+9
2021-12-06drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno1-4/+3
2021-10-21drm/msm/hdmi: use bulk regulator APIDmitry Baryshkov1-24/+10
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2020-03-19drm/msm: avoid double-attaching hdmi/edp bridgesIlia Mirkin1-4/+0
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-35/+31
2019-09-03drm/msm/hdmi: Convert to use GPIO descriptorsLinus Walleij1-35/+31
2019-08-28drm/msm: Use drm_attach_bridge() to attach a bridge to an encoderBoris Brezillon1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-16/+16
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-16/+16
2018-12-03drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind()YueHaibing1-1/+1
2018-12-03drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov1-0/+6
2018-10-01drm: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-8/+16
2017-10-28drm/msm/hdmi: convert to msm_clk_get()Rob Clark1-5/+5
2017-08-02drm/msm/hdmi: Set up runtime PM for HDMIArchit Taneja1-0/+2
2016-09-15drm/msm/hdmi: Clean up HDMI gpio DT bindingsArchit Taneja1-2/+19
2016-07-16drm/msm/hdmi: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-4/+1
2016-07-16drm: msm: Add ASoC generic hdmi audio codec support.Srinivas Kandagatla1-1/+119
2016-03-03drm/msm: rename hdmi symbolsArnd Bergmann1-49/+49
2016-02-29drm/msm/hdmi: Convert PHY files according to new designArchit Taneja1-24/+1
2016-02-29drm/msm/hdmi: Make HDMI core get its PHYArchit Taneja1-0/+40
2016-02-29drm/msm/hdmi: Create a separate HDMI PHY driverArchit Taneja1-0/+2
2016-02-29drm/msm/hdmi: Clean up connector gpio usageArchit Taneja1-7/+24
2015-12-14drm/msm/hdmi: remove CONFIG_OF checksArchit Taneja1-71/+16
2015-10-22drm/msm/hdmi: Add basic HDMI support for msm8996Stephane Viau1-3/+14
2015-08-15drm/msm/hdmi: standardize on lead chip for compatible namesRob Clark1-4/+4
2015-08-15drm/msm: Add support for msm8x94Stephane Viau1-10/+20
2015-08-15drm/msm/hdmi: add hdmi hdcp support (V3)jilai wang1-3/+42
2015-02-01drm/msm/hdmi: rework hdmi configurations, using dt_match[]Stephane Viau1-59/+71
2015-02-01drm/msm/hdmi: Add HDMI platform config for apq8084Stephane Viau1-0/+17