aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-3/+2
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-41/+32
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+91
2018-01-25device property: Reuse property_entry_free_data()Andy Shevchenko1-20/+14
2018-01-25device property: Move property_entry_free_data() upperAndy Shevchenko1-17/+17
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas1-0/+26
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas1-0/+26
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas1-5/+19
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas1-8/+20
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya1-0/+7
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus1-2/+7
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus1-0/+4
2017-10-10device property: Track owner device of device propertyJarkko Nikula1-6/+9
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+28
2017-07-22device property: Constify fwnode property APISakari Ailus1-29/+35
2017-07-22device property: Constify argument to pset fwnode backendSakari Ailus1-16/+20
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-2/+3
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus1-3/+3
2017-06-22device property: Add fwnode_graph_get_port_parentKieran Bingham1-4/+24
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus1-0/+37
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus1-0/+10
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus1-83/+8
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-125/+83
2017-03-29device property: Read strings using string array reading functionsSakari Ailus1-44/+1
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus1-6/+6
2017-03-29device property: Fix reading pset strings using array access functionsSakari Ailus1-7/+25
2017-03-29device property: fwnode_property_read_string_array() may return -EILSEQSakari Ailus1-1/+1
2017-03-29device property: Add fwnode_get_next_parent()Sakari Ailus1-0/+21
2017-03-29device property: Add support for fwnode endpointsSakari Ailus1-0/+32
2017-03-29device property: Make dev_fwnode() publicSakari Ailus1-1/+2
2017-03-29device property: Add fwnode_handle_get()Sakari Ailus1-0/+11
2017-03-29device property: Add support for remote endpointsMika Westerberg1-0/+123
2017-03-29device property: Add fwnode_get_named_child_node()Mika Westerberg1-5/+17
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg1-8/+30
2017-03-29device property: Add fwnode_get_parent()Mika Westerberg1-0/+25
2017-02-07device property: export code duplicating array of property entriesDmitry Torokhov1-65/+129
2017-02-07device property: constify property arrays valuesDmitry Torokhov1-5/+5
2017-02-07device property: allow to constify propertiesDmitry Torokhov1-20/+21
2016-06-26device property: Add function to search for named child of deviceAdam Thomson1-0/+28
2016-05-06Merge back new device properties material for v4.7.Rafael J. Wysocki1-13/+21
2016-04-27device property: Avoid potential dereferences of invalid pointersHeikki Krogerus1-1/+1
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus1-13/+21
2016-03-17device property: convert to use match_string() helperAndy Shevchenko1-8/+4
2016-03-10device property: fix for a case of use-after-freeHeikki Krogerus1-8/+17
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus1-4/+4
2016-01-01device property: avoid allocations of 0 lengthAndy Shevchenko1-0/+6
2016-01-01device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus1-4/+4
2015-12-07device property: Take a copy of the property setMika Westerberg1-18/+173