~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/firmware-guide/acpi/DSD-properties-rules.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/firmware-guide/acpi/DSD-properties-rules.rst (Architecture ppc) and /Documentation/firmware-guide/acpi/DSD-properties-rules.rst (Architecture m68k)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 ==================================                  3 ==================================
  4 _DSD Device Properties Usage Rules                  4 _DSD Device Properties Usage Rules
  5 ==================================                  5 ==================================
  6                                                     6 
  7 Properties, Property Sets and Property Subsets      7 Properties, Property Sets and Property Subsets
  8 ==============================================      8 ==============================================
  9                                                     9 
 10 The _DSD (Device Specific Data) configuration      10 The _DSD (Device Specific Data) configuration object, introduced in ACPI 5.1,
 11 allows any type of device configuration data t     11 allows any type of device configuration data to be provided via the ACPI
 12 namespace.  In principle, the format of the da     12 namespace.  In principle, the format of the data may be arbitrary, but it has to
 13 be identified by a UUID which must be recogniz     13 be identified by a UUID which must be recognized by the driver processing the
 14 _DSD output.  However, there are generic UUIDs     14 _DSD output.  However, there are generic UUIDs defined for _DSD recognized by
 15 the ACPI subsystem in the Linux kernel which a     15 the ACPI subsystem in the Linux kernel which automatically processes the data
 16 packages associated with them and makes those      16 packages associated with them and makes those data available to device drivers
 17 as "device properties".                            17 as "device properties".
 18                                                    18 
 19 A device property is a data item consisting of     19 A device property is a data item consisting of a string key and a value (of a
 20 specific type) associated with it.                 20 specific type) associated with it.
 21                                                    21 
 22 In the ACPI _DSD context it is an element of t     22 In the ACPI _DSD context it is an element of the sub-package following the
 23 generic Device Properties UUID in the _DSD ret     23 generic Device Properties UUID in the _DSD return package as specified in the
 24 section titled "Well-Known _DSD UUIDs and Data     24 section titled "Well-Known _DSD UUIDs and Data Structure Formats" sub-section
 25 "Device Properties UUID" in _DSD (Device Speci     25 "Device Properties UUID" in _DSD (Device Specific Data) Implementation Guide
 26 document [1]_.                                     26 document [1]_.
 27                                                    27 
 28 It also may be regarded as the definition of a     28 It also may be regarded as the definition of a key and the associated data type
 29 that can be returned by _DSD in the Device Pro     29 that can be returned by _DSD in the Device Properties UUID sub-package for a
 30 given device.                                      30 given device.
 31                                                    31 
 32 A property set is a collection of properties a     32 A property set is a collection of properties applicable to a hardware entity
 33 like a device.  In the ACPI _DSD context it is     33 like a device.  In the ACPI _DSD context it is the set of all properties that
 34 can be returned in the Device Properties UUID      34 can be returned in the Device Properties UUID sub-package for the device in
 35 question.                                          35 question.
 36                                                    36 
 37 Property subsets are nested collections of pro     37 Property subsets are nested collections of properties.  Each of them is
 38 associated with an additional key (name) allow     38 associated with an additional key (name) allowing the subset to be referred
 39 to as a whole (and to be treated as a separate     39 to as a whole (and to be treated as a separate entity).  The canonical
 40 representation of property subsets is via the      40 representation of property subsets is via the mechanism specified in the
 41 section titled "Well-Known _DSD UUIDs and Data     41 section titled "Well-Known _DSD UUIDs and Data Structure Formats" sub-section
 42 "Hierarchical Data Extension UUID" in _DSD (De     42 "Hierarchical Data Extension UUID" in _DSD (Device Specific Data)
 43 Implementation Guide document [1]_.                43 Implementation Guide document [1]_.
 44                                                    44 
 45 Property sets may be hierarchical.  That is, a     45 Property sets may be hierarchical.  That is, a property set may contain
 46 multiple property subsets that each may contai     46 multiple property subsets that each may contain property subsets of its
 47 own and so on.                                     47 own and so on.
 48                                                    48 
 49 General Validity Rule for Property Sets            49 General Validity Rule for Property Sets
 50 =======================================            50 =======================================
 51                                                    51 
 52 Valid property sets must follow the guidance g     52 Valid property sets must follow the guidance given by the Device Properties UUID
 53 definition document [1].                           53 definition document [1].
 54                                                    54 
 55 _DSD properties are intended to be used in add     55 _DSD properties are intended to be used in addition to, and not instead of, the
 56 existing mechanisms defined by the ACPI specif     56 existing mechanisms defined by the ACPI specification.  Therefore, as a rule,
 57 they should only be used if the ACPI specifica     57 they should only be used if the ACPI specification does not make direct
 58 provisions for handling the underlying use cas     58 provisions for handling the underlying use case.  It generally is invalid to
 59 return property sets which do not follow that      59 return property sets which do not follow that rule from _DSD in data packages
 60 associated with the Device Properties UUID.        60 associated with the Device Properties UUID.
 61                                                    61 
 62 Additional Considerations                          62 Additional Considerations
 63 -------------------------                          63 -------------------------
 64                                                    64 
 65 There are cases in which, even if the general      65 There are cases in which, even if the general rule given above is followed in
 66 principle, the property set may still not be r     66 principle, the property set may still not be regarded as a valid one.
 67                                                    67 
 68 For example, that applies to device properties     68 For example, that applies to device properties which may cause kernel code
 69 (either a device driver or a library/subsystem     69 (either a device driver or a library/subsystem) to access hardware in a way
 70 possibly leading to a conflict with AML method     70 possibly leading to a conflict with AML methods in the ACPI namespace.  In
 71 particular, that may happen if the kernel code     71 particular, that may happen if the kernel code uses device properties to
 72 manipulate hardware normally controlled by ACP     72 manipulate hardware normally controlled by ACPI methods related to power
 73 management, like _PSx and _DSW (for device obj     73 management, like _PSx and _DSW (for device objects) or _ON and _OFF (for power
 74 resource objects), or by ACPI device disabling     74 resource objects), or by ACPI device disabling/enabling methods, like _DIS and
 75 _SRS.                                              75 _SRS.
 76                                                    76 
 77 In all cases in which kernel code may do somet     77 In all cases in which kernel code may do something that will confuse AML as a
 78 result of using device properties, the device      78 result of using device properties, the device properties in question are not
 79 suitable for the ACPI environment and conseque     79 suitable for the ACPI environment and consequently they cannot belong to a valid
 80 property set.                                      80 property set.
 81                                                    81 
 82 Property Sets and Device Tree Bindings             82 Property Sets and Device Tree Bindings
 83 ======================================             83 ======================================
 84                                                    84 
 85 It often is useful to make _DSD return propert     85 It often is useful to make _DSD return property sets that follow Device Tree
 86 bindings.                                          86 bindings.
 87                                                    87 
 88 In those cases, however, the above validity co     88 In those cases, however, the above validity considerations must be taken into
 89 account in the first place and returning inval     89 account in the first place and returning invalid property sets from _DSD must be
 90 avoided.  For this reason, it may not be possi     90 avoided.  For this reason, it may not be possible to make _DSD return a property
 91 set following the given DT binding literally a     91 set following the given DT binding literally and completely.  Still, for the
 92 sake of code re-use, it may make sense to prov     92 sake of code re-use, it may make sense to provide as much of the configuration
 93 data as possible in the form of device propert     93 data as possible in the form of device properties and complement that with an
 94 ACPI-specific mechanism suitable for the use c     94 ACPI-specific mechanism suitable for the use case at hand.
 95                                                    95 
 96 In any case, property sets following DT bindin     96 In any case, property sets following DT bindings literally should not be
 97 expected to automatically work in the ACPI env     97 expected to automatically work in the ACPI environment regardless of their
 98 contents.                                          98 contents.
 99                                                    99 
100 References                                        100 References
101 ==========                                        101 ==========
102                                                   102 
103 .. [1] https://github.com/UEFI/DSD-Guide          103 .. [1] https://github.com/UEFI/DSD-Guide
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php