index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
dsi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
drm/msm/dsi: Added missing mutex_unlock
saurabh
1
-1
/
+1
2015-12-14
drm/msm/dsi: Enable MMSS SPFB port via syscon
Archit Taneja
1
-0
/
+33
2015-12-14
drm/msm/dsi: Don't use iommu for command TX buffer for DSIv2
Archit Taneja
3
-41
/
+79
2015-12-14
drm/msm/dsi: Add dsi_cfg for APQ8064
Archit Taneja
2
-3
/
+18
2015-12-14
drm/msm/dsi: Set up link clocks for DSIv2
Archit Taneja
1
-5
/
+186
2015-12-14
drm/msm/dsi: Parse bus clocks from a list
Archit Taneja
4
-73
/
+53
2015-12-14
drm/msm/dsi: Delay dsi_clk_init
Archit Taneja
1
-10
/
+22
2015-12-14
drm/msm/dsi: Use a better way to figure out DSI version
Archit Taneja
1
-6
/
+18
2015-12-14
drm/msm/dsi: Add DSI PLL for 28nm 8960 PHY
Archit Taneja
3
-0
/
+546
2015-12-14
drm/msm/dsi: Add support for 28nm PHY on 8960
Archit Taneja
4
-0
/
+201
2015-12-14
drm/msm/dsi: Don't get byte/pixel source clocks from DT
Archit Taneja
1
-9
/
+6
2015-10-22
drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHY
Hai Li
1
-4
/
+2
2015-10-22
drm: msm: dsi: Don't attempt changing voltage of switches
Bjorn Andersson
2
-2
/
+2
2015-10-22
drm/msm: update generated headers
Rob Clark
3
-68
/
+199
2015-09-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
16
-603
/
+1283
2015-08-24
drm/msm/dsi: Convert to clk_hw based provider APIs
Stephen Boyd
1
-2
/
+2
2015-08-15
drm/msm/dsi: Introduce DSI configuration module
Hai Li
3
-146
/
+176
2015-08-15
drm/msm/dsi: Make each PHY type compilation independent
Hai Li
2
-0
/
+12
2015-08-15
drm/msm/dsi: Split PHY drivers to separate files
Hai Li
5
-756
/
+853
2015-08-15
drm/msm/dsi: Return void from msm_dsi_phy_disable()
Hai Li
2
-12
/
+6
2015-08-15
drm/msm/dsi: Specify bitmask to set source PLL
Hai Li
1
-5
/
+11
2015-08-15
drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges
Archit Taneja
1
-15
/
+28
2015-08-15
drm/msm/dsi: Allow dsi to connect to an external bridge
Archit Taneja
4
-8
/
+90
2015-08-15
drm/msm/dsi: Create a helper to check if there is a connected device
Archit Taneja
3
-3
/
+10
2015-08-15
drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'
Archit Taneja
4
-16
/
+16
2015-08-15
drm/msm/dsi: Make TE gpio optional
Archit Taneja
1
-1
/
+2
2015-08-15
drm/msm: dsi host: Use device graph parsing to parse connected panel
Archit Taneja
1
-19
/
+53
2015-08-15
drm/msm: dsi host: add missing of_node_put()
Archit Taneja
1
-1
/
+5
2015-08-15
drm/msm/dsi: Save/Restore PLL status across PHY reset
Hai Li
5
-36
/
+68
2015-08-15
drm/msm/dsi: One function call less in dsi_init() after error detection
Markus Elfring
1
-13
/
+9
2015-08-15
drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"
Markus Elfring
1
-3
/
+1
2015-08-15
drm/msm/dsi: Report PHY errors only when they really occur
Archit Taneja
1
-1
/
+5
2015-08-15
drm/msm/dsi: Add support for msm8x94
Hai Li
3
-0
/
+150
2015-08-15
drm/msm/dsi: Use pinctrl in DSI driver
Hai Li
1
-0
/
+12
2015-08-15
drm/msm/dsi: Rename *dual panel* to *dual DSI*
Hai Li
1
-42
/
+42
2015-08-15
drm/msm/dsi: Update source PLL selection in DSI PHY
Hai Li
3
-22
/
+41
2015-08-15
drm/msm: update generated headers
Rob Clark
3
-37
/
+226
2015-06-11
drm/msm: dsi: fix compile errors when CONFIG_GPIOLIB=n
Brian Norris
1
-0
/
+1
2015-06-11
drm/msm: use devm_gpiod_get_optional for optional reset gpio
Uwe Kleine-König
1
-23
/
+6
2015-06-11
drm/msm/dsi: Separate PHY to another platform device
Hai Li
4
-77
/
+284
2015-06-11
drm/msm/dsi: Enable PLL driver in MSM DSI
Hai Li
5
-35
/
+229
2015-06-11
drm/msm/dsi: Add DSI PLL clock driver support
Hai Li
6
-7
/
+914
2015-06-11
drm/msm: use IS_ERR() to check regulator_get() return
Fabian Frederick
1
-1
/
+1
2015-06-11
drm/msm: use IS_ERR() to check msm_ioremap() return
Fabian Frederick
1
-2
/
+2
2015-06-11
drm/msm: dsi: Provide option to force continuous HS clock
Archit Taneja
1
-0
/
+5
2015-06-11
drm/msm: update generated headers
Rob Clark
3
-14
/
+173
2015-05-14
drm/msm/dsi: Simplify the code to get the number of read byte
Hai Li
1
-10
/
+4
2015-05-14
drm/msm: Attach assigned encoder to eDP and DSI connectors
Hai Li
2
-6
/
+10
2015-05-14
drm/msm/dsi: use pr_err_ratelimited
Rob Clark
1
-1
/
+1
2015-05-14
drm/msm/dsi: Fixup missing *break* statement during cmd rx
Hai Li
1
-0
/
+1
[next]