summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)Author
2023-07-27Merge tag 'drm-misc-next-2023-07-21' of ssh://git.freedesktop.org/git/drm/drm...Daniel Vetter
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-01drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-12Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-05-04drm/mipi-dsi: Set the fwnode for mipi_dsi_deviceSaravana Kannan
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-19drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz
2022-10-24gpu/drm: fix repeated words in commentswangjianli
2022-07-13drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard
2022-07-09drm/mipi-dsi: Make remove callback return voidUwe Kleine-König
2022-04-25drm/display: Move DSC header and helpers into display-helper moduleThomas Zimmermann
2021-09-24drm/mipi-dsi: Create devm device attachmentMaxime Ripard
2021-09-24drm/mipi-dsi: Create devm device registrationMaxime Ripard
2020-07-10drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay
2020-06-29drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineEmil Velikov
2020-06-29drm/dsi: use stack buffer in mipi_dsi_dcs_write()Emil Velikov
2019-11-07drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula
2019-11-07drm/dsi: add missing DSI data typesJani Nikula
2019-11-07drm/dsi: clean up DSI data type definitionsJani Nikula
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2018-07-25drm: Add support for pps and compression mode command packetvkorjani
2018-01-16drm/dsi: Fix improper use of mipi_dsi_device_transfer() return valuePhilippe Cornu
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2016-08-24drm/dsi: Implement DCS set/get display brightnessVinay Simha BN
2016-08-24drm/dsi: Order DCS helpers by command codeThierry Reding
2016-07-12drm/dsi: Make set_tear_scanline command consistentThierry Reding
2016-06-13drm/dsi: Add uevent callbackThierry Reding
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN
2016-03-02drm/dsi: Get DSI host by DT device nodeArchit Taneja
2016-03-02drm/dsi: Add routine to unregister a DSI deviceArchit Taneja
2016-03-02drm/dsi: Try to match non-DT DSI devicesArchit Taneja
2016-03-02drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja
2016-03-02drm/dsi: Check for CONFIG_OF when defining of_mipi_dsi_device_add()Archit Taneja
2015-11-24drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson
2015-01-28drm/mipi-dsi: Avoid potential NULL pointer dereferenceThierry Reding
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding