index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
Age
Commit message (
Expand
)
Author
Lines
2026-03-17
drm/tilcdc: Fix type mismatch
Kory Maincent (TI)
-2
/
+2
2026-03-17
drm/tilcdc: Remove tilcdc_panel driver reintroduced by a merge
Kory Maincent (TI)
-408
/
+0
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-0
/
+408
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-11
drm/tilcdc: Add support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
Kory Maincent (TI.com)
-21
/
+18
2026-02-11
drm/tilcdc: Use devm_drm_of_get_bridge() helper
Kory Maincent (TI.com)
-14
/
+4
2026-02-11
drm/tilcdc: Convert to drm_device-based logging helpers
Kory Maincent (TI.com)
-27
/
+27
2026-02-11
drm/tilcdc: Convert to DRM managed resources
Kory Maincent (TI.com)
-74
/
+64
2026-02-11
drm/tilcdc: Remove the use of drm_device private_data
Kory Maincent (TI.com)
-27
/
+28
2026-02-11
drm/tilcdc: Modernize driver initialization and cleanup paths
Kory Maincent (TI.com)
-67
/
+35
2026-02-11
drm/tilcdc: Move tilcdc_init/fini closer to probe/remove
Kory Maincent (TI.com)
-119
/
+119
2026-02-11
drm/tilcdc: Use drm_module_platform_driver() helper
Kory Maincent (TI.com)
-17
/
+2
2026-02-11
drm/tilcdc: Remove the useless module list support
Kory Maincent (TI.com)
-56
/
+0
2026-02-11
drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
Kory Maincent (TI.com)
-3
/
+3
2026-02-11
drm/tilcdc: Rename external_encoder and external_connector to encoder and con...
Kory Maincent (TI.com)
-17
/
+14
2026-02-11
drm/tilcdc: Remove unused encoder and connector tracking arrays
Kory Maincent (TI.com)
-8
/
+1
2026-02-11
drm/tilcdc: Remove redundant #endif/#ifdef in debugfs code
Kory Maincent (TI.com)
-3
/
+0
2026-02-11
drm/tilcdc: Remove tilcdc_panel_info structure
Kory Maincent (TI.com)
-81
/
+3
2026-02-11
drm/tilcdc: Remove component framework support
Kory Maincent (TI.com)
-150
/
+9
2026-02-11
drm/tilcdc: Remove tilcdc panel driver
Kory Maincent (TI.com)
-427
/
+0
2026-02-11
drm/tilcdc: Convert legacy panel binding via DT overlay at boot time
Kory Maincent (TI.com)
-0
/
+232
2026-02-11
drm/tilcdc: Add support for DRM bus flags and simplify panel config
Kory Maincent (TI.com)
-32
/
+34
2026-02-11
drm/tilcdc: Remove simulate_vesa_sync flag
Kory Maincent (TI.com)
-19
/
+0
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-20
/
+37
2025-12-08
drm/tilcdc: Fix removal actions in case of failed probe
Kory Maincent (TI.com)
-20
/
+37
2025-10-06
drm/tilcdc: Switch to drm_atomic_get_new_crtc_state()
Maxime Ripard
-2
/
+1
2025-10-06
drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()
Maxime Ripard
-8
/
+1
2024-12-13
Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-2
/
+1
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
-2
/
+2
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-2
/
+2
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
-1
/
+1
2024-09-26
drm/tilcdc: Run DRM default client setup
Thomas Zimmermann
-1
/
+5
2024-08-16
drm/tilcdc: Use backlight power constants
Thomas Zimmermann
-1
/
+1
2024-04-10
drm: tilcdc: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
-6
/
+0
2023-12-28
drm/tilcdc: request and mapp iomem with devres
Philipp Stanner
-15
/
+4
2023-11-28
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
-5
/
+4
2023-11-21
drm/tilcdc: Fix irq free on unload
Tomi Valkeinen
-1
/
+1
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
Douglas Anderson
-1
/
+10
2023-06-08
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-03-14
drm/tilcdc: Use GEM DMA fbdev emulation
Thomas Zimmermann
-2
/
+2
2022-12-12
drm: tilcdc: Remove #ifdef guards for PM related functions
Paul Cercueil
-6
/
+3
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
-1
/
+1
2022-09-20
drm/plane: Remove drm_plane_init()
Thomas Zimmermann
-5
/
+4
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
-6
/
+6
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
-2
/
+2
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
-1
/
+0
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
-0
/
+1
[next]