aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/property.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rafael/linux-pmLinus 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