aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()Pierre-Louis Bossart1-0/+8
2019-04-17ACPI: property: restore _DSD data subnodes GUID commentShunyong Yang1-0/+1
2018-12-05PCI / ACPI: Identify untrusted PCI devicesMika Westerberg1-0/+11
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg1-0/+3
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg1-26/+68
2018-07-23ACPI: property: Use data node name and reg property for graphsSakari Ailus1-9/+42
2018-07-23ACPI: property: Allow direct graph endpoint referencesSakari Ailus1-2/+2
2018-07-23ACPI: property: Make the ACPI graph API privateSakari Ailus1-67/+16
2018-07-23ACPI: property: Allow making references to non-device nodesSakari Ailus1-18/+33
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-24/+12
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-1/+1
2018-02-12ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko1-1/+1
2017-12-13ACPI: properties: Implement get_match_data() callbackSinan Kaya1-0/+8
2017-10-11ACPI: properties: Fix __acpi_node_get_property_reference() return codesSakari Ailus1-4/+6
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus1-10/+9
2017-09-22Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Rafael J. Wysocki1-5/+19
2017-09-19ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctlySakari Ailus1-5/+6
2017-09-19ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard1-0/+13
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-90/+141
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-0/+6
2017-08-22ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()Sakari Ailus1-1/+1
2017-08-03ACPI / property: Support Apple _DSM propertiesLukas Wunner1-0/+3
2017-08-03ACPI / property: Don't evaluate objects for devices w/o handleLukas Wunner1-0/+3
2017-07-26ACPI: device property: Switch to use new generic UUID APIAndy Shevchenko1-25/+25
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+27
2017-07-22device property: Constify fwnode property APISakari Ailus1-21/+31
2017-07-22ACPI: Constify internal fwnode argumentsSakari Ailus1-16/+18
2017-07-22ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argumentSakari Ailus1-10/+13
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-19/+28
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus1-0/+9
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus1-0/+40
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+68
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus1-5/+17
2017-03-29ACPI / property: Add support for remote endpointsMika Westerberg1-0/+138
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg1-10/+17
2017-03-29ACPI / property: Add possiblity to retrieve parent firmware nodeMika Westerberg1-15/+57
2016-11-24ACPI / property: Hierarchical properties support updateRafael J. Wysocki1-36/+89
2016-10-11ACPI / property: Allow holes in reference propertiesMika Westerberg1-49/+68
2016-03-17ACPI / property: fix data node parsing in acpi_get_next_subnode()Irina Tirdea1-0/+1
2015-12-07device property: return -EINVAL when property isn't found in ACPIAndy Shevchenko1-5/+5
2015-10-22ACPI / property: Fix subnode lookup scope for data-only subnodesRafael J. Wysocki1-1/+8
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-8/+80
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-33/+105
2015-09-15ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki1-3/+5
2015-09-15ACPI / property: Add support for data-only subnodesRafael J. Wysocki1-1/+132
2015-09-15ACPI / property: Add routine for extraction of _DSD propertiesRafael J. Wysocki1-32/+37
2015-08-26device property: attach 'else if' to the proper 'if'Andy Shevchenko1-2/+3
2015-05-22ACPI / property: Define a symbol for PRP0001Rafael J. Wysocki1-4/+4
2015-05-05ACPI / property: Refine consistency check for PRP0001Rafael J. Wysocki1-23/+31
2014-11-05ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki1-46/+16