summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/property.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-6/+20
|\
| * ACPI / property: Don't limit named child node matching to data nodesHeikki Krogerus2019-06-031-6/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()Pierre-Louis Bossart2019-05-011-0/+8
* ACPI: property: restore _DSD data subnodes GUID commentShunyong Yang2019-04-171-0/+1
* PCI / ACPI: Identify untrusted PCI devicesMika Westerberg2018-12-051-0/+11
* PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg2018-10-021-0/+3
* ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg2018-10-021-26/+68
* ACPI: property: Use data node name and reg property for graphsSakari Ailus2018-07-231-9/+42
* ACPI: property: Allow direct graph endpoint referencesSakari Ailus2018-07-231-2/+2
* ACPI: property: Make the ACPI graph API privateSakari Ailus2018-07-231-67/+16Star
* ACPI: property: Allow making references to non-device nodesSakari Ailus2018-07-231-18/+33
* ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-231-24/+12Star
* device property: Constify device_get_match_data()Andy Shevchenko2018-02-121-1/+1
* ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko2018-02-121-1/+1
* ACPI: properties: Implement get_match_data() callbackSinan Kaya2017-12-131-0/+8
* ACPI: properties: Fix __acpi_node_get_property_reference() return codesSakari Ailus2017-10-111-4/+6
* ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus2017-10-111-10/+9Star
*-. Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Rafael J. Wysocki2017-09-221-5/+19
|\ \
| | * ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctlySakari Ailus2017-09-191-5/+6
| |/ |/|
| * ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard2017-09-191-0/+13
|/
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-90/+141
|\
| * ACPI: device property: Switch to use new generic UUID APIAndy Shevchenko2017-07-261-25/+25
| * device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-221-0/+27
| * device property: Constify fwnode property APISakari Ailus2017-07-221-21/+31
| * ACPI: Constify internal fwnode argumentsSakari Ailus2017-07-221-16/+18
| * ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argumentSakari Ailus2017-07-221-10/+13
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-19/+28
| |
| \
*-. \ Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-031-0/+6
|\ \ \ | | |/ | |/|
| | * ACPI / property: Support Apple _DSM propertiesLukas Wunner2017-08-031-0/+3
| | * ACPI / property: Don't evaluate objects for devices w/o handleLukas Wunner2017-08-031-0/+3
| |/
* / ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()Sakari Ailus2017-08-221-1/+1
|/
* device property: Introduce fwnode_device_is_available()Sakari Ailus2017-06-221-0/+9
* device property: Move fwnode graph ops to firmware specific locationsSakari Ailus2017-06-221-0/+40
* device property: Move FW type specific functionality to FW specific filesSakari Ailus2017-06-221-0/+68
* device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus2017-03-291-5/+17
* ACPI / property: Add support for remote endpointsMika Westerberg2017-03-291-0/+138
* ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg2017-03-291-10/+17
* ACPI / property: Add possiblity to retrieve parent firmware nodeMika Westerberg2017-03-291-15/+57
* ACPI / property: Hierarchical properties support updateRafael J. Wysocki2016-11-241-36/+89
* ACPI / property: Allow holes in reference propertiesMika Westerberg2016-10-111-49/+68
* ACPI / property: fix data node parsing in acpi_get_next_subnode()Irina Tirdea2016-03-171-0/+1
* device property: return -EINVAL when property isn't found in ACPIAndy Shevchenko2015-12-071-5/+5
* ACPI / property: Fix subnode lookup scope for data-only subnodesRafael J. Wysocki2015-10-221-1/+8
* ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-8/+80
* ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-151-33/+105
* ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki2015-09-151-3/+5
* ACPI / property: Add support for data-only subnodesRafael J. Wysocki2015-09-151-1/+132
* ACPI / property: Add routine for extraction of _DSD propertiesRafael J. Wysocki2015-09-151-32/+37
* device property: attach 'else if' to the proper 'if'Andy Shevchenko2015-08-261-2/+3