aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/ti-sn65dsi86.c
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: ti-sn65dsi86: Use atomic variants of drm_bridge_funcsSam Ravnborg2022-07-061-8/+15
* drm/bridge: ti-sn65dsi86: Convert to drm_of_get_data_lanes_countMarek Vasut2022-06-121-2/+2
* drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-2/+3
|\
| * Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-241-60/+16
| |\
| * | drm/bridge: ti-sn65dsi86: Properly undo autosuspendDouglas Anderson2022-02-281-2/+3
* | | drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-091-7/+1
| |/ |/|
* | drm/bridge: ti-sn65dsi86: Use drm_bridge_connectorDouglas Anderson2022-02-151-58/+14
* | drm/dp: Move DisplayPort AUX bus helpers into dp/Thomas Zimmermann2022-01-171-1/+1
* | drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-1/+1
|/
* drm/bridge: ti-sn65dsi86: Set max register for regmapStephen Boyd2021-12-161-0/+1
* drm/bridge: sn65dsi86: defer if there is no dsi hostRob Clark2021-12-081-16/+8
* drm/bridge: sn65dsi86: ti_sn65dsi86_read_u16() __maybe_unusedBjorn Andersson2021-10-281-2/+2
* drm/bridge: sn65dsi86: Register and attach our DSI device at probeMaxime Ripard2021-10-271-37/+40
* drm/bridge: sn65dsi86: Switch to devm MIPI-DSI helpersMaxime Ripard2021-10-271-15/+7
* drm/bridge: ti-sn65dsi86: Implement the pwm_chipBjorn Andersson2021-10-271-6/+358
* drm/bridge: ti-sn65dsi86: Use regmap_bulk_write APIBjorn Andersson2021-10-271-2/+3
* drm/bridge: ti-sn65dsi86: Implement bridge->mode_valid()Rob Clark2021-10-011-12/+13
* drm/bridge: ti-sn65dsi86: Avoid creating multiple connectorsRob Clark2021-08-121-0/+3
* drm/bridge: ti-sn65dsi86: Add some 100 us delaysDouglas Anderson2021-07-311-0/+6
* drm/bridge: ti-sn65dsi86: Fix power off sequenceDouglas Anderson2021-07-311-4/+7
* drm/bridge: ti-sn65dsi86: Split connector creation to a functionLaurent Pinchart2021-06-241-10/+21
* drm/bridge: ti-sn65dsi86: Group code in sectionsLaurent Pinchart2021-06-241-298/+321
* drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridgeLaurent Pinchart2021-06-241-12/+20
* drm/bridge: ti-sn65dsi86: Use bitmask to store valid ratesLaurent Pinchart2021-06-241-11/+13
* drm/bridge: ti-sn65dsi86: Make enable GPIO optionalLaurent Pinchart2021-06-241-1/+2
* drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()Douglas Anderson2021-06-111-18/+13
* drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDCDouglas Anderson2021-06-111-22/+0
* drm/bridge: ti-sn65dsi86: Add support for the DP AUX busDouglas Anderson2021-06-111-0/+6
* drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-devDouglas Anderson2021-06-111-19/+51
* drm/bridge: ti-sn65dsi86: fix a ternary type promotion bugDan Carpenter2021-05-181-1/+3
* drm/bridge: ti-sn65dsi86: Remove __exit from GPIO sub-driver remove helperDouglas Anderson2021-05-041-1/+1
* drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enableDouglas Anderson2021-05-031-35/+94
* drm/bridge: ti-sn65dsi86: Code motion of refclk management functionsDouglas Anderson2021-05-031-58/+58
* drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspendDouglas Anderson2021-05-031-6/+8
* drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-driversDouglas Anderson2021-05-031-53/+199
* drm/bridge: ti-sn65dsi86: Move all the chip-related init to the startDouglas Anderson2021-05-031-13/+13
* drm/bridge: ti-sn65dsi86: Cleanup managing of drvdataDouglas Anderson2021-05-031-6/+2
* drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probeDouglas Anderson2021-05-031-14/+12
* drm/bridge: ti-sn65dsi86: Clean debugfs codeDouglas Anderson2021-05-031-12/+21
* drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disableDouglas Anderson2021-05-031-5/+9
* drm/bridge: ti-sn65dsi86: More renames in prep for sub-devicesDouglas Anderson2021-05-031-42/+42
* drm/bridge: ti-sn65dsi86: Rename the main driver data structureDouglas Anderson2021-05-031-43/+43
* drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul2021-04-271-0/+1
* drm/bridge: ti-sn65dsi86: Get rid of the useless detect() functionDouglas Anderson2021-04-201-12/+0
* drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()Douglas Anderson2021-04-201-2/+2
* drm/bridge: ti-sn65dsi86: Reorder remove()Douglas Anderson2021-04-201-7/+8
* drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc commentDouglas Anderson2021-04-201-1/+1
* drm/bridge: ti-sn65dsi86: Simplify refclk handlingDouglas Anderson2021-04-201-8/+3
* drm/bridge/ti-sn65dsi86: (Un)register aux device on bridge attach/detachLyude Paul2021-03-231-2/+16