summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/ti-sn65dsi86.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/bridge: ti-sn65dsi86: Update reply on aux failuresStephen Boyd2020-11-071-5/+30
* drm/bridge: ti-sn65dsi86: Read EDID blob over DDCStephen Boyd2020-11-071-0/+20
* drm/bridge: ti-sn65dsi86: Make polling a busy loopStephen Boyd2020-11-071-2/+2
* drm/bridge: ti-sn65dsi86: Combine register accesses in ti_sn_aux_transfer()Stephen Boyd2020-11-071-28/+22
* drm/bridge: ti-sn65dsi86: remove redundant null checkXu Wang2020-10-161-2/+1
* drm/bridge: ti-sn65dsi86: Add retries for link trainingDouglas Anderson2020-10-161-11/+29
* Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-3/+3
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* | drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-3/+0
|/
* drm/bridge: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-101-1/+1
* drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during PM sleepHarigovindan P2020-06-261-0/+2
* drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIODouglas Anderson2020-06-181-0/+3
* drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrsDouglas Anderson2020-06-181-1/+1
* drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local arrayDouglas Anderson2020-06-181-1/+1
* drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIODouglas Anderson2020-06-181-0/+13
* drm/bridge: ti-sn65dsi86: Implement lane reordering + polarityDouglas Anderson2020-05-181-14/+68
* drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choiceDouglas Anderson2020-05-181-1/+1
* drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfersDouglas Anderson2020-05-181-0/+6
* drm/bridge: ti-sn65dsi86: Export bridge GPIOs to LinuxDouglas Anderson2020-05-181-0/+215