summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/ti-sn65dsi86.c
AgeCommit message (Expand)Author
2020-11-07drm/bridge: ti-sn65dsi86: Update reply on aux failuresStephen Boyd
2020-11-07drm/bridge: ti-sn65dsi86: Read EDID blob over DDCStephen Boyd
2020-11-07drm/bridge: ti-sn65dsi86: Make polling a busy loopStephen Boyd
2020-11-07drm/bridge: ti-sn65dsi86: Combine register accesses in ti_sn_aux_transfer()Stephen Boyd
2020-10-16drm/bridge: ti-sn65dsi86: remove redundant null checkXu Wang
2020-10-16drm/bridge: ti-sn65dsi86: Add retries for link trainingDouglas Anderson
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches
2020-07-10drm/bridge: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-26drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during PM sleepHarigovindan P
2020-06-18drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIODouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrsDouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local arrayDouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIODouglas Anderson
2020-05-18drm/bridge: ti-sn65dsi86: Implement lane reordering + polarityDouglas Anderson
2020-05-18drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choiceDouglas Anderson
2020-05-18drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfersDouglas Anderson
2020-05-18drm/bridge: ti-sn65dsi86: Export bridge GPIOs to LinuxDouglas Anderson
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2020-02-13drm/bridge: ti-sn65dsi86: Avoid invalid ratesDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Train at faster rates if slower ones failDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Group DP link training bits in a functionDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Use 18-bit DP if we canDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Read num lanes from the DP sinkDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Config number of DP lanes Mo' BettaDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Don't use MIPI variables for DP linkDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: zero is never greater than an unsigned intDouglas Anderson
2020-02-13drm/bridge: ti-sn65dsi86: Split the setting of the dp and dsi ratesDouglas Anderson
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-07-16drm/bridge: ti-sn65dsi86: use dev name for debugfsRob Clark
2019-07-04drm/bridge: ti-sn65dsi86: correct dsi mode_flagsRob Clark
2019-07-04drm/bridge: ti-sn65dsi86: add debugfsRob Clark
2019-07-04drm/bridge: ti-sn65dsi86: add link to datasheetRob Clark
2019-05-26drm/bridge: drop drmP.h usageSam Ravnborg
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-30drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridgeSandeep Panda
2018-10-29drm/bridge: ti-sn65dsi86: Remove the mystery delayDouglas Anderson
2018-08-27drm/bridge: ti-sn65dsi86: Add mystery delay to enable()Sean Paul
2018-08-14drm/bridge: ti-sn65dsi86: Poll for training completeSean Paul
2018-08-14drm/bridge: ti-sn65dsi86: Poll for DP PLL LockSean Paul
2018-08-14drm/bridge: ti-sn65dsi86: Move panel_prepare() to pre_enable()Sean Paul
2018-08-14drm/bridge: ti-sn65dsi86: Implement AUX channelSean Paul
2018-08-14drm/bridge: ti-sn65dsi86: Fixup register namesSean Paul
2018-07-31drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attac...Sean Paul
2018-07-27drm/bridge: add support for sn65dsi86 bridge driverSandeep Panda