summaryrefslogtreecommitdiff
path: root/drivers/acpi/property.c
AgeCommit message (Expand)Author
2025-11-24ACPI: property: use min() instead of min_t()David Laight
2025-11-12ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang
2025-10-22ACPI: property: Rework acpi_graph_get_next_endpoint()Sakari Ailus
2025-10-22ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() onlySakari Ailus
2025-10-22ACPI: property: Make acpi_get_next_subnode() staticSakari Ailus
2025-10-20ACPI: property: Fix argument order in __acpi_node_get_property_reference()Sunil V L
2025-10-07Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-01ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus
2025-09-25ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()Sunil V L
2025-09-25ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_propSunil V L
2025-09-16ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()Rafael J. Wysocki
2025-09-16ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki
2025-09-16ACPI: property: Add code comments explaining what is going onRafael J. Wysocki
2025-09-16ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki
2025-09-16ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki
2025-02-05ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()Andy Shevchenko
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)
2024-12-19ACPI: property: Consider data nodes as being availableSakari Ailus
2024-04-26ACPI: property: Add reference to UEFI DSD GuideSakari Ailus
2024-02-15ACPI: property: Ignore bad graph port nodes on Dell XPS 9315Sakari Ailus
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-07acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus
2023-11-20ACPI: property: Support using strings in reference propertiesRafael J. Wysocki
2023-10-03ACPI: property: Document the _DSD data buffer GUIDAndy Shevchenko
2023-10-03ACPI: property: Allow _DSD buffer data only for byte accessorsAndy Shevchenko
2023-03-27ACPI: property: Refactor acpi_data_prop_read_single()Andy Shevchenko
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki
2022-09-03ACPI: property: Use acpi_dev_parent()Rafael J. Wysocki
2022-08-25ACPI: property: Remove default association from integer maximum valuesSakari Ailus
2022-08-25ACPI: property: Ignore already existing data node tagsSakari Ailus
2022-08-25ACPI: property: Fix type detection of unified integer reading functionsStefan Binding
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki
2022-08-11Merge branch 'acpi-properties'Rafael J. Wysocki
2022-08-09ACPI: property: Fix error handling in acpi_init_properties()Sakari Ailus
2022-07-27ACPI: property: Read buffer properties as integersSakari Ailus
2022-07-27ACPI: property: Add support for parsing buffer property UUIDSakari Ailus
2022-07-27ACPI: property: Unify integer value reading functionsSakari Ailus
2022-07-27ACPI: property: Switch node property referencing from ifs to a switchSakari Ailus
2022-07-27ACPI: property: Move property ref argument parsing into a new functionSakari Ailus
2022-07-27ACPI: property: Use acpi_object_type consistently in property ref parsingSakari Ailus
2022-07-27ACPI: property: Tie data nodes to acpi handlesSakari Ailus
2022-07-27ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolSakari Ailus
2022-06-20ACPI: property: Use acpi_dev_for_each_child() for child lookupRafael J. Wysocki
2022-04-13ACPI: property: Release subnode properties with data nodesSakari Ailus
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus
2022-04-05ACPI: property: Move acpi_fwnode_device_get_match_data() upSakari Ailus
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus
2022-02-18ACPI: property: Get rid of redundant 'else'Andy Shevchenko