aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-10/+24
2020-08-03of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne1-1/+1
2020-04-17of: unittest: kmemleak in duplicate property updateFrank Rowand1-6/+6
2020-04-17of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-17of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-17of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-03-31of: some unittest overlays not untrackedFrank Rowand1-7/+23
2020-03-31of: gpio unittest kfree() wrong objectFrank Rowand1-1/+1
2020-03-02of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIOFrank Rowand1-227/+238
2020-02-26of: unittest: annotate warnings triggered by unittestFrank Rowand1-30/+345
2020-02-26of: unittest: add overlay gpio test to catch gpio hog problemFrank Rowand1-0/+253
2019-11-26of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-10-25Merge branch 'dt/linus' into dt/nextRob Herring1-0/+1
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-10-08of/unittest: Add dma-ranges address translation testsRob Herring1-0/+92
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-07-08of: unittest: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-02of: unittest: Remove error printing on OOMGeert Uytterhoeven1-9/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-1/+7
2019-02-28of: unittest: unflatten device tree on UML when testingBrendan Higgins1-0/+4
2019-02-13of: unittest: add caution to function header commentFrank Rowand1-1/+5
2019-02-13of: unittest: remove report of expected errorFrank Rowand1-1/+4
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