summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)Author
2024-08-20drm/mipi-dsi: Add mipi_dsi_dcs_set_tear_scanline_multiTejas Vipin
2024-08-13drm/mipi-dsi: add more multi functions for better error handlingTejas Vipin
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-05-17drm/mipi-dsi: wrap more functions for streamline handlingDmitry Baryshkov
2024-05-15drm/mipi-dsi: Introduce mipi_dsi_*_write_seq_multi()Douglas Anderson
2024-05-15drm/mipi-dsi: Reduce driver bloat of mipi_dsi_*_write_seq()Douglas Anderson
2024-04-19drm/mipi-dsi: add mipi_dsi_compression_mode_ext()Dmitry Baryshkov
2024-04-19drm/mipi-dsi: use correct return type for the DSC functionsDmitry Baryshkov
2024-02-07drm: mipi-dsi: make mipi_dsi_bus_type constRicardo B. Marliere
2023-12-07drm/mipi-dsi: Fix detach call without attachTomi Valkeinen
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
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