| Commit message (Expand) | Author | Age | Files | Lines |
* | of: unittest: Fix compile in the non-dynamic case | Christian A. Ehrhardt | 2024-01-31 | 1 | -3/+9 |
* | of: unittest: Fix of_count_phandle_with_args() expected value message | Geert Uytterhoeven | 2024-01-11 | 1 | -1/+1 |
* | of: Fix double free in of_parse_phandle_with_args_map | Christian A. Ehrhardt | 2024-01-09 | 1 | -31/+43 |
* | of: unittest: Add tests for address translations | Herve Codina | 2023-10-27 | 1 | -0/+77 |
* | of: unittest: Fix of_unittest_pci_node() kconfig dependencies | Rob Herring | 2023-08-28 | 1 | -9/+7 |
* | of: overlay: unittest: Add test for unresolved symbol | Geert Uytterhoeven | 2023-08-24 | 1 | -0/+17 |
* | of: unittest: Add separators to of_unittest_overlay_high_level() | Geert Uytterhoeven | 2023-08-24 | 1 | -0/+10 |
* | of: unittest: Cleanup partially-applied overlays | Geert Uytterhoeven | 2023-08-24 | 1 | -48/+84 |
* | of: unittest: Merge of_unittest_apply{,_revert}_overlay_check() | Geert Uytterhoeven | 2023-08-24 | 1 | -27/+18 |
* | of: unittest: Improve messages and comments in apply/revert checks | Geert Uytterhoeven | 2023-08-24 | 1 | -4/+6 |
* | of: unittest: Restore indentation in overlay_bad_add_dup_prop test | Geert Uytterhoeven | 2023-08-24 | 1 | -3/+3 |
* | of: unittest: Fix overlay type in apply/revert check | Geert Uytterhoeven | 2023-08-24 | 1 | -1/+1 |
* | of: unittest: Check tree matches original after reverting a changeset | Rob Herring | 2023-08-24 | 1 | -0/+13 |
* | of: unittest: Run overlay apply/revert sequence three times | Geert Uytterhoeven | 2023-08-23 | 1 | -1/+3 |
* | of: unittest: Add pci_dt_testdrv pci driver | Lizhi Hou | 2023-08-22 | 1 | -0/+189 |
* | of: overlay: Extend of_overlay_fdt_apply() to specify the target node | Lizhi Hou | 2023-08-22 | 1 | -1/+2 |
* | of: dynamic: Add interfaces for creating device node dynamically | Lizhi Hou | 2023-08-22 | 1 | -1/+18 |
* | Merge branch 'dt/linus' into dt/next | Rob Herring | 2023-08-22 | 1 | -2/+2 |
|\ |
|
| * | of: unittest: Fix EXPECT for parse_phandle_with_args_map() test | Rob Herring | 2023-08-21 | 1 | -2/+2 |
* | | of: unittest: Remove redundant of_match_ptr() | Ruan Jinjie | 2023-08-11 | 1 | -3/+3 |
* | | of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() | Ruan Jinjie | 2023-07-27 | 1 | -4/+6 |
|/ |
|
* | Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-06-29 | 1 | -2/+2 |
|\ |
|
| * | of: unittest: Switch i2c driver back to use .probe() | Uwe Kleine-König | 2023-06-12 | 1 | -2/+2 |
* | | of: unittest: drop assertions for GPIO hog messages | Bartosz Golaszewski | 2023-06-23 | 1 | -28/+0 |
* | | gpiolib: demote the hogging log messages to debug | Bartosz Golaszewski | 2023-06-07 | 1 | -8/+8 |
|/ |
|
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-04-27 | 1 | -0/+150 |
|\ |
|
| * | of/address: Add of_property_read_reg() helper | Rob Herring | 2023-04-14 | 1 | -0/+22 |
| * | of/address: Add of_range_count() helper | Rob Herring | 2023-04-14 | 1 | -1/+6 |
| * | of/address: Add support for 3 address cell bus | Rob Herring | 2023-04-14 | 1 | -1/+57 |
| * | of/address: Add of_range_to_resource() helper | Rob Herring | 2023-04-14 | 1 | -1/+15 |
| * | of: unittest: Add bus address range parsing tests | Rob Herring | 2023-04-14 | 1 | -0/+53 |
* | | of: unittest: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -11/+6 |
* | | of: unittest: Drop if blocks with always false condition | Uwe Kleine-König | 2023-03-20 | 1 | -3/+0 |
* | | of: unittest: Drop call to platform_set_drvdata(..., NULL) | Uwe Kleine-König | 2023-03-20 | 1 | -1/+0 |
|/ |
|
* | of: unittest: add node lifecycle tests | Frank Rowand | 2023-02-20 | 1 | -2/+148 |
* | of: unittest: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-06 | 1 | -6/+4 |
* | of: overlay: rename overlay source files from .dts to .dtso | Frank Rowand | 2022-10-26 | 1 | -24/+24 |
* | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-10 | 1 | -1/+4 |
|\ |
|
| * | of: unittest: taint the kernel when of unittest runs | Frank Rowand | 2022-08-25 | 1 | -0/+3 |
| * | of: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-22 | 1 | -1/+1 |
* | | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -4/+2 |
|/ |
|
* | of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe() | Andy Shevchenko | 2022-07-12 | 1 | -7/+6 |
* | of: unittest: Switch to use fwnode instead of of_node | Andy Shevchenko | 2022-07-12 | 1 | -2/+2 |
* | of: overlay: do not free changeset when of_overlay_apply returns error | Frank Rowand | 2022-05-03 | 1 | -2/+8 |
* | of: overlay: unittest: add tests for overlay notifiers | Frank Rowand | 2022-05-03 | 1 | -0/+195 |
* | Merge branch 'dt/linus' into dt/next | Rob Herring | 2022-03-08 | 1 | -8/+8 |
|\ |
|
| * | of: unittest: update text of expected warnings | Frank Rowand | 2022-01-31 | 1 | -8/+8 |
* | | of: unittest: print pass messages at PR_INFO level | Frank Rowand | 2022-02-15 | 1 | -1/+1 |
|/ |
|
* | of: unittest: remove unneeded semicolon | Yang Li | 2022-01-08 | 1 | -1/+1 |
* | of: unittest: re-implement overlay tracking | Frank Rowand | 2022-01-05 | 1 | -61/+49 |