summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mipi_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/mipi-dsi: Fix detach call without attachTomi Valkeinen2023-12-071-2/+15
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-241-1/+1
|\
| * drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* | drm: Explicitly include correct DT includesRob Herring2023-07-211-0/+1
|/
* Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-05-121-1/+1
|\
| * drm/mipi-dsi: Set the fwnode for mipi_dsi_deviceSaravana Kannan2023-05-041-1/+1
* | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+1
|\ \
| * | of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+1
| |/
* / drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz2023-01-191-0/+52
|/
* gpu/drm: fix repeated words in commentswangjianli2022-10-241-1/+1
* drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard2022-07-131-0/+1
* drm/mipi-dsi: Make remove callback return voidUwe Kleine-König2022-07-091-1/+3
* drm/display: Move DSC header and helpers into display-helper moduleThomas Zimmermann2022-04-251-3/+3
* drm/mipi-dsi: Create devm device attachmentMaxime Ripard2021-09-241-0/+35
* drm/mipi-dsi: Create devm device registrationMaxime Ripard2021-09-241-0/+46
* drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay2020-07-101-8/+7
* drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineEmil Velikov2020-06-291-3/+3
* drm/dsi: use stack buffer in mipi_dsi_dcs_write()Emil Velikov2020-06-291-10/+10
* drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula2019-11-071-0/+51
* drm/dsi: add missing DSI data typesJani Nikula2019-11-071-0/+2
* drm/dsi: clean up DSI data type definitionsJani Nikula2019-11-071-2/+2
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* drm: Add support for pps and compression mode command packetvkorjani2018-07-251-0/+2
* drm/dsi: Fix improper use of mipi_dsi_device_transfer() return valuePhilippe Cornu2018-01-161-3/+6
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-3/+3
* drm/dsi: Implement DCS set/get display brightnessVinay Simha BN2016-08-241-0/+49
* drm/dsi: Order DCS helpers by command codeThierry Reding2016-08-241-17/+17
* drm/dsi: Make set_tear_scanline command consistentThierry Reding2016-07-121-8/+8
* drm/dsi: Add uevent callbackThierry Reding2016-06-131-0/+16
* drm/dsi: Implement set tear scanlineVinay Simha BN2016-06-071-0/+22
* drm/dsi: Get DSI host by DT device nodeArchit Taneja2016-03-021-0/+39
* drm/dsi: Add routine to unregister a DSI deviceArchit Taneja2016-03-021-1/+11
* drm/dsi: Try to match non-DT DSI devicesArchit Taneja2016-03-021-1/+17
* drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja2016-03-021-17/+47
* drm/dsi: Check for CONFIG_OF when defining of_mipi_dsi_device_add()Archit Taneja2016-03-021-0/+8
* drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson2015-11-241-0/+38
* drm/mipi-dsi: Avoid potential NULL pointer dereferenceThierry Reding2015-01-281-3/+3
* drm/dsi: Do not require .owner field to be setThierry Reding2014-11-131-3/+7
* drm/dsi: Resolve MIPI DSI device from phandleThierry Reding2014-11-131-0/+23
* drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding2014-11-131-0/+48
* drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding2014-11-131-0/+46
* drm/dsi: Implement DCS get_power_mode commandThierry Reding2014-11-131-0/+25
* drm/dsi: Implement DCS soft_reset commandThierry Reding2014-11-131-0/+18
* drm/dsi: Implement DCS nop commandThierry Reding2014-11-131-0/+18
* drm/dsi: Add to DocBook documentationThierry Reding2014-11-131-2/+16
* drm/dsi: Implement some standard DCS commandsYoungJun Cho2014-11-131-0/+118