aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand1-2/+13
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand1-4/+17
2018-11-08of: unittest: allow base devicetree to have symbol metadataFrank Rowand1-8/+35
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand1-4/+3
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand1-0/+5
2018-11-08of: overlay: test case of two fragments adding same nodeFrank Rowand1-0/+5
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-09-27of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-8/+18
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring1-6/+6
2018-09-04of/unittest: add printf tests for node nameRob Herring1-0/+4
2018-09-04of/unittest: remove use of node name pointer in overlay high level testRob Herring1-5/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-22of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler1-4/+4
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-1/+1
2018-03-19of: unittest: fix an error code in of_unittest_apply_overlay()Dan Carpenter1-4/+2
2018-03-17of: unittest: move misplaced function declarationArnd Bergmann1-2/+1
2018-03-17of: unittest: Remove VLA stack usageTobin C. Harding1-4/+11
2018-03-12of: unittest: local return value variable related cleanupsFrank Rowand1-16/+6
2018-03-12of: unittest: remove unneeded local return value variablesFrank Rowand1-65/+24
2018-03-07of: unittest: fix an error test in of_unittest_overlay_8()Dan Carpenter1-2/+1
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand1-3/+3
2018-03-05of: unittest: clean up changeset testFrank Rowand1-6/+36
2018-03-05Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/nextRob Herring1-152/+148
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand1-152/+148
2018-02-12of: unittest: Add phandle remapping testStephen Boyd1-0/+120
2018-01-08of/fdt: use memblock_virt_alloc for early allocRob Herring1-3/+8
2017-12-06of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven1-1/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-36/+47
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-6/+16
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand1-27/+30
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand1-10/+10
2017-10-16of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd1-2/+0
2017-07-20of: overlay: add overlay unittest data for node names and symbolsFrank Rowand1-2/+8
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-28/+39
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou1-0/+58
2017-05-04of/unittest: Missing unlocks on errorDan Carpenter1-2/+6
2017-05-03of: fix uninitialized variable warning for overlay testArnd Bergmann1-1/+1
2017-04-27of: Add unit tests for applying overlaysFrank Rowand1-0/+317
2017-01-23of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin1-2/+2
2017-01-04of: drop duplicate headersGeliang Tang1-1/+0
2016-06-23of: unittest: use of_platform_default_populate() to populate default busKefeng Wang1-3/+2
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+1
2016-05-19of/unittest: Remove unnecessary module.h header inclusionJavier Martinez Canillas1-1/+0
2016-05-16drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan1-1/+1
2016-04-22of/unittest: convert to use an explicit i2c mux corePeter Rosin1-25/+12
2016-03-03of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Sergey Senozhatsky1-0/+5
2016-01-13drivers/of: Export OF changeset functionsGavin Shan1-4/+0