| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-01 | of: unittest: Fix device reference count leak in of_unittest_pci_node_verify | Ma Ke | 1 | -0/+1 |
| 2025-06-25 | samples: rust: platform: Add property child and reference args examples | Remo Senekowitsch | 1 | -0/+2 |
| 2025-05-09 | of: unittest: Unlock on error in unittest_data_add() | Dan Carpenter | 1 | -4/+6 |
| 2025-02-25 | of: unittest: Add a case to test if API of_irq_parse_raw() leaks refcount | Zijun Hu | 1 | -1/+23 |
| 2025-02-24 | of: unittest: Add a case to test if API of_irq_parse_one() leaks refcount | Zijun Hu | 1 | -0/+45 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+1 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 1 | -7/+1 |
| 2025-01-24 | Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+9 |
| 2025-01-17 | Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+14 |
| 2025-01-12 | of/unittest: Add test that of_address_to_resource() fails on non-translatable... | Rob Herring (Arm) | 1 | -0/+14 |
| 2024-12-22 | Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+39 |
| 2024-12-16 | of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path... | Zijun Hu | 1 | -0/+9 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -3/+3 |
| 2024-11-27 | of/unittest: Add empty dma-ranges address translation tests | Andrea della Porta | 1 | -0/+39 |
| 2024-09-24 | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
| 2024-09-09 | kbuild: split device tree build rules into scripts/Makefile.dtbs | Masahiro Yamada | 1 | -2/+2 |
| 2024-08-06 | of: unittest: Use of_property_present() | Rob Herring (Arm) | 1 | -2/+2 |
| 2024-07-08 | of: unittest: Add a test case for of_changeset_add_prop_bool() | Herve Codina | 1 | -0/+11 |
| 2024-07-08 | of: unittest: Add tests for changeset properties adding | Herve Codina | 1 | -0/+155 |
| 2024-05-20 | Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-13 | i2c: mux: Remove class argument from i2c_mux_add_adapter() | Heiner Kallweit | 1 | -1/+1 |
| 2024-04-15 | of: Add a helper to free property struct | Rob Herring | 1 | -9/+3 |
| 2024-03-15 | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -20/+7 |
| 2024-03-13 | of: unittest: Use for_each_child_of_node_scoped() | Jonathan Cameron | 1 | -8/+3 |
| 2024-03-08 | of: unittest: treat missing of_root as error instead of fixing up | Frank Rowand | 1 | -8/+4 |
| 2024-03-08 | um: Unconditionally call unflatten_device_tree() | Stephen Boyd | 1 | -4/+0 |
| 2024-01-31 | of: unittest: Fix compile in the non-dynamic case | Christian A. Ehrhardt | 1 | -3/+9 |
| 2024-01-11 | of: unittest: Fix of_count_phandle_with_args() expected value message | Geert Uytterhoeven | 1 | -1/+1 |
| 2024-01-09 | of: Fix double free in of_parse_phandle_with_args_map | Christian A. Ehrhardt | 1 | -31/+43 |
| 2023-10-27 | of: unittest: Add tests for address translations | Herve Codina | 1 | -0/+77 |
| 2023-08-28 | of: unittest: Fix of_unittest_pci_node() kconfig dependencies | Rob Herring | 1 | -9/+7 |
| 2023-08-23 | of: overlay: unittest: Add test for unresolved symbol | Geert Uytterhoeven | 1 | -0/+17 |
| 2023-08-23 | of: unittest: Add separators to of_unittest_overlay_high_level() | Geert Uytterhoeven | 1 | -0/+10 |
| 2023-08-23 | of: unittest: Cleanup partially-applied overlays | Geert Uytterhoeven | 1 | -48/+84 |
| 2023-08-23 | of: unittest: Merge of_unittest_apply{,_revert}_overlay_check() | Geert Uytterhoeven | 1 | -27/+18 |
| 2023-08-23 | of: unittest: Improve messages and comments in apply/revert checks | Geert Uytterhoeven | 1 | -4/+6 |
| 2023-08-23 | of: unittest: Restore indentation in overlay_bad_add_dup_prop test | Geert Uytterhoeven | 1 | -3/+3 |
| 2023-08-23 | of: unittest: Fix overlay type in apply/revert check | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-08-23 | of: unittest: Check tree matches original after reverting a changeset | Rob Herring | 1 | -0/+13 |
| 2023-08-23 | of: unittest: Run overlay apply/revert sequence three times | Geert Uytterhoeven | 1 | -1/+3 |
| 2023-08-22 | of: unittest: Add pci_dt_testdrv pci driver | Lizhi Hou | 1 | -0/+189 |
| 2023-08-22 | of: overlay: Extend of_overlay_fdt_apply() to specify the target node | Lizhi Hou | 1 | -1/+2 |
| 2023-08-22 | of: dynamic: Add interfaces for creating device node dynamically | Lizhi Hou | 1 | -1/+18 |
| 2023-08-21 | Merge branch 'dt/linus' into dt/next | Rob Herring | 1 | -2/+2 |
| 2023-08-21 | of: unittest: Fix EXPECT for parse_phandle_with_args_map() test | Rob Herring | 1 | -2/+2 |
| 2023-08-10 | of: unittest: Remove redundant of_match_ptr() | Ruan Jinjie | 1 | -3/+3 |
| 2023-07-27 | of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() | Ruan Jinjie | 1 | -4/+6 |
| 2023-06-29 | Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2023-06-23 | of: unittest: drop assertions for GPIO hog messages | Bartosz Golaszewski | 1 | -28/+0 |
| 2023-06-12 | of: unittest: Switch i2c driver back to use .probe() | Uwe Kleine-König | 1 | -2/+2 |
| 2023-06-07 | gpiolib: demote the hogging log messages to debug | Bartosz Golaszewski | 1 | -8/+8 |
| 2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+150 |
| 2023-04-13 | of/address: Add of_property_read_reg() helper | Rob Herring | 1 | -0/+22 |
| 2023-04-13 | of/address: Add of_range_count() helper | Rob Herring | 1 | -1/+6 |
| 2023-04-13 | of/address: Add support for 3 address cell bus | Rob Herring | 1 | -1/+57 |
| 2023-04-13 | of/address: Add of_range_to_resource() helper | Rob Herring | 1 | -1/+15 |
| 2023-04-13 | of: unittest: Add bus address range parsing tests | Rob Herring | 1 | -0/+53 |
| 2023-03-20 | of: unittest: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -11/+6 |
| 2023-03-20 | of: unittest: Drop if blocks with always false condition | Uwe Kleine-König | 1 | -3/+0 |
| 2023-03-20 | of: unittest: Drop call to platform_set_drvdata(..., NULL) | Uwe Kleine-König | 1 | -1/+0 |
| 2023-02-20 | of: unittest: add node lifecycle tests | Frank Rowand | 1 | -2/+148 |
| 2022-12-06 | of: unittest: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -6/+4 |
| 2022-10-26 | of: overlay: rename overlay source files from .dts to .dtso | Frank Rowand | 1 | -24/+24 |
| 2022-10-10 | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+4 |
| 2022-08-25 | of: unittest: taint the kernel when of unittest runs | Frank Rowand | 1 | -0/+3 |
| 2022-08-22 | of: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-07-11 | of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe() | Andy Shevchenko | 1 | -7/+6 |
| 2022-07-11 | of: unittest: Switch to use fwnode instead of of_node | Andy Shevchenko | 1 | -2/+2 |
| 2022-05-03 | of: overlay: do not free changeset when of_overlay_apply returns error | Frank Rowand | 1 | -2/+8 |
| 2022-05-03 | of: overlay: unittest: add tests for overlay notifiers | Frank Rowand | 1 | -0/+195 |
| 2022-03-08 | Merge branch 'dt/linus' into dt/next | Rob Herring | 1 | -8/+8 |
| 2022-02-15 | of: unittest: print pass messages at PR_INFO level | Frank Rowand | 1 | -1/+1 |
| 2022-01-31 | of: unittest: update text of expected warnings | Frank Rowand | 1 | -8/+8 |
| 2022-01-08 | of: unittest: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2022-01-04 | of: unittest: re-implement overlay tracking | Frank Rowand | 1 | -61/+49 |
| 2022-01-04 | of: unittest: change references to obsolete overlay id | Frank Rowand | 1 | -27/+27 |
| 2021-12-15 | of: unittest: 64 bit dma address test requires arch support | Frank Rowand | 1 | -2/+3 |
| 2021-12-15 | of: unittest: fix warning on PowerPC frame size warning | Jim Quinlan | 1 | -4/+12 |
| 2021-11-01 | of: unittest: document intentional interrupt-map provider build warning | Frank Rowand | 1 | -0/+6 |
| 2021-11-01 | of: unittest: fix EXPECT text for gpio hog errors | Frank Rowand | 1 | -8/+8 |
| 2021-10-20 | of/unittest: Add of_node_put() before return | Wan Jiabing | 1 | -0/+2 |
| 2021-06-04 | of: unittest: Use DEFINE_RES_MEM() to simplify code | Zhen Lei | 1 | -5/+1 |
| 2021-04-08 | of: unittest: overlay: ensure proper alignment of copied FDT | Frank Rowand | 1 | -2/+7 |
| 2021-04-07 | of: properly check for error returned by fdt_get_name() | Frank Rowand | 1 | -5/+10 |
| 2021-02-12 | of: Remove of_dev_{get,put}() | Rob Herring | 1 | -1/+1 |
| 2020-12-02 | of: unittest: Fix build on architectures without CONFIG_OF_ADDRESS | Catalin Marinas | 1 | -0/+3 |
| 2020-11-20 | of: unittest: Add test for of_dma_get_max_cpu_address() | Nicolas Saenz Julienne | 1 | -0/+18 |
| 2020-09-17 | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 1 | -10/+24 |
| 2020-08-03 | of: unittest: Use bigger address cells to catch parser regressions | Nicolas Saenz Julienne | 1 | -1/+1 |
| 2020-04-17 | of: unittest: kmemleak in duplicate property update | Frank Rowand | 1 | -6/+6 |
| 2020-04-17 | of: unittest: kmemleak in of_unittest_overlay_high_level() | Frank Rowand | 1 | -1/+4 |
| 2020-04-17 | of: unittest: kmemleak in of_unittest_platform_populate() | Frank Rowand | 1 | -2/+5 |
| 2020-04-17 | of: unittest: kmemleak on changeset destroy | Frank Rowand | 1 | -0/+4 |
| 2020-03-31 | of: some unittest overlays not untracked | Frank Rowand | 1 | -7/+23 |
| 2020-03-31 | of: gpio unittest kfree() wrong object | Frank Rowand | 1 | -1/+1 |
| 2020-03-02 | of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIO | Frank Rowand | 1 | -227/+238 |
| 2020-02-26 | of: unittest: annotate warnings triggered by unittest | Frank Rowand | 1 | -30/+345 |
| 2020-02-26 | of: unittest: add overlay gpio test to catch gpio hog problem | Frank Rowand | 1 | -0/+253 |
| 2019-11-26 | of: unittest: fix memory leak in attach_node_and_children | Erhard Furtner | 1 | -1/+3 |
| 2019-10-25 | Merge branch 'dt/linus' into dt/next | Rob Herring | 1 | -0/+1 |
| 2019-10-23 | of: unittest: fix memory leak in unittest_data_add | Navid Emamdoost | 1 | -0/+1 |
| 2019-10-08 | of/unittest: Add dma-ranges address translation tests | Rob Herring | 1 | -0/+92 |
| 2019-08-27 | of: unittest: Add of_node_put() before return | Nishka Dasgupta | 1 | -1/+3 |
| 2019-07-08 | of: unittest: simplify getting the adapter of a client | Wolfram Sang | 1 | -1/+1 |
| 2019-05-02 | of: unittest: Remove error printing on OOM | Geert Uytterhoeven | 1 | -9/+4 |
| 2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -1/+7 |
| 2019-02-28 | of: unittest: unflatten device tree on UML when testing | Brendan Higgins | 1 | -0/+4 |
| 2019-02-13 | of: unittest: add caution to function header comment | Frank Rowand | 1 | -1/+5 |
| 2019-02-13 | of: unittest: remove report of expected error | Frank Rowand | 1 | -1/+4 |
| 2018-12-05 | of: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -2/+2 |
| 2018-11-08 | of: unittest: initialize args before calling of_*parse_*() | Frank Rowand | 1 | -2/+13 |
| 2018-11-08 | of: unittest: find overlays[] entry by name instead of index | Frank Rowand | 1 | -4/+17 |
| 2018-11-08 | of: unittest: allow base devicetree to have symbol metadata | Frank Rowand | 1 | -8/+35 |
| 2018-11-08 | of: unittest: remove unused of_unittest_apply_overlay() argument | Frank Rowand | 1 | -4/+3 |
| 2018-11-08 | of: overlay: check prevents multiple fragments touching same property | Frank Rowand | 1 | -0/+5 |
| 2018-11-08 | of: overlay: test case of two fragments adding same node | Frank Rowand | 1 | -0/+5 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -1/+1 |
| 2018-09-27 | of: unittest: Disable interrupt node tests for old world MAC systems | Guenter Roeck | 1 | -8/+18 |
| 2018-09-07 | of: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -6/+6 |
| 2018-09-04 | of/unittest: add printf tests for node name | Rob Herring | 1 | -0/+4 |
| 2018-09-04 | of/unittest: remove use of node name pointer in overlay high level test | Rob Herring | 1 | -5/+8 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-05-22 | of: unittest: for strings, account for trailing \0 in property length field | Stefan M Schaeckeler | 1 | -4/+4 |
| 2018-04-11 | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps | Andrei Vagin | 1 | -1/+1 |
| 2018-03-19 | of: unittest: fix an error code in of_unittest_apply_overlay() | Dan Carpenter | 1 | -4/+2 |
| 2018-03-17 | of: unittest: move misplaced function declaration | Arnd Bergmann | 1 | -2/+1 |
| 2018-03-17 | of: unittest: Remove VLA stack usage | Tobin C. Harding | 1 | -4/+11 |
| 2018-03-12 | of: unittest: local return value variable related cleanups | Frank Rowand | 1 | -16/+6 |
| 2018-03-12 | of: unittest: remove unneeded local return value variables | Frank Rowand | 1 | -65/+24 |
| 2018-03-07 | of: unittest: fix an error test in of_unittest_overlay_8() | Dan Carpenter | 1 | -2/+1 |
| 2018-03-05 | of: overlay: do not include path in full_name of added nodes | Frank Rowand | 1 | -3/+3 |
| 2018-03-05 | of: unittest: clean up changeset test | Frank Rowand | 1 | -6/+36 |
| 2018-03-05 | Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin... | Rob Herring | 1 | -152/+148 |
| 2018-03-04 | of: change overlay apply input data from unflattened to FDT | Frank Rowand | 1 | -152/+148 |
| 2018-02-12 | of: unittest: Add phandle remapping test | Stephen Boyd | 1 | -0/+120 |
| 2018-01-08 | of/fdt: use memblock_virt_alloc for early alloc | Rob Herring | 1 | -3/+8 |
| 2017-12-06 | of: unittest: Remove bogus overlay mutex release from overlay_data_add() | Geert Uytterhoeven | 1 | -1/+0 |
| 2017-11-14 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -36/+47 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-17 | of: overlay: avoid race condition between applying multiple overlays | Frank Rowand | 1 | -6/+16 |
| 2017-10-17 | of: overlay: detect cases where device tree may become corrupt | Frank Rowand | 1 | -27/+30 |
| 2017-10-17 | of: overlay: rename identifiers to more reflect what they do | Frank Rowand | 1 | -10/+10 |
| 2017-10-16 | of: unittest: Remove redundant OF_DETACHED flag setting | Stephen Boyd | 1 | -2/+0 |
| 2017-07-20 | of: overlay: add overlay unittest data for node names and symbols | Frank Rowand | 1 | -2/+8 |
| 2017-07-18 | of: Convert to using %pOF instead of full_name | Rob Herring | 1 | -28/+39 |
| 2017-06-27 | vsprintf: Add %p extension "%pOF" for device tree | Pantelis Antoniou | 1 | -0/+58 |
| 2017-05-04 | of/unittest: Missing unlocks on error | Dan Carpenter | 1 | -2/+6 |
| 2017-05-03 | of: fix uninitialized variable warning for overlay test | Arnd Bergmann | 1 | -1/+1 |
| 2017-04-27 | of: Add unit tests for applying overlays | Frank Rowand | 1 | -0/+317 |
| 2017-01-23 | of/unittest: Swap arguments of of_unittest_apply_overlay() | Alexander Sverdlin | 1 | -2/+2 |
| 2017-01-04 | of: drop duplicate headers | Geliang Tang | 1 | -1/+0 |
| 2016-06-23 | of: unittest: use of_platform_default_populate() to populate default bus | Kefeng Wang | 1 | -3/+2 |
| 2016-05-20 | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2016-05-19 | of/unittest: Remove unnecessary module.h header inclusion | Javier Martinez Canillas | 1 | -1/+0 |
| 2016-05-16 | drivers/of: Specify parent node in of_fdt_unflatten_tree() | Gavin Shan | 1 | -1/+1 |
| 2016-04-22 | of/unittest: convert to use an explicit i2c mux core | Peter Rosin | 1 | -25/+12 |
| 2016-03-03 | of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() | Sergey Senozhatsky | 1 | -0/+5 |
| 2016-01-13 | drivers/of: Export OF changeset functions | Gavin Shan | 1 | -4/+0 |
| 2016-01-05 | of/unittest: Show broken behaviour in the platform bus | Grant Likely | 1 | -0/+14 |
| 2015-10-22 | of/unittest: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
| 2015-07-27 | of: Drop owner assignment from platform and i2c driver | Krzysztof Kozlowski | 1 | -3/+0 |
| 2015-04-24 | Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+62 |
| 2015-04-14 | of: unittest: overlay: Keep track of created overlays | Pantelis Antoniou | 1 | -0/+62 |
| 2015-03-29 | Merge remote-tracking branch 'robh/for-next' into devicetree/next | Grant Likely | 1 | -354/+354 |
| 2015-03-29 | of/unittest: Fix of_platform_depopulate test case | Grant Likely | 1 | -7/+9 |
| 2015-03-29 | of/unittest: early return from test skips tests | Frank Rowand | 1 | -4/+6 |
| 2015-03-29 | of/unittest: breadcrumbs to reduce pain of future maintainers | Frank Rowand | 1 | -0/+4 |
| 2015-03-29 | of/unittest: reduce checkpatch noise - line after declarations | Frank Rowand | 1 | -0/+5 |
| 2015-03-29 | of/unittest: typo in error string | Frank Rowand | 1 | -2/+3 |
| 2015-03-29 | of/unittest: add const where needed | Frank Rowand | 1 | -4/+4 |
| 2015-03-25 | of/unittest: replace 'selftest' with 'unittest' | Wang Long | 1 | -354/+354 |
| 2015-03-19 | of: unittest: Add option string test case with longer path | Brian Norris | 1 | -0/+5 |
| 2015-03-10 | of: unittest: Add options string testcase variants | Peter Hurley | 1 | -0/+11 |
| 2015-03-10 | of/unittest: Fix the wrong expected value in of_selftest_property_string | Wang Long | 1 | -2/+2 |
| 2015-03-10 | of/unittest: remove the duplicate of_changeset_init | Wang Long | 1 | -1/+0 |
| 2015-03-10 | of: unittest: fix I2C dependency | Arnd Bergmann | 1 | -6/+6 |
| 2015-02-11 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 1 | -15/+0 |
| 2015-02-04 | of: unitest: Add I2C overlay unit tests. | Pantelis Antoniou | 1 | -50/+462 |
| 2015-02-04 | Merge tag 'v3.19-rc6' into HEAD | Rob Herring | 1 | -0/+39 |
| 2015-01-23 | of/unittest: Overlays with sub-devices tests | Pantelis Antoniou | 1 | -0/+39 |
| 2015-01-22 | of/unittest: Remove obsolete code | Grant Likely | 1 | -15/+0 |
| 2015-01-13 | Removes OF_UNITTEST dependency on OF_DYNAMIC config symbol | Gaurav Minocha | 1 | -58/+12 |
| 2014-12-03 | of: Delete unnecessary check before calling "of_node_put()" | Markus Elfring | 1 | -2/+1 |
| 2014-12-03 | of: add optional options parameter to of_find_node_by_path() | Leif Lindholm | 1 | -0/+30 |
| 2014-11-27 | of: Remove unneeded and incorrect MODULE_DEVICE_TABLE | Grant Likely | 1 | -1/+0 |
| 2014-11-24 | of/overlay: Add overlay unittests | Pantelis Antoniou | 1 | -0/+481 |
| 2014-11-24 | of: Refactor __of_node_alloc() into __of_node_dup() | Grant Likely | 1 | -4/+10 |
| 2014-11-24 | of: Use vargs in __of_node_alloc | Grant Likely | 1 | -3/+3 |
| 2014-11-24 | Merge tag 'v3.18-rc6' into devicetree/next | Grant Likely | 1 | -3/+8 |
| 2014-11-04 | of/unittest: Rename selftest.c to unittest.c | Grant Likely | 1 | -0/+969 |