Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2abe05234f2e892728c388169631e4b99f354c86
/
drivers
/
acpi
/
property.c
e7e242b
device property: Add a function to obtain a node's prefix
by Sakari Ailus
· 5 years ago
bc0500c
device property: Add fwnode_get_name for returning the name of a node
by Sakari Ailus
· 5 years ago
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
3a2650a
ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldoc
by Geert Uytterhoeven
· 5 years ago
dfda204
ACPI / property: Add two new Thunderbolt property GUIDs to the list
by Mika Westerberg
· 6 years ago
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
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
ee48cef
ACPI / property: Don't limit named child node matching to data nodes
by Heikki Krogerus
· 6 years ago
23583f7
ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
by Pierre-Louis Bossart
· 6 years ago
5f21f30
ACPI: property: restore _DSD data subnodes GUID comment
by Shunyong Yang
· 6 years ago
617654a
PCI / ACPI: Identify untrusted PCI devices
by Mika Westerberg
· 6 years ago
26ad34d
PCI / ACPI: Whitelist D3 for more PCIe hotplug ports
by Mika Westerberg
· 6 years ago
5f5e489
ACPI / property: Allow multiple property compatible _DSD entries
by Mika Westerberg
· 6 years ago
18f1e58d
ACPI: property: Use data node name and reg property for graphs
by Sakari Ailus
· 6 years ago
6561eb3
ACPI: property: Allow direct graph endpoint references
by Sakari Ailus
· 6 years ago
0ef7478
ACPI: property: Make the ACPI graph API private
by Sakari Ailus
· 6 years ago
4eb0c3b
ACPI: property: Allow making references to non-device nodes
by Sakari Ailus
· 6 years ago
977d5ad
ACPI: Convert ACPI reference args to generic fwnode reference args
by Sakari Ailus
· 6 years ago
67dcc26
device property: Constify device_get_match_data()
by Andy Shevchenko
· 7 years ago
29d5325
ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()
by Andy Shevchenko
· 7 years ago
146b4db
ACPI: properties: Implement get_match_data() callback
by Sinan Kaya
· 7 years ago
51858a2
ACPI: properties: Fix __acpi_node_get_property_reference() return codes
by Sakari Ailus
· 7 years ago
c343bc2
ACPI: properties: Align return codes of __acpi_node_get_property_reference()
by Sakari Ailus
· 7 years ago
672d0e4
Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'
by Rafael J. Wysocki
· 7 years ago
0c0bceb
ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctly
by Sakari Ailus
· 7 years ago
9e987b7
ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again
by John Hubbard
· 7 years ago
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
01d2f10
Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'
by Rafael J. Wysocki
· 7 years ago
b5212f5
ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()
by Sakari Ailus
· 7 years ago
899596e
ACPI / property: Support Apple _DSM properties
by Lukas Wunner
· 7 years ago
75fc70e
ACPI / property: Don't evaluate objects for devices w/o handle
by Lukas Wunner
· 7 years ago
3689d3d
ACPI: device property: Switch to use new generic UUID API
by Andy Shevchenko
· 7 years ago
3e3119d
device property: Introduce fwnode_property_get_reference_args
by Sakari Ailus
· 7 years ago
37ba983
device property: Constify fwnode property API
by Sakari Ailus
· 7 years ago
99a8546
ACPI: Constify internal fwnode arguments
by Sakari Ailus
· 7 years ago
01c1da2
ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argument
by Sakari Ailus
· 7 years ago
db3e50f
device property: Get rid of struct fwnode_handle type field
by Sakari Ailus
· 7 years ago
2294b3a
device property: Introduce fwnode_device_is_available()
by Sakari Ailus
· 8 years ago
3b27d00
device property: Move fwnode graph ops to firmware specific locations
by Sakari Ailus
· 8 years ago
3708184
device property: Move FW type specific functionality to FW specific files
by Sakari Ailus
· 8 years ago
b0b027c
device property: fwnode_property_read_string_array() returns nr of strings
by Sakari Ailus
· 8 years ago
79389a8
ACPI / property: Add support for remote endpoints
by Mika Westerberg
· 8 years ago
3405519
ACPI / property: Add fwnode_get_next_child_node()
by Mika Westerberg
· 8 years ago
dfa672f
ACPI / property: Add possiblity to retrieve parent firmware node
by Mika Westerberg
· 8 years ago
99db5ff
ACPI / property: Hierarchical properties support update
by Rafael J. Wysocki
· 8 years ago
b60e4ea
ACPI / property: Allow holes in reference properties
by Mika Westerberg
· 8 years ago
bf4703f
ACPI / property: fix data node parsing in acpi_get_next_subnode()
by Irina Tirdea
· 9 years ago
3c60f11
device property: return -EINVAL when property isn't found in ACPI
by Andy Shevchenko
· 9 years ago
205ad97
ACPI / property: Fix subnode lookup scope for data-only subnodes
by Rafael J. Wysocki
· 9 years ago
504a337
ACPI / property: Extend device_get_next_child_node() to data-only nodes
by Rafael J. Wysocki
· 9 years ago
3a7a2ab
ACPI / property: Extend fwnode_property_* to data-only subnodes
by Rafael J. Wysocki
· 9 years ago
263b4c1
ACPI / property: Expose data-only subnodes via sysfs
by Rafael J. Wysocki
· 9 years ago
445b0eb
ACPI / property: Add support for data-only subnodes
by Rafael J. Wysocki
· 9 years ago
bd8191c
ACPI / property: Add routine for extraction of _DSD properties
by Rafael J. Wysocki
· 9 years ago
7dc59dc
device property: attach 'else if' to the proper 'if'
by Andy Shevchenko
· 9 years ago
ee89209
ACPI / property: Define a symbol for PRP0001
by Rafael J. Wysocki
· 10 years ago
5c53b26
ACPI / property: Refine consistency check for PRP0001
by Rafael J. Wysocki
· 10 years ago
60ba032
ACPI / property: Drop size_prop from acpi_dev_get_property_reference()
by Rafael J. Wysocki
· 10 years ago
733e625
ACPI: Allow drivers to match using Device Tree compatible property
by Mika Westerberg
· 10 years ago
b31384f
Driver core: Unified device properties interface for platform firmware
by Rafael J. Wysocki
· 10 years ago
ffdcd95
ACPI: Add support for device specific properties
by Mika Westerberg
· 10 years ago