summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-19/+5
* | drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-90/+65
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/vc4: Support the case where the DSI device is disabledBoris Brezillon2018-07-101-2/+13
* drm/vc4: Make DSI call into the bridge after the DSI link is enabled.Eric Anholt2018-06-291-15/+27
* drm/vc4: Skip ULPS latching when we're in that ULPS state already.Eric Anholt2018-04-301-0/+5
* drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.Eric Anholt2017-10-191-2/+30
* drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt2017-10-131-6/+6
* drm/vc4: Set up the DSI host at pdev probe time, not component bind.Eric Anholt2017-09-271-40/+57
* drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.Eric Anholt2017-09-271-1/+2
* drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt2017-08-081-1/+0
* drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt2017-08-081-3/+0
* drm/vc4: Fix misleading name of the continuous flag.Eric Anholt2017-07-141-4/+4
* drm/vc4: Fix DSI T_INIT timing.Eric Anholt2017-07-141-1/+11
* drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt2017-06-051-134/+20
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-14/+14
* drm/vc4: Adjust modes in DSI to work around the integer PLL divider.Eric Anholt2017-05-161-26/+86
* drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-281-2/+3
* drm/vc4: simplify exit path of a failed allocation of dsi_connectorColin Ian King2017-02-071-12/+4
* drm/vc4: Add DSI driverEric Anholt2017-02-011-0/+1725