aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/property.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-11device property: Add a function to obtain a node's prefixGravatar Sakari Ailus 1-0/+22
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeGravatar Sakari Ailus 1-0/+26
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+6
2019-09-02ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldocGravatar Geert Uytterhoeven 1-1/+1
2019-08-26ACPI / property: Add two new Thunderbolt property GUIDs to the listGravatar Mika Westerberg 1-0/+6
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-03ACPI / property: Don't limit named child node matching to data nodesGravatar Heikki Krogerus 1-6/+20
2019-05-01ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()Gravatar Pierre-Louis Bossart 1-0/+8
2019-04-17ACPI: property: restore _DSD data subnodes GUID commentGravatar Shunyong Yang 1-0/+1
2018-12-05PCI / ACPI: Identify untrusted PCI devicesGravatar Mika Westerberg 1-0/+11
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsGravatar Mika Westerberg 1-0/+3
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesGravatar Mika Westerberg 1-26/+68
2018-07-23ACPI: property: Use data node name and reg property for graphsGravatar Sakari Ailus 1-9/+42
2018-07-23ACPI: property: Allow direct graph endpoint referencesGravatar Sakari Ailus 1-2/+2
2018-07-23ACPI: property: Make the ACPI graph API privateGravatar Sakari Ailus 1-67/+16
2018-07-23ACPI: property: Allow making references to non-device nodesGravatar Sakari Ailus 1-18/+33
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsGravatar Sakari Ailus 1-24/+12
2018-02-12device property: Constify device_get_match_data()Gravatar Andy Shevchenko 1-1/+1
2018-02-12ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Gravatar Andy Shevchenko 1-1/+1
2017-12-13ACPI: properties: Implement get_match_data() callbackGravatar Sinan Kaya 1-0/+8
2017-10-11ACPI: properties: Fix __acpi_node_get_property_reference() return codesGravatar Sakari Ailus 1-4/+6
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Gravatar Sakari Ailus 1-10/+9
2017-09-22Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Gravatar Rafael J. Wysocki 1-5/+19
2017-09-19ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctlyGravatar Sakari Ailus 1-5/+6
2017-09-19ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againGravatar John Hubbard 1-0/+13
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-90/+141
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Gravatar Rafael J. Wysocki 1-0/+6
2017-08-22ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()Gravatar Sakari Ailus 1-1/+1
2017-08-03ACPI / property: Support Apple _DSM propertiesGravatar Lukas Wunner 1-0/+3
2017-08-03ACPI / property: Don't evaluate objects for devices w/o handleGravatar Lukas Wunner 1-0/+3
2017-07-26ACPI: device property: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-25/+25
2017-07-22device property: Introduce fwnode_property_get_reference_argsGravatar Sakari Ailus 1-0/+27
2017-07-22device property: Constify fwnode property APIGravatar Sakari Ailus 1-21/+31
2017-07-22ACPI: Constify internal fwnode argumentsGravatar Sakari Ailus 1-16/+18
2017-07-22ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argumentGravatar Sakari Ailus 1-10/+13
2017-07-22device property: Get rid of struct fwnode_handle type fieldGravatar Sakari Ailus 1-19/+28
2017-06-22device property: Introduce fwnode_device_is_available()Gravatar Sakari Ailus 1-0/+9
2017-06-22device property: Move fwnode graph ops to firmware specific locationsGravatar Sakari Ailus 1-0/+40
2017-06-22device property: Move FW type specific functionality to FW specific filesGravatar Sakari Ailus 1-0/+68
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsGravatar Sakari Ailus 1-5/+17
2017-03-29ACPI / property: Add support for remote endpointsGravatar Mika Westerberg 1-0/+138
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Gravatar Mika Westerberg 1-10/+17
2017-03-29ACPI / property: Add possiblity to retrieve parent firmware nodeGravatar Mika Westerberg 1-15/+57
2016-11-24ACPI / property: Hierarchical properties support updateGravatar Rafael J. Wysocki 1-36/+89
2016-10-11ACPI / property: Allow holes in reference propertiesGravatar Mika Westerberg 1-49/+68
2016-03-17ACPI / property: fix data node parsing in acpi_get_next_subnode()Gravatar Irina Tirdea 1-0/+1
2015-12-07device property: return -EINVAL when property isn't found in ACPIGravatar Andy Shevchenko 1-5/+5
2015-10-22ACPI / property: Fix subnode lookup scope for data-only subnodesGravatar Rafael J. Wysocki 1-1/+8
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesGravatar Rafael J. Wysocki 1-8/+80