1. e481747 device property: Read strings using string array reading functions by Sakari Ailus · 8 years ago
  2. b0b027c device property: fwnode_property_read_string_array() returns nr of strings by Sakari Ailus · 8 years ago
  3. 0f19499 device property: Fix reading pset strings using array access functions by Sakari Ailus · 8 years ago
  4. 026b821 device property: fwnode_property_read_string_array() may return -EILSEQ by Sakari Ailus · 8 years ago
  5. 2338725 device property: Add fwnode_get_next_parent() by Sakari Ailus · 8 years ago
  6. 2bd5452 device property: Add support for fwnode endpoints by Sakari Ailus · 8 years ago
  7. e44bb0c device property: Make dev_fwnode() public by Sakari Ailus · 8 years ago
  8. e7887c2 device property: Add fwnode_handle_get() by Sakari Ailus · 8 years ago
  9. 07bb80d device property: Add support for remote endpoints by Mika Westerberg · 8 years ago
  10. 21ea73f device property: Add fwnode_get_named_child_node() by Mika Westerberg · 8 years ago
  11. 3405519 ACPI / property: Add fwnode_get_next_child_node() by Mika Westerberg · 8 years ago
  12. afaf26f device property: Add fwnode_get_parent() by Mika Westerberg · 8 years ago
  13. 2d479e1 device property: export code duplicating array of property entries by Dmitry Torokhov · 8 years ago
  14. 9426998 device property: constify property arrays values by Dmitry Torokhov · 8 years ago
  15. bec84da device property: allow to constify properties by Dmitry Torokhov · 8 years ago
  16. 613e972 device property: Add function to search for named child of device by Adam Thomson · 8 years ago
  17. dab2e29 Merge back new device properties material for v4.7. by Rafael J. Wysocki · 9 years ago
  18. 0224a4a device property: Avoid potential dereferences of invalid pointers by Heikki Krogerus · 9 years ago
  19. f4d0526 device property: don't bother the drivers with struct property_set by Heikki Krogerus · 9 years ago
  20. a7c1d0a device property: convert to use match_string() helper by Andy Shevchenko · 9 years ago
  21. 0d67e0f device property: fix for a case of use-after-free by Heikki Krogerus · 9 years ago
  22. 77812034 device property: fwnode->secondary may contain ERR_PTR(-ENODEV) by Heikki Krogerus · 9 years ago
  23. f6740c1 device property: avoid allocations of 0 length by Andy Shevchenko · 9 years ago
  24. 0fb5902 device property: the secondary fwnode needs to depend on the primary by Heikki Krogerus · 9 years ago
  25. 13141e1 device property: Take a copy of the property set by Mika Westerberg · 9 years ago
  26. 362c0b3 device property: Fallback to secondary fwnode if primary misses the property by Andy Shevchenko · 9 years ago
  27. 1d656fb device property: improve readability of macros by Andy Shevchenko · 9 years ago
  28. 66586ba device property: keep single value inplace by Andy Shevchenko · 9 years ago
  29. 318a1971 device property: refactor built-in properties support by Andy Shevchenko · 9 years ago
  30. 61f5e29 device property: rename helper functions by Andy Shevchenko · 9 years ago
  31. e3f9e29 device property: always check for fwnode type by Andy Shevchenko · 9 years ago
  32. ab3d527 device property: ACPI: Remove unused DMA APIs by Suthikulpanit, Suravee · 9 years ago
  33. e5e5586 device property: Adding DMA Attribute APIs for Generic Devices by Suthikulpanit, Suravee · 9 years ago
  34. 3f5c8d3 device property: Add fwnode_property_match_string() by Mika Westerberg · 9 years ago
  35. 504a337 ACPI / property: Extend device_get_next_child_node() to data-only nodes by Rafael J. Wysocki · 9 years ago
  36. 3a7a2ab ACPI / property: Extend fwnode_property_* to data-only subnodes by Rafael J. Wysocki · 9 years ago
  37. 5b902d6 device property: Don't overwrite addr when failing in device_get_mac_address by Julien Grall · 9 years ago
  38. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  39. 4fa7508e device property: Return -ENXIO if there is no suitable FW interface by Guenter Roeck · 9 years ago
  40. 4f73b06 device property: fallback to pset when gettng one string by Andy Shevchenko · 9 years ago
  41. 2f710a3 device property: Add ETH_ALEN check, update comments. by Jeremy Linton · 9 years ago
  42. 4c96b7d Add a matching set of device_ functions for determining mac/phy by Jeremy Linton · 9 years ago
  43. ecc87ee device property: fix potential NULL pointer dereference by Andy Shevchenko · 9 years ago
  44. 132c242 Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  45. c181fb3 ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() by Alexander Sverdlin · 9 years ago
  46. 05ca556 device property: Introduces device_dma_is_coherent() by Suthikulpanit, Suravee · 10 years ago
  47. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  48. 16ba08d device property: Introduce firmware node type for platform data by Rafael J. Wysocki · 10 years ago
  49. 9017f25 driver core: Implement device property accessors through fwnode ones by Rafael J. Wysocki · 10 years ago
  50. f42712a driver core: property: Update fwnode_property_read_string_array() by Rafael J. Wysocki · 10 years ago
  51. 7036cd4 Driver core: Fix missing whitespace in function argument by Florin Papa · 10 years ago
  52. 5c0acf3 driver core: Add comments about returning array counts by Adrian Hunter · 10 years ago
  53. 8a0662d Driver core: Unified interface for firmware node properties by Rafael J. Wysocki · 10 years ago
  54. b31384f Driver core: Unified device properties interface for platform firmware by Rafael J. Wysocki · 10 years ago