aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12ACPI: property: Satisfy kernel doc validator (part 2)Andy Shevchenko1-2/+1
2021-02-12ACPI: property: Satisfy kernel doc validator (part 1)Andy Shevchenko1-1/+1
2021-02-12ACPI: property: Make acpi_node_prop_read() staticAndy Shevchenko1-3/+3
2021-02-12ACPI: property: Remove dead codeAndy Shevchenko1-20/+0
2021-02-12ACPI: property: Fix fwnode string properties matchingRafael J. Wysocki1-11/+33
2020-12-09driver core: Add fwnode_init()Saravana Kannan1-1/+1
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box1-0/+3
2020-06-22ACPI: property: use cached name in acpi_fwnode_get_named_child_node()Heikki Krogerus1-12/+2
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus1-0/+22
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus1-0/+26
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2019-09-02ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldocGeert Uytterhoeven1-1/+1
2019-08-26ACPI / property: Add two new Thunderbolt property GUIDs to the listMika Westerberg1-0/+6
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-03ACPI / property: Don't limit named child node matching to data nodesHeikki Krogerus1-6/+20
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