summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAgeFilesLines
* of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-091-1/+1
* of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-021-9/+4Star
* 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-091-2/+13
* of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-091-4/+17
* of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-091-8/+35
* of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-091-4/+3Star
* of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-091-0/+5
* of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-091-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-131-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-201-4/+2Star
* of: unittest: move misplaced function declarationArnd Bergmann2018-03-181-2/+1Star
* of: unittest: Remove VLA stack usageTobin C. Harding2018-03-181-4/+11
* of: unittest: local return value variable related cleanupsFrank Rowand2018-03-121-16/+6Star
* of: unittest: remove unneeded local return value variablesFrank Rowand2018-03-121-65/+24Star
* of: unittest: fix an error test in of_unittest_overlay_8()Dan Carpenter2018-03-081-2/+1Star
* 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/+148Star
|\
| * of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-152/+148Star
* | 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/+0Star
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-151-36/+47
|\
| * of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-181-6/+16
| * of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-181-27/+30
| * of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-181-10/+10
| * of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-161-2/+0Star
* | 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-191-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-281-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/+0Star
* of: unittest: use of_platform_default_populate() to populate default busKefeng Wang2016-06-231-3/+2Star