summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/analogix/anx7625.c
AgeCommit message (Expand)Author
2023-07-24drm/bridge: Remove redundant i2c_client in anx7625/it6505Pin-yen Lin
2023-07-24drm/bridge: anx7625: Drop device lock before drm_helper_hpd_irq_event()Chen-Yu Tsai
2023-07-17drm/bridge: anx7625: Use common macros for HDCP capabilitiesChen-Yu Tsai
2023-07-17drm/bridge: anx7625: Use common macros for DP power sequencing commandsChen-Yu Tsai
2023-05-30drm: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-23drm/bridge: anx7625: Prevent endless probe loopNícolas F. R. A. Prado
2023-04-22drm/bridge: anx7625: Drop of_gpio headerMaíra Canal
2023-01-18drm/bridge: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-12-12drm/bridge: anx7625: keep last configure timingXin Ji
2022-12-09drm/bridge: anx7625: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-06drm/bridge: anx7625: Set HPD irq detect window to 2msXin Ji
2022-08-29drm/bridge: anx7625: Support HDMI_I2S audio formatXin Ji
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-19drm/bridge: anx7625: Fix refcount bug in anx7625_parse_dt()Liang He
2022-07-06drm/bridge: anx7625: Add wait_hpd_asserted() callbackHsin-Yi Wang
2022-07-06drm/bridge: anx7625: Fix NULL pointer crash when using edp-panelHsin-Yi Wang
2022-07-06drm/bridge: anx7625: use pm_runtime_force_suspend(resume)Hsin-Yi Wang
2022-07-06drm/bridge: anx7625: Convert to devm_i2c_new_dummy_device()Hsin-Yi Wang
2022-06-20drm/bridge: anx7625: Use DPI bus typeXin Ji
2022-06-15drm/bridge: anx7625: Zero error variable when panel bridge not presentNícolas F. R. A. Prado
2022-06-12drm/bridge: anx7625: Convert to drm_of_get_data_lanes_countMarek Vasut
2022-05-23Revert "drm/bridge: anx7625: Use DPI bus type"Robert Foss
2022-05-23drm/bridge: anx7625: Add missing of_node_put for endpointMarek Vasut
2022-05-17drm/bridge: anx7625: Use DPI bus typeXin Ji
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann
2022-04-19drm/bridge: anx7625: Use uint8 for lane-swing arraysNícolas F. R. A. Prado
2022-04-19drm/bridge: anx7625: Fill in empty ELD when no connectorHsin-Yi Wang
2022-03-31drm/bridge: anx7625: add missing destroy_workqueue() in anx7625_i2c_probe()Yang Yingliang
2022-03-28drm/bridge: anx7625: Set downstream sink into normal statusXin Ji
2022-03-09drm/bridge: anx7625: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-09drm/bridge: anx7625: check the return on anx7625_aux_transTom Rix
2022-03-09drm/bridge: anx7625: config hs packets end aligned to avoid screen shiftRex-BC Chen
2022-03-02drm/bridge: Clear the DP_AUX_I2C_MOT bit passed in aux read command.Hsin-Yi Wang
2022-03-01drm/bridge: anx7625: Fix release wrong workqueueXin Ji
2022-02-14drm/bridge: anx7625: Fix overflow issue on reading EDIDPin-Yen Lin
2022-02-14drm/bridge: anx7625: Support reading edid through aux channelHsin-Yi Wang
2022-02-14drm/bridge: anx7625: Convert to use devm_kzallocHsin-Yi Wang
2022-02-14drm/bridge: anx7625: send DPCD command to downstreamXin Ji
2022-01-17drm/bridge: anx7625: Return -EPROBE_DEFER if the dsi host was not foundowen
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann
2022-01-10drm/bridge: anx7625: add audio codec .get_eld supportXin Ji
2022-01-10drm/bridge: anx7625: add HDCP supportXin Ji
2022-01-10drm/bridge: anx7625: Add bridge helper atomic conversionXin Ji
2022-01-04drm/bridge: anx7625: Fix null vs IS_ERR() checking in anx7625_register_i2c_du...Miaoqian Lin
2022-01-04drm/bridge: anx7625: Check GPIO description to avoid crashXin Ji
2021-11-25drm/bridge: anx7625: fix an error code in anx7625_register_audio()Dan Carpenter
2021-11-24drm/bridge: anx7625: Fix edid_read break case in sp_tx_edid_read()Hsin-Yi Wang
2021-11-04drm/bridge: anx7625: add HDMI audio functionXin Ji