1. 0228cd2 of: unittest: fix memory leak in unittest_data_add by Navid Emamdoost · 4 years, 8 months ago
  2. a57f501 of: unittest: Disable interrupt node tests for old world MAC systems by Guenter Roeck · 6 years ago
  3. f92ec84 of: unittest: for strings, account for trailing \0 in property length field by Stefan M Schaeckeler · 6 years ago
  4. 146dedb of: unittest: use of_platform_default_populate() to populate default bus by Kefeng Wang · 8 years ago
  5. e7f44b6 Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  6. 27f4ec1 of/unittest: Remove unnecessary module.h header inclusion by Javier Martinez Canillas · 8 years ago
  7. c426323 drivers/of: Specify parent node in of_fdt_unflatten_tree() by Gavin Shan · 8 years ago
  8. b6e3b71 of/unittest: convert to use an explicit i2c mux core by Peter Rosin · 8 years ago
  9. 815d74b of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() by Sergey Senozhatsky · 8 years ago
  10. 1832237 drivers/of: Export OF changeset functions by Gavin Shan · 9 years ago
  11. d2329fb of/unittest: Show broken behaviour in the platform bus by Grant Likely · 8 years ago
  12. 855ff28 of/unittest: add missing of_node_put by Julia Lawall · 9 years ago
  13. 599ad5a of: Drop owner assignment from platform and i2c driver by Krzysztof Kozlowski · 9 years ago
  14. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  15. 492a22a of: unittest: overlay: Keep track of created overlays by Pantelis Antoniou · 9 years ago
  16. a2166ca Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 9 years ago
  17. 37791b6 of/unittest: Fix of_platform_depopulate test case by Grant Likely · 9 years ago
  18. 716e1d4 of/unittest: early return from test skips tests by Frank Rowand · 9 years ago
  19. c854711 of/unittest: breadcrumbs to reduce pain of future maintainers by Frank Rowand · 9 years ago
  20. 3db316d of/unittest: reduce checkpatch noise - line after declarations by Frank Rowand · 9 years ago
  21. a6bb121 of/unittest: typo in error string by Frank Rowand · 9 years ago
  22. afaed7a of/unittest: add const where needed by Frank Rowand · 9 years ago
  23. 9697a55 of/unittest: replace 'selftest' with 'unittest' by Wang Long · 9 years ago
  24. 5ca1b0d of: unittest: Add option string test case with longer path by Brian Norris · 9 years ago
  25. 8cbba1a of: unittest: Add options string testcase variants by Peter Hurley · 9 years ago
  26. 649022e of/unittest: Fix the wrong expected value in of_selftest_property_string by Wang Long · 9 years ago
  27. dc6a945 of/unittest: remove the duplicate of_changeset_init by Wang Long · 9 years ago
  28. 4252de3 of: unittest: fix I2C dependency by Arnd Bergmann · 9 years ago
  29. 3c3c8e3 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 9 years ago
  30. d5e7550 of: unitest: Add I2C overlay unit tests. by Pantelis Antoniou · 9 years ago
  31. 962a70d Merge tag 'v3.19-rc6' into HEAD by Rob Herring · 9 years ago
  32. 6b1271d of/unittest: Overlays with sub-devices tests by Pantelis Antoniou · 9 years ago
  33. fca8ba4 of/unittest: Remove obsolete code by Grant Likely · 9 years ago
  34. 3ce04b4 Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol by Gaurav Minocha · 9 years ago
  35. c46ca3c of: Delete unnecessary check before calling "of_node_put()" by Markus Elfring · 9 years ago
  36. 75c28c0 of: add optional options parameter to of_find_node_by_path() by Leif Lindholm · 9 years ago
  37. 63ebecc of: Remove unneeded and incorrect MODULE_DEVICE_TABLE by Grant Likely · 9 years ago
  38. 177d271 of/overlay: Add overlay unittests by Pantelis Antoniou · 10 years ago
  39. e517958 of: Refactor __of_node_alloc() into __of_node_dup() by Grant Likely · 10 years ago
  40. ef8bbd7 of: Use vargs in __of_node_alloc by Grant Likely · 10 years ago
  41. 66e6a5a Merge tag 'v3.18-rc6' into devicetree/next by Grant Likely · 9 years ago
  42. 19fd748 of/unittest: Rename selftest.c to unittest.c by Grant Likely · 10 years ago[Renamed from drivers/of/selftest.c]
  43. 851da97 of/unittest: Remove test devices after adding them by Grant Likely · 10 years ago
  44. 5063e25 of: Eliminate of_allnodes list by Grant Likely · 10 years ago
  45. a87fa1d of: Fix overflow bug in string property parsing functions by Grant Likely · 10 years ago
  46. 2118f4b of/selftest: Move hash table off stack to fix large frame size by Grant Likely · 10 years ago
  47. 2eb46da of/selftest: Use the resolver to fixup phandles by Grant Likely · 10 years ago
  48. 841ec21 of/selftest: Add a test for duplicate phandles by Grant Likely · 10 years ago
  49. f2051d6 of/selftest: Test structure of device tree by Grant Likely · 10 years ago
  50. e66c98c of: Fix NULL dereference in selftest removal code by Grant Likely · 10 years ago
  51. b951f9d Enabling OF selftest to run without machine's devicetree by Gaurav Minocha · 10 years ago
  52. 663d3f7 Merge branch 'devicetree/next-overlay' into devicetree/next by Grant Likely · 10 years ago
  53. ae9304c Adding selftest testdata dynamically into live tree by Gaurav Minocha · 10 years ago
  54. 201c910 of: Transactional DT support. by Pantelis Antoniou · 10 years ago
  55. 6984339 OF: Utility helper functions for dynamic nodes by Pantelis Antoniou · 10 years ago
  56. ae91ff7 of: Add a testcase for of_find_node_by_path() by Grant Likely · 10 years ago
  57. fb2caa5 of/selftest: add testcase for nodes with same name and address by Rob Herring · 10 years ago
  58. 7d1cdc8 of/selftest: clean-up of_selftest_platform_populate pass/fail handling by Rob Herring · 10 years ago
  59. 82c0f58 of: selftest: add deferred probe interrupt test by Rob Herring · 10 years ago
  60. 7e66c5c of/selftest: Add self tests for manipulation of properties by Grant Likely · 11 years ago
  61. 1f42e5d of: Add self test for of_match_node() by Grant Likely · 10 years ago
  62. 79d9701 of/irq: create interrupts-extended property by Grant Likely · 11 years ago
  63. a9f10ca of: Add testcases for interrupt parsing by Grant Likely · 11 years ago
  64. bd69f73 of: Create function for counting number of phandles in a property by Grant Likely · 11 years ago
  65. cabb7d5 of/selftest: Use selftest() macro throughout by Grant Likely · 11 years ago
  66. f7f951c of/selftest: Fix GPIOs selftest to cover the 7th case by Grant Likely · 11 years ago
  67. 7aff0fe of: Add of_property_match_string() to find index into a string list by Grant Likely · 12 years ago
  68. 53a4209 of: Add device tree selftests by Grant Likely · 12 years ago