summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: Remove of_dev_{get,put}()Rob Herring2021-02-121-1/+1
* of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas2020-12-021-0/+3
* of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-201-0/+18
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-10/+24
* of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne2020-08-031-1/+1
* of: unittest: kmemleak in duplicate property updateFrank Rowand2020-04-171-6/+6
* of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand2020-04-171-1/+4
* of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand2020-04-171-2/+5
* of: unittest: kmemleak on changeset destroyFrank Rowand2020-04-171-0/+4
* of: some unittest overlays not untrackedFrank Rowand2020-03-311-7/+23
* of: gpio unittest kfree() wrong objectFrank Rowand2020-03-311-1/+1
* of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIOFrank Rowand2020-03-021-227/+238
* of: unittest: annotate warnings triggered by unittestFrank Rowand2020-02-261-30/+345
* of: unittest: add overlay gpio test to catch gpio hog problemFrank Rowand2020-02-261-0/+253
* of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner2019-11-261-1/+3
* Merge branch 'dt/linus' into dt/nextRob Herring2019-10-251-0/+1
|\
| * of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-10-231-0/+1
* | of/unittest: Add dma-ranges address translation testsRob Herring2019-10-081-0/+92
|/
* of: unittest: Add of_node_put() before returnNishka Dasgupta2019-08-271-1/+3
* of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-081-1/+1
* of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-021-9/+4
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-1/+7
* of: unittest: unflatten device tree on UML when testingBrendan Higgins2019-02-281-0/+4
* of: unittest: add caution to function header commentFrank Rowand2019-02-131-1/+5
* of: unittest: remove report of expected errorFrank Rowand2019-02-131-1/+4
* of: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-2/+2
* of: unittest: initialize args before calling of_*parse_*()Frank Rowand2018-11-081-2/+13
* of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-081-4/+17
* of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-081-8/+35
* of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-081-4/+3
* of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-081-0/+5
* of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-081-0/+5
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-09-271-8/+18
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-6/+6
* of/unittest: add printf tests for node nameRob Herring2018-09-041-0/+4
* of/unittest: remove use of node name pointer in overlay high level testRob Herring2018-09-041-5/+8
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* 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
|\