index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
bridge
/
ti-sn65dsi86.c
Age
Commit message (
Expand
)
Author
2020-11-07
drm/bridge: ti-sn65dsi86: Update reply on aux failures
Stephen Boyd
2020-11-07
drm/bridge: ti-sn65dsi86: Read EDID blob over DDC
Stephen Boyd
2020-11-07
drm/bridge: ti-sn65dsi86: Make polling a busy loop
Stephen Boyd
2020-11-07
drm/bridge: ti-sn65dsi86: Combine register accesses in ti_sn_aux_transfer()
Stephen Boyd
2020-10-16
drm/bridge: ti-sn65dsi86: remove redundant null check
Xu Wang
2020-10-16
drm/bridge: ti-sn65dsi86: Add retries for link training
Douglas Anderson
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-08
drm: Remove unnecessary drm_panel_attach and drm_panel_detach
Joe Perches
2020-07-10
drm/bridge: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-06-26
drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during PM sleep
Harigovindan P
2020-06-18
drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIO
Douglas Anderson
2020-06-18
drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrs
Douglas Anderson
2020-06-18
drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local array
Douglas Anderson
2020-06-18
drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIO
Douglas Anderson
2020-05-18
drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity
Douglas Anderson
2020-05-18
drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choice
Douglas Anderson
2020-05-18
drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfers
Douglas Anderson
2020-05-18
drm/bridge: ti-sn65dsi86: Export bridge GPIOs to Linux
Douglas Anderson
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
2020-02-13
drm/bridge: ti-sn65dsi86: Avoid invalid rates
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Train at faster rates if slower ones fail
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Group DP link training bits in a function
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Read num lanes from the DP sink
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Config number of DP lanes Mo' Betta
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Don't use MIPI variables for DP link
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: zero is never greater than an unsigned int
Douglas Anderson
2020-02-13
drm/bridge: ti-sn65dsi86: Split the setting of the dp and dsi rates
Douglas Anderson
2019-12-09
drm/panel: decouple connector from drm_panel
Sam Ravnborg
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
2019-07-16
drm/bridge: ti-sn65dsi86: use dev name for debugfs
Rob Clark
2019-07-04
drm/bridge: ti-sn65dsi86: correct dsi mode_flags
Rob Clark
2019-07-04
drm/bridge: ti-sn65dsi86: add debugfs
Rob Clark
2019-07-04
drm/bridge: ti-sn65dsi86: add link to datasheet
Rob Clark
2019-05-26
drm/bridge: drop drmP.h usage
Sam Ravnborg
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-11-30
drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge
Sandeep Panda
2018-10-29
drm/bridge: ti-sn65dsi86: Remove the mystery delay
Douglas Anderson
2018-08-27
drm/bridge: ti-sn65dsi86: Add mystery delay to enable()
Sean Paul
2018-08-14
drm/bridge: ti-sn65dsi86: Poll for training complete
Sean Paul
2018-08-14
drm/bridge: ti-sn65dsi86: Poll for DP PLL Lock
Sean Paul
2018-08-14
drm/bridge: ti-sn65dsi86: Move panel_prepare() to pre_enable()
Sean Paul
2018-08-14
drm/bridge: ti-sn65dsi86: Implement AUX channel
Sean Paul
2018-08-14
drm/bridge: ti-sn65dsi86: Fixup register names
Sean Paul
2018-07-31
drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attac...
Sean Paul
2018-07-27
drm/bridge: add support for sn65dsi86 bridge driver
Sandeep Panda