aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+0
2024-05-05device property: Fix a typo in the description of device_get_child_node_count()Christophe JAILLET1-1/+1
2024-03-25device property: Move fwnode_handle_put() into property.hJonathan Cameron1-14/+0
2024-03-07device property: Don't use "proxy" headersAndy Shevchenko1-5/+6
2024-03-07driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko1-56/+0
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2023-12-07device property: fwnode_property_get_reference_args allows NULL args nowSakari Ailus1-0/+1
2023-12-04device property: Add fwnode_name_eq()Sakari Ailus1-0/+28
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko1-0/+35
2023-11-16device property: Use fwnode_property_string_array_count()Andy Shevchenko1-1/+1
2023-06-15drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen1-3/+9
2023-04-20device property: make device_property functions take const device *Guenter Roeck1-8/+8
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko1-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King1-1/+1
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko1-34/+90
2023-01-19device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
2022-12-07device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin1-1/+1
2022-11-23device property: Rename goto label to be more preciseAndy Shevchenko1-2/+3
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman1-2/+2
2022-10-25device property: Fix documentation for *_match_string() APIsAndy Shevchenko1-2/+2
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko1-2/+2
2022-10-22device property: Constify device child node APIsAndy Shevchenko1-3/+3
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko1-4/+4
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-2/+9
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko1-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-16/+80
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko1-0/+30
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson1-1/+1
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson1-50/+5
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson1-0/+109
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko1-11/+9
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko1-27/+29
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus1-11/+1
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus1-4/+1
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus1-21/+4
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko1-16/+16
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R1-0/+29
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+16
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+11
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+16
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-38/+0
2021-12-17device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus1-4/+4
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus1-10/+39
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus1-2/+2
2021-12-17device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus1-1/+3
2021-12-03device property: Check fwnode->secondary when finding propertiesDaniel Scally1-2/+11
2021-11-24device property: Remove device_add_properties() APIHeikki Krogerus1-48/+0
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski1-63/+0
2021-08-16Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fw...Daniel Scally1-8/+1
2021-08-16device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally1-1/+20
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+8
2021-06-07device property: Unify access to of_nodeAndy Shevchenko1-16/+13
2021-05-27device property: Don't check for NULL twice in the loopsAndy Shevchenko1-8/+8
2021-05-10device property: Retrieve fwnode from of_node via accessorAndy Shevchenko1-2/+2
2021-01-26media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->se...Daniel Scally1-1/+8
2021-01-26media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally1-0/+6
2020-12-09device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan1-0/+52
2020-09-08device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus1-0/+73
2020-07-23device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko1-1/+1
2020-05-21drivers property: When no children in primary, try secondaryAndy Shevchenko1-2/+11
2020-03-16device property: Export fwnode_get_name()Heikki Krogerus1-0/+1
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus1-0/+12
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus1-0/+11
2019-10-11device property: Add functions for accessing node's parentsSakari Ailus1-0/+46
2019-10-11device property: Move fwnode_get_parent() upSakari Ailus1-13/+13
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus1-0/+24
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus1-0/+75
2018-12-18device property: fix fwnode_graph_get_next_endpoint() documentationMarco Felsch1-1/+1
2018-11-26device property: Remove struct property_setHeikki Krogerus1-315/+17
2018-11-26device property: Move device_add_properties() to swnode.cHeikki Krogerus1-179/+0
2018-05-17device property: Get rid of union aliasingAndy Shevchenko1-18/+86
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...Linus 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
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko1-31/+78
2015-12-07device property: improve readability of macrosAndy Shevchenko1-14/+14
2015-12-07device property: keep single value inplaceAndy Shevchenko1-3/+30
2015-12-07device property: refactor built-in properties supportAndy Shevchenko1-40/+110
2015-12-07device property: rename helper functionsAndy Shevchenko1-11/+11
2015-12-07device property: always check for fwnode typeAndy Shevchenko1-5/+7
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee1-13/+0
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee1-0/+29
2015-09-25device property: Add fwnode_property_match_string()Mika Westerberg1-0/+68
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-5/+1
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-8/+8
2015-09-08device property: Don't overwrite addr when failing in device_get_mac_addressJulien Grall1-6/+8
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+91
2015-08-27device property: Return -ENXIO if there is no suitable FW interfaceGuenter Roeck1-4/+13
2015-08-26device property: fallback to pset when gettng one stringAndy Shevchenko1-1/+2
2015-08-20device property: Add ETH_ALEN check, update comments.Jeremy Linton1-8/+13
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton1-0/+73
2015-08-06device property: fix potential NULL pointer dereferenceAndy Shevchenko1-2/+3
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-13/+13
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-13/+13
2015-06-15device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee1-0/+14
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-54/+144
2015-04-03device property: Introduce firmware node type for platform dataRafael J. Wysocki1-5/+93
2015-03-25driver core: Implement device property accessors through fwnode onesRafael J. Wysocki1-28/+17
2015-03-25driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki1-2/+4
2015-03-25Driver core: Fix missing whitespace in function argumentFlorin Papa1-1/+1
2015-03-18driver core: Add comments about returning array countsAdrian Hunter1-21/+32
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+246
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+185