summaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c
AgeCommit message (Expand)AuthorLines
2020-07-23device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko-1/+1
2020-05-21drivers property: When no children in primary, try secondaryAndy Shevchenko-2/+11
2020-03-16device property: Export fwnode_get_name()Heikki Krogerus-0/+1
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus-0/+12
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus-0/+11
2019-10-11device property: Add functions for accessing node's parentsSakari Ailus-0/+46
2019-10-11device property: Move fwnode_get_parent() upSakari Ailus-13/+13
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus-0/+24
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus-0/+75
2018-12-18device property: fix fwnode_graph_get_next_endpoint() documentationMarco Felsch-1/+1
2018-11-26device property: Remove struct property_setHeikki Krogerus-315/+17
2018-11-26device property: Move device_add_properties() to swnode.cHeikki Krogerus-179/+0
2018-05-17device property: Get rid of union aliasingAndy Shevchenko-18/+86
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko-3/+2
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-41/+32
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+91
2018-01-25device property: Reuse property_entry_free_data()Andy Shevchenko-20/+14
2018-01-25device property: Move property_entry_free_data() upperAndy Shevchenko-17/+17
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas-0/+26
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas-0/+26
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas-5/+19
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas-8/+20
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya-0/+7
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman-4/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+1
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus-2/+7
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus-0/+4
2017-10-10device property: Track owner device of device propertyJarkko Nikula-6/+9
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus-0/+28
2017-07-22device property: Constify fwnode property APISakari Ailus-29/+35
2017-07-22device property: Constify argument to pset fwnode backendSakari Ailus-16/+20
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus-2/+3
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus-3/+3
2017-06-22device property: Add fwnode_graph_get_port_parentKieran Bingham-4/+24
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus-0/+37
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus-0/+10
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus-83/+8
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus-125/+83
2017-03-29device property: Read strings using string array reading functionsSakari Ailus-44/+1
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus-6/+6
2017-03-29device property: Fix reading pset strings using array access functionsSakari Ailus-7/+25
2017-03-29device property: fwnode_property_read_string_array() may return -EILSEQSakari Ailus-1/+1
2017-03-29device property: Add fwnode_get_next_parent()Sakari Ailus-0/+21
2017-03-29device property: Add support for fwnode endpointsSakari Ailus-0/+32
2017-03-29device property: Make dev_fwnode() publicSakari Ailus-1/+2
2017-03-29device property: Add fwnode_handle_get()Sakari Ailus-0/+11
2017-03-29device property: Add support for remote endpointsMika Westerberg-0/+123
2017-03-29device property: Add fwnode_get_named_child_node()Mika Westerberg-5/+17
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg-8/+30
2017-03-29device property: Add fwnode_get_parent()Mika Westerberg-0/+25