sysfs-class-switchtec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. switchtec - Microsemi Switchtec PCI Switch Management Endpoint
  2. For details on this subsystem look at Documentation/driver-api/switchtec.rst.
  3. What: /sys/class/switchtec
  4. Date: 05-Jan-2017
  5. KernelVersion: v4.11
  6. Contact: Logan Gunthorpe <logang@deltatee.com>
  7. Description: The switchtec class subsystem folder.
  8. Each registered switchtec driver is represented by a switchtecX
  9. subfolder (X being an integer >= 0).
  10. What: /sys/class/switchtec/switchtec[0-9]+/component_id
  11. Date: 05-Jan-2017
  12. KernelVersion: v4.11
  13. Contact: Logan Gunthorpe <logang@deltatee.com>
  14. Description: Component identifier as stored in the hardware (eg. PM8543)
  15. (read only)
  16. Values: arbitrary string.
  17. What: /sys/class/switchtec/switchtec[0-9]+/component_revision
  18. Date: 05-Jan-2017
  19. KernelVersion: v4.11
  20. Contact: Logan Gunthorpe <logang@deltatee.com>
  21. Description: Component revision stored in the hardware (read only)
  22. Values: integer.
  23. What: /sys/class/switchtec/switchtec[0-9]+/component_vendor
  24. Date: 05-Jan-2017
  25. KernelVersion: v4.11
  26. Contact: Logan Gunthorpe <logang@deltatee.com>
  27. Description: Component vendor as stored in the hardware (eg. MICROSEM)
  28. (read only)
  29. Values: arbitrary string.
  30. What: /sys/class/switchtec/switchtec[0-9]+/device_version
  31. Date: 05-Jan-2017
  32. KernelVersion: v4.11
  33. Contact: Logan Gunthorpe <logang@deltatee.com>
  34. Description: Device version as stored in the hardware (read only)
  35. Values: integer.
  36. What: /sys/class/switchtec/switchtec[0-9]+/fw_version
  37. Date: 05-Jan-2017
  38. KernelVersion: v4.11
  39. Contact: Logan Gunthorpe <logang@deltatee.com>
  40. Description: Currently running firmware version (read only)
  41. Values: integer (in hexadecimal).
  42. What: /sys/class/switchtec/switchtec[0-9]+/partition
  43. Date: 05-Jan-2017
  44. KernelVersion: v4.11
  45. Contact: Logan Gunthorpe <logang@deltatee.com>
  46. Description: Partition number for this device in the switch (read only)
  47. Values: integer.
  48. What: /sys/class/switchtec/switchtec[0-9]+/partition_count
  49. Date: 05-Jan-2017
  50. KernelVersion: v4.11
  51. Contact: Logan Gunthorpe <logang@deltatee.com>
  52. Description: Total number of partitions in the switch (read only)
  53. Values: integer.
  54. What: /sys/class/switchtec/switchtec[0-9]+/product_id
  55. Date: 05-Jan-2017
  56. KernelVersion: v4.11
  57. Contact: Logan Gunthorpe <logang@deltatee.com>
  58. Description: Product identifier as stored in the hardware (eg. PSX 48XG3)
  59. (read only)
  60. Values: arbitrary string.
  61. What: /sys/class/switchtec/switchtec[0-9]+/product_revision
  62. Date: 05-Jan-2017
  63. KernelVersion: v4.11
  64. Contact: Logan Gunthorpe <logang@deltatee.com>
  65. Description: Product revision stored in the hardware (eg. RevB)
  66. (read only)
  67. Values: arbitrary string.
  68. What: /sys/class/switchtec/switchtec[0-9]+/product_vendor
  69. Date: 05-Jan-2017
  70. KernelVersion: v4.11
  71. Contact: Logan Gunthorpe <logang@deltatee.com>
  72. Description: Product vendor as stored in the hardware (eg. MICROSEM)
  73. (read only)
  74. Values: arbitrary string.