index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
drm/vc4: dsi: Add configuration for BCM2711 DSI1
Dave Stevenson
1
-2
/
+10
2020-12-07
drm/vc4: dsi: Add support for DSI0
Dave Stevenson
1
-0
/
+8
2020-12-07
drm/vc4: dsi: Introduce a variant structure
Maxime Ripard
1
-26
/
+37
2020-12-07
drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array
Maxime Ripard
1
-8
/
+9
2020-12-07
drm/vc4: dsi: Correct DSI register definition
Dave Stevenson
1
-2
/
+2
2020-12-07
drm/vc4: drv: Remove the DSI pointer in vc4_drv
Maxime Ripard
1
-9
/
+0
2020-10-22
drm/vc4: dsi: Only register our component once a DSI device is attached
Maxime Ripard
1
-17
/
+8
2020-04-02
drm/vc4: Use simple encoder
Thomas Zimmermann
1
-12
/
+3
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-1
/
+1
2020-01-08
drm/vc4: dsi: Fix bridge chain handling
Boris Brezillon
1
-6
/
+22
2019-12-09
drm/bridge: Make the bridge chain a double-linked list
Boris Brezillon
1
-1
/
+9
2019-12-09
drm/bridge: Rename bridge helpers targeting a bridge chain
Boris Brezillon
1
-4
/
+4
2019-09-08
drm/bridge: panel: Infer connector type from panel by default
Laurent Pinchart
1
-2
/
+2
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
1
-0
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-12
/
+1
2019-07-17
drm/vc4: drop use of drmP.h
Sam Ravnborg
1
-7
/
+10
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+1
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2019-04-03
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
1
-19
/
+5
2019-04-01
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
1
-90
/
+65
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2018-07-10
drm/vc4: Support the case where the DSI device is disabled
Boris Brezillon
1
-2
/
+13
2018-06-29
drm/vc4: Make DSI call into the bridge after the DSI link is enabled.
Eric Anholt
1
-15
/
+27
2018-04-30
drm/vc4: Skip ULPS latching when we're in that ULPS state already.
Eric Anholt
1
-0
/
+5
2017-10-19
drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.
Eric Anholt
1
-2
/
+30
2017-10-13
drm/vc4: Move the DSI clock divider workaround closer to the clock call.
Eric Anholt
1
-6
/
+6
2017-09-27
drm/vc4: Set up the DSI host at pdev probe time, not component bind.
Eric Anholt
1
-40
/
+57
2017-09-27
drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.
Eric Anholt
1
-1
/
+2
2017-08-08
drm/vc4: Fix errant drm_bridge_remove() in DSI.
Eric Anholt
1
-1
/
+0
2017-08-08
drm/vc4: Don't disable DSI clocks on component unload.
Eric Anholt
1
-3
/
+0
2017-07-14
drm/vc4: Fix misleading name of the continuous flag.
Eric Anholt
1
-4
/
+4
2017-07-14
drm/vc4: Fix DSI T_INIT timing.
Eric Anholt
1
-1
/
+11
2017-06-05
drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.
Eric Anholt
1
-134
/
+20
2017-05-22
drm/vc4: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-14
/
+14
2017-05-16
drm/vc4: Adjust modes in DSI to work around the integer PLL divider.
Eric Anholt
1
-26
/
+86
2017-02-28
drm/vc4: Convert existing documentation to actual kerneldoc.
Eric Anholt
1
-2
/
+3
2017-02-07
drm/vc4: simplify exit path of a failed allocation of dsi_connector
Colin Ian King
1
-12
/
+4
2017-02-01
drm/vc4: Add DSI driver
Eric Anholt
1
-0
/
+1725