summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * 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