summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)AuthorFilesLines
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-19drm/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