summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/ti-sn65dsi86.c
AgeCommit message (Expand)Author
2025-05-30Merge tag 'v6.1.134' into toradex_ti-linux-6.1.yEmanuele Ghidoli
2025-04-10drm/bridge: ti-sn65dsi86: Fix multiple instancesGeert Uytterhoeven
2024-03-01Merge tag 'v6.1.79' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2024-01-10drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xferDouglas Anderson
2023-12-20Merge tag 'v6.1.67' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2023-10-25drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary deviceStephen Boyd
2023-10-06HACK: drm/bridge: ti-sn65dsi86: Fix bridge detectJayesh Choudhary
2023-08-21Merge tag 'v6.1.46' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2023-07-23drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetimeDouglas Anderson
2023-07-19Merge tag 'v6.1.38' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2023-07-10Revert "drm/bridge: ti-sn65dsi86: Use drm_connector_init with helper funcs"Praneeth Bajjuri
2023-06-26drm/bridge: ti-sn65dsi86: Use drm_connector_init with helper funcsJayesh Choudhary
2023-06-21drm/bridge: ti-sn65dsi86: Avoid possible buffer overflowSu Hui
2023-05-31drm/bridge: ti-sn65dsi86: Add necessary dsi flagsJayesh Choudhary
2023-05-31drm/bridge: ti-sn65dsi86: Disable ASSRRahul T R
2023-05-31drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleepAlexander Stein
2023-04-13pwm: Make .get_state() callback return an error codeUwe Kleine-König
2022-11-30drm/bridge: ti-sn65dsi86: Fix output polarity setting bugQiqi Zhang
2022-09-02drm/bridge: ti-sn65dsi86: Implement bridge connector operations for DPLaurent Pinchart
2022-09-02drm/bridge: ti-sn65dsi86: Support DisplayPort (non-eDP) modeLaurent Pinchart
2022-09-02drm/bridge: ti-sn65dsi86: Reject modes with too large blankingTomi Valkeinen
2022-07-23drm/bridge: ti-sn65dsi86: Use dev_err_probe() to avoid polluting the logJavier Martinez Canillas
2022-07-19drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTORDmitry Baryshkov
2022-07-19drm/bridge: ti-sn65dsi86: fetch bpc using drm_atomic_stateDmitry Baryshkov
2022-07-06drm/bridge: ti-sn65dsi86: Use atomic variants of drm_bridge_funcsSam Ravnborg
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