summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: overlay: add overlay unittest data for node names and symbolsFrank Rowand2017-07-201-2/+8
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-28/+39
* vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-271-0/+58
* of/unittest: Missing unlocks on errorDan Carpenter2017-05-041-2/+6
* of: fix uninitialized variable warning for overlay testArnd Bergmann2017-05-031-1/+1
* of: Add unit tests for applying overlaysFrank Rowand2017-04-271-0/+317
* of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin2017-01-231-2/+2
* of: drop duplicate headersGeliang Tang2017-01-041-1/+0
* of: unittest: use of_platform_default_populate() to populate default busKefeng Wang2016-06-231-3/+2
* Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-2/+1
|\
| * of/unittest: Remove unnecessary module.h header inclusionJavier Martinez Canillas2016-05-191-1/+0
| * drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-161-1/+1
* | of/unittest: convert to use an explicit i2c mux corePeter Rosin2016-04-221-25/+12
|/
* of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Sergey Senozhatsky2016-03-031-0/+5
* drivers/of: Export OF changeset functionsGavin Shan2016-01-131-4/+0
* of/unittest: Show broken behaviour in the platform busGrant Likely2016-01-051-0/+14
* of/unittest: add missing of_node_putJulia Lawall2015-10-221-2/+6
* of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski2015-07-271-3/+0
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-241-0/+62
|\
| * of: unittest: overlay: Keep track of created overlaysPantelis Antoniou2015-04-141-0/+62
* | Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-03-291-354/+354
|\ \ | |/
| * of/unittest: replace 'selftest' with 'unittest'Wang Long2015-03-251-354/+354
* | of/unittest: Fix of_platform_depopulate test caseGrant Likely2015-03-291-7/+9
* | of/unittest: early return from test skips testsFrank Rowand2015-03-291-4/+6
* | of/unittest: breadcrumbs to reduce pain of future maintainersFrank Rowand2015-03-291-0/+4
* | of/unittest: reduce checkpatch noise - line after declarationsFrank Rowand2015-03-291-0/+5
* | of/unittest: typo in error stringFrank Rowand2015-03-291-2/+3
* | of/unittest: add const where neededFrank Rowand2015-03-291-4/+4
|/
* of: unittest: Add option string test case with longer pathBrian Norris2015-03-191-0/+5
* of: unittest: Add options string testcase variantsPeter Hurley2015-03-101-0/+11
* of/unittest: Fix the wrong expected value in of_selftest_property_stringWang Long2015-03-101-2/+2
* of/unittest: remove the duplicate of_changeset_initWang Long2015-03-101-1/+0
* of: unittest: fix I2C dependencyArnd Bergmann2015-03-101-6/+6
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2015-02-111-15/+0
|\
| * of/unittest: Remove obsolete codeGrant Likely2015-01-221-15/+0
* | of: unitest: Add I2C overlay unit tests.Pantelis Antoniou2015-02-041-50/+462
* | Merge tag 'v3.19-rc6' into HEADRob Herring2015-02-041-0/+39
|\ \ | |/ |/|
| * of/unittest: Overlays with sub-devices testsPantelis Antoniou2015-01-231-0/+39
* | Removes OF_UNITTEST dependency on OF_DYNAMIC config symbolGaurav Minocha2015-01-131-58/+12
|/
* of: Delete unnecessary check before calling "of_node_put()"Markus Elfring2014-12-031-2/+1
* of: add optional options parameter to of_find_node_by_path()Leif Lindholm2014-12-031-0/+30
* of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGrant Likely2014-11-271-1/+0
* of/overlay: Add overlay unittestsPantelis Antoniou2014-11-241-0/+481
* of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely2014-11-241-4/+10
* of: Use vargs in __of_node_allocGrant Likely2014-11-241-3/+3
* Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-241-3/+8
* of/unittest: Rename selftest.c to unittest.cGrant Likely2014-11-041-0/+969
OpenPOWER on IntegriCloud