index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
property.c
Age
Commit message (
Expand
)
Author
2025-11-24
ACPI: property: use min() instead of min_t()
David Laight
2025-11-12
ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()
Haotian Zhang
2025-10-22
ACPI: property: Rework acpi_graph_get_next_endpoint()
Sakari Ailus
2025-10-22
ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
Sakari Ailus
2025-10-22
ACPI: property: Make acpi_get_next_subnode() static
Sakari Ailus
2025-10-20
ACPI: property: Fix argument order in __acpi_node_get_property_reference()
Sunil V L
2025-10-07
Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-10-04
Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-10-01
ACPI: property: Return present device nodes only on fwnode interface
Sakari Ailus
2025-09-25
ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()
Sunil V L
2025-09-25
ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_prop
Sunil V L
2025-09-16
ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()
Rafael J. Wysocki
2025-09-16
ACPI: property: Do not pass NULL handles to acpi_attach_data()
Rafael J. Wysocki
2025-09-16
ACPI: property: Add code comments explaining what is going on
Rafael J. Wysocki
2025-09-16
ACPI: property: Disregard references in data-only subnode lists
Rafael J. Wysocki
2025-09-16
ACPI: property: Fix buffer properties extraction for subnodes
Rafael J. Wysocki
2025-02-05
ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()
Andy Shevchenko
2025-01-24
Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-01-13
device property: Split property reading bool and presence test ops
Rob Herring (Arm)
2024-12-19
ACPI: property: Consider data nodes as being available
Sakari Ailus
2024-04-26
ACPI: property: Add reference to UEFI DSD Guide
Sakari Ailus
2024-02-15
ACPI: property: Ignore bad graph port nodes on Dell XPS 9315
Sakari Ailus
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-12-07
acpi: property: Let args be NULL in __acpi_node_get_property_reference
Sakari Ailus
2023-11-20
ACPI: property: Support using strings in reference properties
Rafael J. Wysocki
2023-10-03
ACPI: property: Document the _DSD data buffer GUID
Andy Shevchenko
2023-10-03
ACPI: property: Allow _DSD buffer data only for byte accessors
Andy Shevchenko
2023-03-27
ACPI: property: Refactor acpi_data_prop_read_single()
Andy Shevchenko
2022-09-30
Merge branch 'acpi-dev'
Rafael J. Wysocki
2022-09-03
ACPI: property: Use acpi_dev_parent()
Rafael J. Wysocki
2022-08-25
ACPI: property: Remove default association from integer maximum values
Sakari Ailus
2022-08-25
ACPI: property: Ignore already existing data node tags
Sakari Ailus
2022-08-25
ACPI: property: Fix type detection of unified integer reading functions
Stefan Binding
2022-08-24
ACPI: Drop parent field from struct acpi_device
Rafael J. Wysocki
2022-08-11
Merge branch 'acpi-properties'
Rafael J. Wysocki
2022-08-09
ACPI: property: Fix error handling in acpi_init_properties()
Sakari Ailus
2022-07-27
ACPI: property: Read buffer properties as integers
Sakari Ailus
2022-07-27
ACPI: property: Add support for parsing buffer property UUID
Sakari Ailus
2022-07-27
ACPI: property: Unify integer value reading functions
Sakari Ailus
2022-07-27
ACPI: property: Switch node property referencing from ifs to a switch
Sakari Ailus
2022-07-27
ACPI: property: Move property ref argument parsing into a new function
Sakari Ailus
2022-07-27
ACPI: property: Use acpi_object_type consistently in property ref parsing
Sakari Ailus
2022-07-27
ACPI: property: Tie data nodes to acpi handles
Sakari Ailus
2022-07-27
ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool
Sakari Ailus
2022-06-20
ACPI: property: Use acpi_dev_for_each_child() for child lookup
Rafael J. Wysocki
2022-04-13
ACPI: property: Release subnode properties with data nodes
Sakari Ailus
2022-04-05
device property: Add irq_get to fwnode operation
Sakari Ailus
2022-04-05
ACPI: property: Move acpi_fwnode_device_get_match_data() up
Sakari Ailus
2022-04-05
device property: Convert device_{dma_supported,get_dma_attr} to fwnode
Sakari Ailus
2022-02-18
ACPI: property: Get rid of redundant 'else'
Andy Shevchenko
[next]