summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
Commit message (Expand)AuthorAge
* of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-10-23
* of: unittest: Add of_node_put() before returnNishka Dasgupta2019-08-27
* of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-08
* of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-02
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* of: unittest: unflatten device tree on UML when testingBrendan Higgins2019-02-28
* of: unittest: add caution to function header commentFrank Rowand2019-02-13
* of: unittest: remove report of expected errorFrank Rowand2019-02-13
* of: Use of_node_name_eq for node name comparisonsRob Herring2018-12-05
* of: unittest: initialize args before calling of_*parse_*()Frank Rowand2018-11-09
* of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-09
* of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-09
* of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-09
* of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-09
* of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-09
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-09-27
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-07
* of/unittest: add printf tests for node nameRob Herring2018-09-04
* of/unittest: remove use of node name pointer in overlay high level testRob Herring2018-09-04
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler2018-05-22
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* of: unittest: fix an error code in of_unittest_apply_overlay()Dan Carpenter2018-03-19
* of: unittest: move misplaced function declarationArnd Bergmann2018-03-17
* of: unittest: Remove VLA stack usageTobin C. Harding2018-03-17
* of: unittest: local return value variable related cleanupsFrank Rowand2018-03-12
* of: unittest: remove unneeded local return value variablesFrank Rowand2018-03-12
* of: unittest: fix an error test in of_unittest_overlay_8()Dan Carpenter2018-03-07
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-05
* of: unittest: clean up changeset testFrank Rowand2018-03-05
* Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin...Rob Herring2018-03-05
|\
| * of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-04
* | of: unittest: Add phandle remapping testStephen Boyd2018-02-12
|/
* of/fdt: use memblock_virt_alloc for early allocRob Herring2018-01-08
* of: unittest: Remove bogus overlay mutex release from overlay_data_add()Geert Uytterhoeven2017-12-06
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-14
|\
| * of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-17
| * of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-17
| * of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-17
| * of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-16
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* of: overlay: add overlay unittest data for node names and symbolsFrank Rowand2017-07-20
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-18
* vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-27
* of/unittest: Missing unlocks on errorDan Carpenter2017-05-04
* of: fix uninitialized variable warning for overlay testArnd Bergmann2017-05-03
* of: Add unit tests for applying overlaysFrank Rowand2017-04-27
* of/unittest: Swap arguments of of_unittest_apply_overlay()Alexander Sverdlin2017-01-23