diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-11 22:32:31 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-11 22:32:31 +0300 |
commit | 4417967bf2479020652049155c11a2d5b3a0136e (patch) | |
tree | d62cd882cf03486c8c7bb24524be0e13664b1822 /Documentation/driver-api/device_link.rst | |
parent | 9481caf39bf55a862067007ffc53621b4305a387 (diff) | |
parent | 8857c7d065e900a0b3829c97634c99501b606541 (diff) | |
download | linux-4417967bf2479020652049155c11a2d5b3a0136e.tar.xz |
Merge tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org/drm/drm-intel into driver-core-next
Daniel writes:
typed componented support + i915/snd-hda changes
This is needed by the new MEI-HDCP support in i915, so will need to go
in through drm and drivers-misc trees at least.
* tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org/drm/drm-intel:
i915/snd_hdac: I915 subcomponent for the snd_hdac
components: multiple components for a device
component: Add documentation
Diffstat (limited to 'Documentation/driver-api/device_link.rst')
-rw-r--r-- | Documentation/driver-api/device_link.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/device_link.rst b/Documentation/driver-api/device_link.rst index 0effb792a3af..ae1e3d0394b0 100644 --- a/Documentation/driver-api/device_link.rst +++ b/Documentation/driver-api/device_link.rst @@ -1,6 +1,9 @@ .. |struct dev_pm_domain| replace:: :c:type:`struct dev_pm_domain <dev_pm_domain>` .. |struct generic_pm_domain| replace:: :c:type:`struct generic_pm_domain <generic_pm_domain>` + +.. _device_link: + ============ Device links ============ |