aboutsummaryrefslogtreecommitdiff
path: root/include/linux/property.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-22device property: Introduce fwnode_property_get_reference_argsGravatar Sakari Ailus 1-0/+4
2017-07-22device property: Constify fwnode property APIGravatar Sakari Ailus 1-30/+33
2017-06-22device property: Add fwnode_graph_get_port_parentGravatar Kieran Bingham 1-0/+2
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeGravatar Sakari Ailus 1-0/+2
2017-06-22device property: Introduce fwnode_device_is_available()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add fwnode_get_next_parent()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add support for fwnode endpointsGravatar Sakari Ailus 1-0/+3
2017-03-29device property: Make dev_fwnode() publicGravatar Sakari Ailus 1-0/+2
2017-03-29device property: Add fwnode_handle_get()Gravatar Sakari Ailus 1-0/+1
2017-03-29device property: Add support for remote endpointsGravatar Mika Westerberg 1-0/+9
2017-03-29device property: Add fwnode_get_named_child_node()Gravatar Mika Westerberg 1-0/+2
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Gravatar Mika Westerberg 1-0/+6
2017-03-29device property: Add fwnode_get_parent()Gravatar Mika Westerberg 1-0/+2
2017-02-07device property: export code duplicating array of property entriesGravatar Dmitry Torokhov 1-0/+5
2017-02-07device property: constify property arrays valuesGravatar Dmitry Torokhov 1-6/+6
2017-02-07device property: allow to constify propertiesGravatar Dmitry Torokhov 1-1/+1
2016-09-30include/linux/property.h: fix typo/compile errorGravatar John Youn 1-1/+1
2016-06-26device property: Add function to search for named child of deviceGravatar Adam Thomson 1-0/+3
2016-04-09device property: don't bother the drivers with struct property_setGravatar Heikki Krogerus 1-12/+3
2016-01-01device property: add spaces to PROPERTY_ENTRY_STRING macroGravatar Andy Shevchenko 1-1/+1
2016-01-01include/linux/property.h: fix build issues with gcc-4.4.4Gravatar Andrew Morton 1-4/+12
2015-12-07device property: Take a copy of the property setGravatar Mika Westerberg 1-1/+2
2015-12-07device property: improve readability of macrosGravatar Andy Shevchenko 1-2/+2
2015-12-07device property: helper macros for property entry creationGravatar Heikki Krogerus 1-0/+55
2015-12-07device property: keep single value inplaceGravatar Andy Shevchenko 1-8/+23
2015-12-07device property: refactor built-in properties supportGravatar Andy Shevchenko 1-5/+3
2015-11-07device property: ACPI: Remove unused DMA APIsGravatar Suthikulpanit, Suravee 1-2/+0
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesGravatar Suthikulpanit, Suravee 1-0/+4
2015-11-07device property: Introducing enum dev_dma_attrGravatar Suthikulpanit, Suravee 1-0/+6
2015-09-25device property: Add fwnode_property_match_string()Gravatar Mika Westerberg 1-0/+4
2015-08-13Add a matching set of device_ functions for determining mac/phyGravatar Jeremy Linton 1-0/+4
2015-06-15device property: Introduces device_dma_is_coherent()Gravatar Suthikulpanit, Suravee 1-0/+2
2015-04-03device property: Introduce firmware node type for platform dataGravatar Rafael J. Wysocki 1-0/+33
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleGravatar Rafael J. Wysocki 1-10/+1
2014-11-04Driver core: Unified interface for firmware node propertiesGravatar Rafael J. Wysocki 1-0/+70
2014-11-04Driver core: Unified device properties interface for platform firmwareGravatar Rafael J. Wysocki 1-0/+73