1. b659ea7 Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci' by Rafael J. Wysocki · 3 years ago
  2. 99ece71 ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device() by Rafael J. Wysocki · 3 years, 1 month ago
  3. 985e9ec ACPI: Make acpi_node_get_parent() local by Sakari Ailus · 3 years, 1 month ago
  4. 9054fc6 ACPI: Get acpi_device's parent from the parent field by Sakari Ailus · 3 years, 1 month ago
  5. 1de359d ACPI: property: Satisfy kernel doc validator (part 2) by Andy Shevchenko · 3 years, 11 months ago
  6. c82ff99 ACPI: property: Satisfy kernel doc validator (part 1) by Andy Shevchenko · 3 years, 11 months ago
  7. 325aa81 ACPI: property: Make acpi_node_prop_read() static by Andy Shevchenko · 3 years, 11 months ago
  8. 38f3885 ACPI: property: Remove dead code by Andy Shevchenko · 3 years, 11 months ago
  9. e1e6bd2 ACPI: property: Fix fwnode string properties matching by Rafael J. Wysocki · 3 years, 11 months ago
  10. 01bb86b driver core: Add fwnode_init() by Saravana Kannan · 4 years, 1 month ago
  11. e0fc99e Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  12. df4f9bc nvme-pci: add support for ACPI StorageD3Enable property by David E. Box · 4 years, 6 months ago
  13. cbdd865 ACPI: property: use cached name in acpi_fwnode_get_named_child_node() by Heikki Krogerus · 4 years, 7 months ago
  14. e7e242b device property: Add a function to obtain a node's prefix by Sakari Ailus · 5 years ago
  15. bc0500c device property: Add fwnode_get_name for returning the name of a node by Sakari Ailus · 5 years ago
  16. 6cfae0c Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  17. 3a2650a ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldoc by Geert Uytterhoeven · 5 years ago
  18. dfda204 ACPI / property: Add two new Thunderbolt property GUIDs to the list by Mika Westerberg · 6 years ago
  19. 0415052 Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  20. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  21. ee48cef ACPI / property: Don't limit named child node matching to data nodes by Heikki Krogerus · 6 years ago
  22. 23583f7 ACPI / property: fix handling of data_nodes in acpi_get_next_subnode() by Pierre-Louis Bossart · 6 years ago
  23. 5f21f30 ACPI: property: restore _DSD data subnodes GUID comment by Shunyong Yang · 6 years ago
  24. 617654a PCI / ACPI: Identify untrusted PCI devices by Mika Westerberg · 6 years ago
  25. 26ad34d PCI / ACPI: Whitelist D3 for more PCIe hotplug ports by Mika Westerberg · 6 years ago
  26. 5f5e489 ACPI / property: Allow multiple property compatible _DSD entries by Mika Westerberg · 6 years ago
  27. 18f1e58d ACPI: property: Use data node name and reg property for graphs by Sakari Ailus · 6 years ago
  28. 6561eb3 ACPI: property: Allow direct graph endpoint references by Sakari Ailus · 6 years ago
  29. 0ef7478 ACPI: property: Make the ACPI graph API private by Sakari Ailus · 6 years ago
  30. 4eb0c3b ACPI: property: Allow making references to non-device nodes by Sakari Ailus · 6 years ago
  31. 977d5ad ACPI: Convert ACPI reference args to generic fwnode reference args by Sakari Ailus · 6 years ago
  32. 67dcc26 device property: Constify device_get_match_data() by Andy Shevchenko · 7 years ago
  33. 29d5325 ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data() by Andy Shevchenko · 7 years ago
  34. 146b4db ACPI: properties: Implement get_match_data() callback by Sinan Kaya · 7 years ago
  35. 51858a2 ACPI: properties: Fix __acpi_node_get_property_reference() return codes by Sakari Ailus · 7 years ago
  36. c343bc2 ACPI: properties: Align return codes of __acpi_node_get_property_reference() by Sakari Ailus · 7 years ago
  37. 672d0e4 Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties' by Rafael J. Wysocki · 7 years ago
  38. 0c0bceb ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctly by Sakari Ailus · 7 years ago
  39. 9e987b7 ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again by John Hubbard · 7 years ago
  40. e7d0c41 Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  41. 01d2f10 Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple' by Rafael J. Wysocki · 7 years ago
  42. b5212f5 ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value() by Sakari Ailus · 7 years ago
  43. 899596e ACPI / property: Support Apple _DSM properties by Lukas Wunner · 7 years ago
  44. 75fc70e ACPI / property: Don't evaluate objects for devices w/o handle by Lukas Wunner · 7 years ago
  45. 3689d3d ACPI: device property: Switch to use new generic UUID API by Andy Shevchenko · 7 years ago
  46. 3e3119d device property: Introduce fwnode_property_get_reference_args by Sakari Ailus · 7 years ago
  47. 37ba983 device property: Constify fwnode property API by Sakari Ailus · 7 years ago
  48. 99a8546 ACPI: Constify internal fwnode arguments by Sakari Ailus · 7 years ago
  49. 01c1da2 ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argument by Sakari Ailus · 7 years ago
  50. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 7 years ago
  51. 2294b3a device property: Introduce fwnode_device_is_available() by Sakari Ailus · 8 years ago
  52. 3b27d00 device property: Move fwnode graph ops to firmware specific locations by Sakari Ailus · 8 years ago
  53. 3708184 device property: Move FW type specific functionality to FW specific files by Sakari Ailus · 8 years ago
  54. b0b027c device property: fwnode_property_read_string_array() returns nr of strings by Sakari Ailus · 8 years ago
  55. 79389a8 ACPI / property: Add support for remote endpoints by Mika Westerberg · 8 years ago
  56. 3405519 ACPI / property: Add fwnode_get_next_child_node() by Mika Westerberg · 8 years ago
  57. dfa672f ACPI / property: Add possiblity to retrieve parent firmware node by Mika Westerberg · 8 years ago
  58. 99db5ff ACPI / property: Hierarchical properties support update by Rafael J. Wysocki · 8 years ago
  59. b60e4ea ACPI / property: Allow holes in reference properties by Mika Westerberg · 8 years ago
  60. bf4703f ACPI / property: fix data node parsing in acpi_get_next_subnode() by Irina Tirdea · 9 years ago
  61. 3c60f11 device property: return -EINVAL when property isn't found in ACPI by Andy Shevchenko · 9 years ago
  62. 205ad97 ACPI / property: Fix subnode lookup scope for data-only subnodes by Rafael J. Wysocki · 9 years ago
  63. 504a337 ACPI / property: Extend device_get_next_child_node() to data-only nodes by Rafael J. Wysocki · 9 years ago
  64. 3a7a2ab ACPI / property: Extend fwnode_property_* to data-only subnodes by Rafael J. Wysocki · 9 years ago
  65. 263b4c1 ACPI / property: Expose data-only subnodes via sysfs by Rafael J. Wysocki · 9 years ago
  66. 445b0eb ACPI / property: Add support for data-only subnodes by Rafael J. Wysocki · 9 years ago
  67. bd8191c ACPI / property: Add routine for extraction of _DSD properties by Rafael J. Wysocki · 9 years ago
  68. 7dc59dc device property: attach 'else if' to the proper 'if' by Andy Shevchenko · 9 years ago
  69. ee89209 ACPI / property: Define a symbol for PRP0001 by Rafael J. Wysocki · 10 years ago
  70. 5c53b26 ACPI / property: Refine consistency check for PRP0001 by Rafael J. Wysocki · 10 years ago
  71. 60ba032 ACPI / property: Drop size_prop from acpi_dev_get_property_reference() by Rafael J. Wysocki · 10 years ago
  72. 733e625 ACPI: Allow drivers to match using Device Tree compatible property by Mika Westerberg · 10 years ago
  73. b31384f Driver core: Unified device properties interface for platform firmware by Rafael J. Wysocki · 10 years ago
  74. ffdcd95 ACPI: Add support for device specific properties by Mika Westerberg · 10 years ago