mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Now that component has docs it's worth spending a few words and hyperlinks on recommended best practices in drm. v2: Add another item that component shouldn't be preferred over drm_bridge/panel and similar subsystems already providing specialized support for specific components (Laurent). Also convert to bullet list. Cc: Laurent Pinchart <[email protected]> Cc: Russell King - ARM Linux admin <[email protected]> Reviewed-by: Maxime Ripard <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
20 lines
315 B
ReStructuredText
20 lines
315 B
ReStructuredText
.. _component:
|
|
|
|
======================================
|
|
Component Helper for Aggregate Drivers
|
|
======================================
|
|
|
|
.. kernel-doc:: drivers/base/component.c
|
|
:doc: overview
|
|
|
|
|
|
API
|
|
===
|
|
|
|
.. kernel-doc:: include/linux/component.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/base/component.c
|
|
:export:
|
|
|