summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/ti-sn65dsi86.c
AgeCommit message (Expand)Author
2022-06-12drm/bridge: ti-sn65dsi86: Convert to drm_of_get_data_lanes_countMarek Vasut
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-09drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridgeJosé Expósito
2022-02-28drm/bridge: ti-sn65dsi86: Properly undo autosuspendDouglas Anderson
2022-02-15drm/bridge: ti-sn65dsi86: Use drm_bridge_connectorDouglas Anderson
2022-01-17drm/dp: Move DisplayPort AUX bus helpers into dp/Thomas Zimmermann
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann
2021-12-16drm/bridge: ti-sn65dsi86: Set max register for regmapStephen Boyd
2021-12-08drm/bridge: sn65dsi86: defer if there is no dsi hostRob Clark
2021-10-28drm/bridge: sn65dsi86: ti_sn65dsi86_read_u16() __maybe_unusedBjorn Andersson
2021-10-27drm/bridge: sn65dsi86: Register and attach our DSI device at probeMaxime Ripard
2021-10-27drm/bridge: sn65dsi86: Switch to devm MIPI-DSI helpersMaxime Ripard
2021-10-27drm/bridge: ti-sn65dsi86: Implement the pwm_chipBjorn Andersson
2021-10-27drm/bridge: ti-sn65dsi86: Use regmap_bulk_write APIBjorn Andersson
2021-10-01drm/bridge: ti-sn65dsi86: Implement bridge->mode_valid()Rob Clark
2021-08-12drm/bridge: ti-sn65dsi86: Avoid creating multiple connectorsRob Clark
2021-07-31drm/bridge: ti-sn65dsi86: Add some 100 us delaysDouglas Anderson
2021-07-31drm/bridge: ti-sn65dsi86: Fix power off sequenceDouglas Anderson
2021-06-24drm/bridge: ti-sn65dsi86: Split connector creation to a functionLaurent Pinchart
2021-06-24drm/bridge: ti-sn65dsi86: Group code in sectionsLaurent Pinchart
2021-06-24drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridgeLaurent Pinchart
2021-06-24drm/bridge: ti-sn65dsi86: Use bitmask to store valid ratesLaurent Pinchart
2021-06-24drm/bridge: ti-sn65dsi86: Make enable GPIO optionalLaurent Pinchart
2021-06-11drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()Douglas Anderson
2021-06-11drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDCDouglas Anderson
2021-06-11drm/bridge: ti-sn65dsi86: Add support for the DP AUX busDouglas Anderson
2021-06-11drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-devDouglas Anderson
2021-05-18drm/bridge: ti-sn65dsi86: fix a ternary type promotion bugDan Carpenter
2021-05-04drm/bridge: ti-sn65dsi86: Remove __exit from GPIO sub-driver remove helperDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enableDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Code motion of refclk management functionsDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspendDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-driversDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Move all the chip-related init to the startDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Cleanup managing of drvdataDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probeDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Clean debugfs codeDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disableDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: More renames in prep for sub-devicesDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Rename the main driver data structureDouglas Anderson
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul
2021-04-20drm/bridge: ti-sn65dsi86: Get rid of the useless detect() functionDouglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()Douglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Reorder remove()Douglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc commentDouglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Simplify refclk handlingDouglas Anderson
2021-03-23drm/bridge/ti-sn65dsi86: (Un)register aux device on bridge attach/detachLyude Paul
2020-11-07drm/bridge: ti-sn65dsi86: Update reply on aux failuresStephen Boyd