Age | Commit message (Expand) | Author |
2023-07-27 | Merge tag 'drm-misc-next-2023-07-21' of ssh://git.freedesktop.org/git/drm/drm... | Daniel Vetter |
2023-07-21 | drm: Explicitly include correct DT includes | Rob Herring |
2023-06-01 | drm/display/dp_mst: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-05-12 | Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2023-05-04 | drm/mipi-dsi: Set the fwnode for mipi_dsi_device | Saravana Kannan |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-04-05 | of: Rename of_modalias_node() | Miquel Raynal |
2023-03-28 | drm: Use of_property_present() for testing DT property presence | Rob Herring |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman |
2023-01-19 | drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness | Daniel Mentz |
2022-10-24 | gpu/drm: fix repeated words in comments | wangjianli |
2022-07-13 | drm/mipi-dsi: Detach devices when removing the host | Maxime Ripard |
2022-07-09 | drm/mipi-dsi: Make remove callback return void | Uwe Kleine-König |
2022-04-25 | drm/display: Move DSC header and helpers into display-helper module | Thomas Zimmermann |
2021-09-24 | drm/mipi-dsi: Create devm device attachment | Maxime Ripard |
2021-09-24 | drm/mipi-dsi: Create devm device registration | Maxime Ripard |
2020-07-10 | drm: mipi-dsi: Convert logging to drm_* functions. | Suraj Upadhyay |
2020-06-29 | drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline | Emil Velikov |
2020-06-29 | drm/dsi: use stack buffer in mipi_dsi_dcs_write() | Emil Velikov |
2019-11-07 | drm/dsi: add helpers for DSI compression mode and PPS packets | Jani Nikula |
2019-11-07 | drm/dsi: add missing DSI data types | Jani Nikula |
2019-11-07 | drm/dsi: clean up DSI data type definitions | Jani Nikula |
2019-07-30 | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose |
2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose |
2018-07-25 | drm: Add support for pps and compression mode command packet | vkorjani |
2018-01-16 | drm/dsi: Fix improper use of mipi_dsi_device_transfer() return value | Philippe Cornu |
2017-07-26 | drm: Convert to using %pOF instead of full_name | Rob Herring |
2016-08-24 | drm/dsi: Implement DCS set/get display brightness | Vinay Simha BN |
2016-08-24 | drm/dsi: Order DCS helpers by command code | Thierry Reding |
2016-07-12 | drm/dsi: Make set_tear_scanline command consistent | Thierry Reding |
2016-06-13 | drm/dsi: Add uevent callback | Thierry Reding |
2016-06-07 | drm/dsi: Implement set tear scanline | Vinay Simha BN |
2016-03-02 | drm/dsi: Get DSI host by DT device node | Archit Taneja |
2016-03-02 | drm/dsi: Add routine to unregister a DSI device | Archit Taneja |
2016-03-02 | drm/dsi: Try to match non-DT DSI devices | Archit Taneja |
2016-03-02 | drm/dsi: Use mipi_dsi_device_register_full() for DSI device creation | Archit Taneja |
2016-03-02 | drm/dsi: Check for CONFIG_OF when defining of_mipi_dsi_device_add() | Archit Taneja |
2015-11-24 | drm/dsi: Add Turn On/Shutdown Peripheral command helpers | Werner Johansson |
2015-01-28 | drm/mipi-dsi: Avoid potential NULL pointer dereference | Thierry Reding |
2014-11-13 | drm/dsi: Do not require .owner field to be set | Thierry Reding |
2014-11-13 | drm/dsi: Resolve MIPI DSI device from phandle | Thierry Reding |
2014-11-13 | drm/dsi: Implement DCS set_{column,page}_address commands | Thierry Reding |
2014-11-13 | drm/dsi: Implement DCS {get,set}_pixel_format commands | Thierry Reding |
2014-11-13 | drm/dsi: Implement DCS get_power_mode command | Thierry Reding |
2014-11-13 | drm/dsi: Implement DCS soft_reset command | Thierry Reding |
2014-11-13 | drm/dsi: Implement DCS nop command | Thierry Reding |
2014-11-13 | drm/dsi: Add to DocBook documentation | Thierry Reding |
2014-11-13 | drm/dsi: Implement some standard DCS commands | YoungJun Cho |
2014-11-13 | drm/dsi: Implement generic read and write commands | Thierry Reding |