index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-1
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-05-08
Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-6
/
+0
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-1
/
+1
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
3
-7
/
+7
2026-04-30
drm/tilcdc: remove now-redundant call to drm_connector_attach_encoder()
Luca Ceresoli
1
-6
/
+0
2026-04-01
drm/tilcdc: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2026-03-17
drm/tilcdc: Fix type mismatch
Kory Maincent (TI)
1
-2
/
+2
2026-03-17
drm/tilcdc: Remove tilcdc_panel driver reintroduced by a merge
Kory Maincent (TI)
1
-408
/
+0
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+408
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-11
drm/tilcdc: Add support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
Kory Maincent (TI.com)
2
-21
/
+18
2026-02-11
drm/tilcdc: Use devm_drm_of_get_bridge() helper
Kory Maincent (TI.com)
1
-14
/
+4
2026-02-11
drm/tilcdc: Convert to drm_device-based logging helpers
Kory Maincent (TI.com)
4
-27
/
+27
2026-02-11
drm/tilcdc: Convert to DRM managed resources
Kory Maincent (TI.com)
5
-73
/
+63
2026-02-11
drm/tilcdc: Remove the use of drm_device private_data
Kory Maincent (TI.com)
6
-27
/
+28
2026-02-11
drm/tilcdc: Modernize driver initialization and cleanup paths
Kory Maincent (TI.com)
2
-67
/
+35
2026-02-11
drm/tilcdc: Move tilcdc_init/fini closer to probe/remove
Kory Maincent (TI.com)
1
-119
/
+119
2026-02-11
drm/tilcdc: Use drm_module_platform_driver() helper
Kory Maincent (TI.com)
1
-17
/
+2
2026-02-11
drm/tilcdc: Remove the useless module list support
Kory Maincent (TI.com)
2
-56
/
+0
2026-02-11
drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
Kory Maincent (TI.com)
4
-3
/
+3
2026-02-11
drm/tilcdc: Rename external_encoder and external_connector to encoder and con...
Kory Maincent (TI.com)
4
-17
/
+14
2026-02-11
drm/tilcdc: Remove unused encoder and connector tracking arrays
Kory Maincent (TI.com)
2
-8
/
+1
2026-02-11
drm/tilcdc: Remove redundant #endif/#ifdef in debugfs code
Kory Maincent (TI.com)
1
-3
/
+0
2026-02-11
drm/tilcdc: Remove tilcdc_panel_info structure
Kory Maincent (TI.com)
3
-81
/
+3
2026-02-11
drm/tilcdc: Remove component framework support
Kory Maincent (TI.com)
5
-150
/
+9
2026-02-11
drm/tilcdc: Remove tilcdc panel driver
Kory Maincent (TI.com)
4
-427
/
+0
2026-02-11
drm/tilcdc: Convert legacy panel binding via DT overlay at boot time
Kory Maincent (TI.com)
4
-0
/
+232
2026-02-11
drm/tilcdc: Add support for DRM bus flags and simplify panel config
Kory Maincent (TI.com)
3
-32
/
+34
2026-02-11
drm/tilcdc: Remove simulate_vesa_sync flag
Kory Maincent (TI.com)
3
-19
/
+0
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-20
/
+37
2025-12-08
drm/tilcdc: Fix removal actions in case of failed probe
Kory Maincent (TI.com)
3
-20
/
+37
2025-10-06
drm/tilcdc: Switch to drm_atomic_get_new_crtc_state()
Maxime Ripard
1
-2
/
+1
2025-10-06
drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()
Maxime Ripard
1
-8
/
+1
2024-12-13
Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-2
/
+1
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2
-2
/
+2
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2
-2
/
+2
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/tilcdc: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+5
2024-08-16
drm/tilcdc: Use backlight power constants
Thomas Zimmermann
1
-1
/
+1
2024-04-10
drm: tilcdc: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
1
-6
/
+0
2023-12-28
drm/tilcdc: request and mapp iomem with devres
Philipp Stanner
1
-15
/
+4
2023-11-28
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+4
2023-11-21
drm/tilcdc: Fix irq free on unload
Tomi Valkeinen
1
-1
/
+1
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
Douglas Anderson
1
-1
/
+10
2023-06-08
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-14
drm/tilcdc: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2022-12-12
drm: tilcdc: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-6
/
+3
[next]