aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/property.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus1-0/+12
2018-05-17device property: Get rid of union aliasingAndy Shevchenko1-27/+25
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+11
2018-01-25device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko1-5/+5
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas1-0/+6
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas1-0/+2
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas1-0/+1
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas1-0/+2
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya1-0/+2
2017-11-09device property: Add a macro for interating over graph endpointsSakari Ailus1-0/+4
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus1-1/+1
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+4
2017-07-22device property: Constify fwnode property APISakari Ailus1-30/+33
2017-06-22device property: Add fwnode_graph_get_port_parentKieran Bingham1-0/+2
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus1-0/+2
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus1-0/+1
2017-03-29device property: Add fwnode_get_next_parent()Sakari Ailus1-0/+1
2017-03-29device property: Add support for fwnode endpointsSakari Ailus1-0/+3
2017-03-29device property: Make dev_fwnode() publicSakari Ailus1-0/+2
2017-03-29device property: Add fwnode_handle_get()Sakari Ailus1-0/+1
2017-03-29device property: Add support for remote endpointsMika Westerberg1-0/+9
2017-03-29device property: Add fwnode_get_named_child_node()Mika Westerberg1-0/+2
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg1-0/+6
2017-03-29device property: Add fwnode_get_parent()Mika Westerberg1-0/+2
2017-02-07device property: export code duplicating array of property entriesDmitry Torokhov1-0/+5
2017-02-07device property: constify property arrays valuesDmitry Torokhov1-6/+6
2017-02-07device property: allow to constify propertiesDmitry Torokhov1-1/+1
2016-09-30include/linux/property.h: fix typo/compile errorJohn Youn1-1/+1
2016-06-26device property: Add function to search for named child of deviceAdam Thomson1-0/+3
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus1-12/+3
2016-01-01device property: add spaces to PROPERTY_ENTRY_STRING macroAndy Shevchenko1-1/+1
2016-01-01include/linux/property.h: fix build issues with gcc-4.4.4Andrew Morton1-4/+12
2015-12-07device property: Take a copy of the property setMika Westerberg1-1/+2
2015-12-07device property: improve readability of macrosAndy Shevchenko1-2/+2
2015-12-07device property: helper macros for property entry creationHeikki Krogerus1-0/+55
2015-12-07device property: keep single value inplaceAndy Shevchenko1-8/+23
2015-12-07device property: refactor built-in properties supportAndy Shevchenko1-5/+3
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee1-2/+0
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee1-0/+4
2015-11-07device property: Introducing enum dev_dma_attrSuthikulpanit, Suravee1-0/+6
2015-09-25device property: Add fwnode_property_match_string()Mika Westerberg1-0/+4
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton1-0/+4
2015-06-15device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee1-0/+2
2015-04-03device property: Introduce firmware node type for platform dataRafael J. Wysocki1-0/+33
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki1-10/+1
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+70
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+73