Age | Commit message (Expand) | Author |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2023-06-08 | drm/omap: Convert to platform remove callback returning void | Uwe Kleine-König |
2022-12-16 | drm/omap: dsi: Fix excessive stack usage | Tomi Valkeinen |
2021-12-08 | omapdrm: dss: mark runtime PM functions __maybe_unused | Arnd Bergmann |
2021-11-10 | drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() | Cai Huoqing |
2021-11-10 | drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS() | Cai Huoqing |
2021-10-07 | drm/omap: Use correct printk format specifiers for size_t | Laurent Pinchart |
2021-04-13 | Merge drm/drm-fixes into drm-next | Daniel Vetter |
2021-03-26 | drm/omap: dsi: Add missing IRQF_ONESHOT | Yang Li |
2021-03-17 | drm/omap: dsi: fix unsigned expression compared with zero | Junlin Yang |
2021-01-27 | drm/omap: dsi: fix unreachable code in dsi_vc_send_short() | Menglong Dong |
2020-12-15 | drm/omap: dsi: allow DSI commands to be sent early | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: fix DCS_CMD_ENABLE | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: remove ulps support | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: fix and cleanup ddr_clk_always_on | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: split video mode enable/disable into separate func | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: cleanup initial vc setup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: rename dsi_display_* functions | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: display_disable cleanup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: display_enable cleanup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: move enable/disable to bridge enable/disable | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: move structs & defines to dsi.h | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: use separate VCs for cmd and video | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: enable HS before sending the frame | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: untangle vc & channel | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: pass vc and channel to various functions | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: rename 'channel' to 'vc' | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: cleanup dispc channel usage | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: drop useless channel checks | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: simplify VC handling | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: send nop instead of page & column | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: set trans_mode according to client mode_flags | Tomi Valkeinen |
2020-12-15 | drm/omap: drop unused owner field | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: simplify pin config | Sebastian Reichel |
2020-12-15 | drm/omap: simplify DSI manual update code | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: Register a drm_bridge | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: implement check timings | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: convert to drm_panel | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: drop custom panel capability support | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: move panel refresh function to host | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: do ULPS in host driver | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: untangle ulps ops from enable/disable | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: do bus locking in host driver | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: drop custom enable_te() API | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: move TE GPIO handling into core | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: lp/hs switching support for transfer() | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: use pixel-format and mode from attach | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: request VC via mipi_dsi_attach | Sebastian Reichel |
2020-12-15 | drm/omap: dsi: introduce mipi_dsi_host | Sebastian Reichel |