summaryrefslogtreecommitdiffstats
path: root/include/linux/property.h
Commit message (Expand)AuthorAgeFilesLines
* device property: Get rid of union aliasingAndy Shevchenko2018-05-171-27/+25
* device property: Constify device_get_match_data()Andy Shevchenko2018-02-121-1/+1
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-5/+5
|\
| * device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko2018-01-251-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+11
|\ \
| * | device property: Allow iterating over available child fwnodesMarcin Wojtas2018-01-221-0/+6
| * | device property: Introduce fwnode_irq_get()Marcin Wojtas2018-01-221-0/+2
| * | device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2018-01-221-0/+1
| * | device property: Introduce fwnode_get_mac_address()Marcin Wojtas2018-01-221-0/+2
| |/
* / device property: Introduce a common API to fetch device match dataSinan Kaya2017-12-131-0/+2
|/
* device property: Add a macro for interating over graph endpointsSakari Ailus2017-11-091-0/+4
* device property: Make fwnode_handle_get() return the fwnodeSakari Ailus2017-11-091-1/+1
* device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-221-0/+4
* device property: Constify fwnode property APISakari Ailus2017-07-221-30/+33
* device property: Add fwnode_graph_get_port_parentKieran Bingham2017-06-221-0/+2
* device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus2017-06-221-0/+2
* device property: Introduce fwnode_device_is_available()Sakari Ailus2017-06-221-0/+1
* device property: Add fwnode_get_next_parent()Sakari Ailus2017-03-291-0/+1
* device property: Add support for fwnode endpointsSakari Ailus2017-03-291-0/+3
* device property: Make dev_fwnode() publicSakari Ailus2017-03-291-0/+2
* device property: Add fwnode_handle_get()Sakari Ailus2017-03-291-0/+1
* device property: Add support for remote endpointsMika Westerberg2017-03-291-0/+9
* device property: Add fwnode_get_named_child_node()Mika Westerberg2017-03-291-0/+2
* ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg2017-03-291-0/+6
* device property: Add fwnode_get_parent()Mika Westerberg2017-03-291-0/+2
* device property: export code duplicating array of property entriesDmitry Torokhov2017-02-071-0/+5
* device property: constify property arrays valuesDmitry Torokhov2017-02-071-6/+6
* device property: allow to constify propertiesDmitry Torokhov2017-02-071-1/+1
* include/linux/property.h: fix typo/compile errorJohn Youn2016-09-301-1/+1
* device property: Add function to search for named child of deviceAdam Thomson2016-06-261-0/+3
* device property: don't bother the drivers with struct property_setHeikki Krogerus2016-04-091-12/+3
* device property: add spaces to PROPERTY_ENTRY_STRING macroAndy Shevchenko2016-01-011-1/+1
* include/linux/property.h: fix build issues with gcc-4.4.4Andrew Morton2016-01-011-4/+12
* device property: Take a copy of the property setMika Westerberg2015-12-071-1/+2
* device property: improve readability of macrosAndy Shevchenko2015-12-071-2/+2
* device property: helper macros for property entry creationHeikki Krogerus2015-12-071-0/+55
* device property: keep single value inplaceAndy Shevchenko2015-12-071-8/+23
* device property: refactor built-in properties supportAndy Shevchenko2015-12-071-5/+3
* device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee2015-11-071-2/+0
* device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee2015-11-071-0/+4
* device property: Introducing enum dev_dma_attrSuthikulpanit, Suravee2015-11-071-0/+6
* device property: Add fwnode_property_match_string()Mika Westerberg2015-09-251-0/+4
* Add a matching set of device_ functions for determining mac/phyJeremy Linton2015-08-131-0/+4
* device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-0/+2
* device property: Introduce firmware node type for platform dataRafael J. Wysocki2015-04-031-0/+33
* driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-10/+1
* Driver core: Unified interface for firmware node propertiesRafael J. Wysocki2014-11-041-0/+70
* Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2014-11-041-0/+73