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

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-bus-platform

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/ABI/testing/sysfs-bus-platform (Architecture m68k) and /Documentation/ABI/testing/sysfs-bus-platform (Architecture alpha)


  1 What:           /sys/bus/platform/devices/.../      1 What:           /sys/bus/platform/devices/.../driver_override
  2 Date:           April 2014                          2 Date:           April 2014
  3 Contact:        Kim Phillips <kim.phillips@free      3 Contact:        Kim Phillips <kim.phillips@freescale.com>
  4 Description:                                        4 Description:
  5                 This file allows the driver fo      5                 This file allows the driver for a device to be specified which
  6                 will override standard OF, ACP      6                 will override standard OF, ACPI, ID table, and name matching.
  7                 When specified, only a driver       7                 When specified, only a driver with a name matching the value
  8                 written to driver_override wil      8                 written to driver_override will have an opportunity to bind
  9                 to the device.  The override i      9                 to the device.  The override is specified by writing a string
 10                 to the driver_override file (e     10                 to the driver_override file (echo vfio-platform > \
 11                 driver_override) and may be cl     11                 driver_override) and may be cleared with an empty string
 12                 (echo > driver_override).  Thi     12                 (echo > driver_override).  This returns the device to standard
 13                 matching rules binding.  Writi     13                 matching rules binding.  Writing to driver_override does not
 14                 automatically unbind the devic     14                 automatically unbind the device from its current driver or make
 15                 any attempt to automatically l     15                 any attempt to automatically load the specified driver.  If no
 16                 driver with a matching name is     16                 driver with a matching name is currently loaded in the kernel,
 17                 the device will not bind to an     17                 the device will not bind to any driver.  This also allows
 18                 devices to opt-out of driver b     18                 devices to opt-out of driver binding using a driver_override
 19                 name such as "none".  Only a s     19                 name such as "none".  Only a single driver may be specified in
 20                 the override, there is no supp     20                 the override, there is no support for parsing delimiters.
 21                                                    21 
 22 What:           /sys/bus/platform/devices/.../     22 What:           /sys/bus/platform/devices/.../numa_node
 23 Date:           June 2020                          23 Date:           June 2020
 24 Contact:        Barry Song <song.bao.hua@hisili     24 Contact:        Barry Song <song.bao.hua@hisilicon.com>
 25 Description:                                       25 Description:
 26                 This file contains the NUMA no     26                 This file contains the NUMA node to which the platform device
 27                 is attached. It won't be visib     27                 is attached. It won't be visible if the node is unknown. The
 28                 value comes from an ACPI _PXM      28                 value comes from an ACPI _PXM method or a similar firmware
 29                 source. Initial users for this     29                 source. Initial users for this file would be devices like
 30                 arm smmu which are populated b     30                 arm smmu which are populated by arm64 acpi_iort.
 31                                                    31 
 32 What:           /sys/bus/platform/devices/.../     32 What:           /sys/bus/platform/devices/.../msi_irqs/
 33 Date:           August 2021                        33 Date:           August 2021
 34 Contact:        Barry Song <song.bao.hua@hisili     34 Contact:        Barry Song <song.bao.hua@hisilicon.com>
 35 Description:                                       35 Description:
 36                 The /sys/devices/.../msi_irqs      36                 The /sys/devices/.../msi_irqs directory contains a variable set
 37                 of files, with each file being     37                 of files, with each file being named after a corresponding msi
 38                 irq vector allocated to that d     38                 irq vector allocated to that device.
 39                                                    39 
 40 What:           /sys/bus/platform/devices/.../     40 What:           /sys/bus/platform/devices/.../msi_irqs/<N>
 41 Date:           August 2021                        41 Date:           August 2021
 42 Contact:        Barry Song <song.bao.hua@hisili     42 Contact:        Barry Song <song.bao.hua@hisilicon.com>
 43 Description:                                       43 Description:
 44                 This attribute will show "msi"     44                 This attribute will show "msi" if <N> is a valid msi irq
 45                                                    45 
 46 What:           /sys/bus/platform/devices/.../     46 What:           /sys/bus/platform/devices/.../modalias
 47 Description:                                       47 Description:
 48                 Same as MODALIAS in the uevent     48                 Same as MODALIAS in the uevent at device creation.
 49                                                    49 
 50                 A platform device that it is e     50                 A platform device that it is exposed via devicetree uses:
 51                                                    51 
 52                         - of:N`of node name`T`     52                         - of:N`of node name`T`type`
 53                                                    53 
 54                 Other platform devices use, in     54                 Other platform devices use, instead:
 55                                                    55 
 56                         - platform:`driver nam     56                         - platform:`driver name`
                                                      

~ [ 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