summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-28drm/mipi-dsi: Avoid potential NULL pointer dereferenceThierry Reding1-3/+3
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding1-3/+7
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding1-0/+23
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding1-0/+48
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding1-0/+46
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding1-0/+25
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding1-0/+18
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding1-0/+18
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding1-2/+16
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho1-0/+118
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding1-0/+89
2014-11-13drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho1-0/+24
2014-11-13drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding1-12/+65
2014-11-13drm/dsi: Add DSI transfer helperThierry Reding1-16/+16
2014-11-13drm/dsi: Add message to packet translatorThierry Reding1-0/+53
2014-11-13drm/dsi: Introduce packet format helpersThierry Reding1-0/+67
2014-09-20drm/mipi-dsi: consider low power transmissionInki Dae1-0/+6
2014-07-22drm/dsi: Use peripheral's channel for DCS commandsThierry Reding1-8/+6
2014-07-22drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding1-2/+2
2014-06-05drm/dsi: Support device shutdownThierry Reding1-0/+10
2014-04-04drm/mipi_dsi: create dsi devices only for nodes with reg propertyAndrzej Hajda1-1/+5
2013-12-17drm: Add MIPI DSI bus supportAndrzej Hajda1-0/+315