summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler2018-05-221-4/+4
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-1/+1
* of: unittest: fix an error code in of_unittest_apply_overlay()Dan Carpenter2018-03-191-4/+2
* of: unittest: move misplaced function declarationArnd Bergmann2018-03-171-2/+1
* of: unittest: Remove VLA stack usageTobin C. Harding2018-03-171-4/+11
* of: unittest: local return value variable related cleanupsFrank Rowand2018-03-121-16/+6
* of: unittest: remove unneeded local return value variablesFrank Rowand2018-03-121-65/+24
* of: unittest: fix an error test in of_unittest_overlay_8()Dan Carpenter2018-03-071-2/+1
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-051-3/+3
* of: unittest: clean up changeset testFrank Rowand2018-03-051-6/+36
* Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin...Rob Herring2018-03-051-152/+148
|\
| * of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-152/+148
* | of: unittest: Add phandle remapping testStephen Boyd2018-02-121-0/+120
|/
* of/fdt: use memblock_virt_alloc for early allocRob Herring2018-01-081-3/+8
* of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven2017-12-061-1/+0
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-36/+47
|\
| * of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-171-6/+16
| * of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-171-27/+30
| * of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-171-10/+10
| * of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-161-2/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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