| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-26 | of: Add wrappers to match root node with OF device ID tables | Krzysztof Kozlowski | 1 | -0/+47 |
| 2025-03-29 | Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
| 2025-02-25 | of: Correct property name comparison in __of_add_property() | Zijun Hu | 1 | -1/+1 |
| 2025-02-25 | of: Introduce and apply private is_pseudo_property() | Zijun Hu | 1 | -3/+1 |
| 2025-02-25 | of: Compare property names by of_prop_cmp() in of_alias_scan() | Zijun Hu | 1 | -3/+3 |
| 2025-02-07 | of: base: Add of_get_available_child_by_name() | Biju Das | 1 | -0/+27 |
| 2025-01-24 | Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -15/+10 |
| 2025-01-17 | of: Correct element count for two arrays in API of_parse_phandle_with_args_map() | Zijun Hu | 1 | -2/+2 |
| 2025-01-17 | of: Do not expose of_alias_scan() and correct its comments | Zijun Hu | 1 | -2/+1 |
| 2025-01-10 | of: Correct child specifier used as input of the 2nd nexus node | Zijun Hu | 1 | -1/+1 |
| 2024-12-22 | Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+12 |
| 2024-12-20 | of: Add coreboot firmware to excluded default cells list | Rob Herring (Arm) | 1 | -1/+2 |
| 2024-12-16 | of: Fix of_find_node_opts_by_path() handling of alias+path+options | Zijun Hu | 1 | -3/+3 |
| 2024-12-10 | of: Simplify API of_find_node_with_property() implementation | Zijun Hu | 1 | -7/+3 |
| 2024-12-03 | of: Fix error path in of_parse_phandle_with_args_map() | Herve Codina | 1 | -5/+10 |
| 2024-11-29 | of: base: Document prefix argument for of_get_next_child_with_prefix() | Chen-Yu Tsai | 1 | -0/+1 |
| 2024-11-27 | of: base: Add for_each_child_of_node_with_prefix() | Chen-Yu Tsai | 1 | -0/+35 |
| 2024-11-08 | of: WARN on deprecated #address-cells/#size-cells handling | Rob Herring (Arm) | 1 | -6/+22 |
| 2024-10-15 | of: Constify struct property pointers | Rob Herring (Arm) | 1 | -6/+6 |
| 2024-10-15 | of: Constify struct device_node function arguments | Rob Herring (Arm) | 1 | -4/+4 |
| 2024-04-15 | of: Use scope based kfree() cleanups | Rob Herring | 1 | -26/+8 |
| 2024-03-15 | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -7/+8 |
| 2024-03-15 | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-03 | of: Reimplement of_machine_is_compatible() using of_machine_compatible_match() | Christophe Leroy | 1 | -20/+1 |
| 2024-03-03 | of: Change of_machine_is_compatible() to return bool | Michael Ellerman | 1 | -3/+2 |
| 2024-03-03 | of: Add of_machine_compatible_match() | Michael Ellerman | 1 | -0/+21 |
| 2024-02-13 | of: Make explicit cpu_to_be32 conversion to mute sparse warning | Dawei Li | 1 | -2/+2 |
| 2024-01-23 | of: Add for_each_reserved_child_of_node() | Kuninori Morimoto | 1 | -0/+29 |
| 2024-01-23 | of: Add of_get_next_status_child() and makes more generic of_get_next | Kuninori Morimoto | 1 | -11/+18 |
| 2024-01-23 | of: Add __of_device_is_status() and makes more generic status check | Kuninori Morimoto | 1 | -21/+36 |
| 2024-01-09 | of: Fix double free in of_parse_phandle_with_args_map | Christian A. Ehrhardt | 1 | -0/+1 |
| 2023-08-21 | of: Refactor node and property manipulation function locking | Rob Herring | 1 | -29/+33 |
| 2023-08-21 | of: dynamic: Move dead property list check into property add/update functions | Rob Herring | 1 | -13/+24 |
| 2023-08-04 | of: Move of_platform_register_reconfig_notifier() into DT core | Rob Herring | 1 | -0/+1 |
| 2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+11 |
| 2023-04-13 | of: Move CPU node related functions to their own file | Rob Herring | 1 | -187/+0 |
| 2023-04-05 | of: Rename of_modalias_node() | Miquel Raynal | 1 | -7/+11 |
| 2023-01-05 | of: base: use strscpy() to instead of strncpy() | Xu Panda | 1 | -2/+1 |
| 2022-10-10 | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+4 |
| 2022-10-03 | of: base: Shift refcount decrement in of_find_last_cache_level() | Pierre Gondois | 1 | -1/+2 |
| 2022-09-30 | of: base: make of_device_compatible_match() accept const device node | Dmitry Torokhov | 1 | -1/+1 |
| 2022-08-22 | of: base: export of_device_compatible_match() for use in modules | Vladimir Oltean | 1 | -0/+1 |
| 2022-08-22 | of: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-08-04 | Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2022-06-28 | of: Drop duplicate 'the' in of_find_last_cache_level kerneldoc | Deming Wang | 1 | -1/+1 |
| 2022-06-27 | of: base: Avoid console probe delay when fw_devlink.strict=1 | Saravana Kannan | 1 | -0/+2 |
| 2022-03-21 | Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs" | Rob Herring | 1 | -54/+0 |
| 2022-01-20 | of: base: make small of_parse_phandle() variants static inline | Michael Walle | 1 | -122/+9 |
| 2022-01-08 | of: base: Improve argument length mismatch error | Baruch Siach | 1 | -3/+8 |
| 2022-01-08 | of: base: Fix phandle argument length mismatch error message | Baruch Siach | 1 | -2/+2 |
| 2021-12-01 | of: base: Skip CPU nodes with "fail"/"fail-..." status | Matthias Schiffer | 1 | -0/+27 |
| 2021-11-02 | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+22 |
| 2021-10-20 | of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes | Rob Herring | 1 | -0/+22 |
| 2021-10-06 | fbdev: simplefb: fix Kconfig dependencies | Arnd Bergmann | 1 | -0/+1 |
| 2021-09-01 | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+1 |
| 2021-07-15 | of: base: remove unnecessary for loop | 권오훈 | 1 | -3/+1 |
| 2021-07-12 | of: Add stub for of_add_property() | Wesley Cheng | 1 | -0/+1 |
| 2021-03-29 | of: base: Fix spelling issue with function param 'prop' | Lee Jones | 1 | -3/+3 |
| 2021-03-27 | of: Add missing 'Return' section in kerneldoc comments | Rob Herring | 1 | -18/+21 |
| 2021-03-27 | of: Fix kerneldoc output formatting | Rob Herring | 1 | -138/+137 |
| 2021-03-23 | of: base: Fix some formatting issues and provide missing descriptions | Lee Jones | 1 | -5/+11 |
| 2021-01-15 | of: base: improve error msg in of_phandle_iterator_next() | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
| 2020-09-05 | of: Export of_remove_property() to modules | Florian Fainelli | 1 | -0/+1 |
| 2020-07-28 | of/iommu: Make of_map_rid() PCI agnostic | Lorenzo Pieralisi | 1 | -21/+21 |
| 2020-02-08 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -0/+36 |
| 2020-01-02 | of: base: Add of_get_cpu_state_node() to get idle states for a CPU node | Ulf Hansson | 1 | -0/+36 |
| 2019-12-24 | of: Rework and simplify phandle cache to use a fixed size | Rob Herring | 1 | -108/+22 |
| 2019-10-08 | of: Factor out #{addr,size}-cells parsing | Robin Murphy | 1 | -10/+22 |
| 2019-09-19 | of: restore old handling of cells_name=NULL in of_*_phandle_with_args() | Uwe Kleine-König | 1 | -2/+33 |
| 2019-09-13 | of: Let of_for_each_phandle fallback to non-negative cell_count | Uwe Kleine-König | 1 | -8/+17 |
| 2019-06-06 | of: Allow the iommu-map property to omit untranslated devices | Jean-Philippe Brucker | 1 | -3/+7 |
| 2019-04-10 | of: Improve of_phandle_iterator_next() error message | Florian Fainelli | 1 | -2/+3 |
| 2018-12-21 | of: __of_detach_node() - remove node from phandle cache | Frank Rowand | 1 | -1/+30 |
| 2018-12-21 | of: of_node_get()/of_node_put() nodes held in phandle cache | Frank Rowand | 1 | -24/+46 |
| 2018-12-05 | of: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -4/+3 |
| 2018-11-27 | of: Use device_type helpers to access the node type | Rob Herring | 1 | -6/+12 |
| 2018-11-01 | Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+0 |
| 2018-11-01 | of: Fix cpu node iterator to not ignore disabled cpu nodes | Rob Herring | 1 | -2/+0 |
| 2018-10-29 | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+54 |
| 2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+45 |
| 2018-10-22 | of: Add missing exports of node name compare functions | Rob Herring | 1 | -0/+2 |
| 2018-10-15 | of: base: Change logic in of_alias_get_alias_list() | Michal Simek | 1 | -10/+12 |
| 2018-10-15 | of: base: Fix english spelling in of_alias_get_alias_list() | Michal Simek | 1 | -3/+3 |
| 2018-09-28 | Merge branch 'dt/cpu-type-rework' into dt/next | Rob Herring | 1 | -1/+42 |
| 2018-09-28 | of: use for_each_of_cpu_node iterator | Rob Herring | 1 | -1/+1 |
| 2018-09-28 | of: Support matching cpu nodes with no 'reg' property | Rob Herring | 1 | -0/+2 |
| 2018-09-28 | of: Add cpu node iterator for_each_of_cpu_node() | Rob Herring | 1 | -0/+39 |
| 2018-09-25 | iommu/of: make of_pci_map_rid() available for other devices too | Nipun Gupta | 1 | -0/+102 |
| 2018-09-20 | of: base: Introduce of_alias_get_alias_list() to check alias IDs | Michal Simek | 1 | -0/+52 |
| 2018-09-19 | Merge branch 'dt/linus' into HEAD | Rob Herring | 1 | -0/+3 |
| 2018-09-11 | of: fix phandle cache creation for DTs with no phandles | Rob Herring | 1 | -0/+3 |
| 2018-09-07 | of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC | Rob Herring | 1 | -1/+1 |
| 2018-09-07 | of: make default address and size cells sizes private | Rob Herring | 0 | -0/+0 |
| 2018-08-30 | of: add node name compare helper functions | Rob Herring | 1 | -0/+22 |
| 2018-08-29 | of: add helper to lookup compatible child node | Johan Hovold | 1 | -0/+25 |
| 2018-07-16 | of: overlay: update phandle cache on overlay apply and remove | Frank Rowand | 1 | -3/+3 |
| 2018-03-07 | of: cache phandle nodes to reduce cost of of_find_node_by_phandle() | Frank Rowand | 1 | -4/+82 |
| 2018-02-12 | of: Support parsing phandle argument lists through a nexus node | Stephen Boyd | 1 | -0/+184 |
| 2018-02-01 | Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+1 |
| 2018-01-08 | of: Use SPDX license tag for DT files | Rob Herring | 1 | -5/+1 |
| 2018-01-02 | of: Add helper for mapping device node to logical CPU number | Suzuki K Poulose | 1 | -0/+26 |
| 2017-11-20 | Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
| 2017-11-20 | of: Document exactly what of_find_node_by_name() puts | Stephen Boyd | 1 | -3/+3 |
| 2017-11-14 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -134/+1 |
| 2017-10-17 | of: overlay: remove a dependency on device node full_name | Frank Rowand | 1 | -1/+1 |
| 2017-10-16 | of: make kobject and bin_attribute support configurable | Rob Herring | 1 | -130/+0 |
| 2017-10-16 | of: fix missing kobject init for !SYSFS && OF_DYNAMIC config | Rob Herring | 1 | -3/+0 |
| 2017-10-12 | of: do not leak console options | Sergey Senozhatsky | 1 | -2/+6 |
| 2017-07-24 | of: base: use of_property_read_string() | Sergei Shtylyov | 1 | -4/+6 |
| 2017-07-24 | of: base: use of_property_read_u32() | Sergei Shtylyov | 1 | -8/+6 |
| 2017-07-18 | of: Convert to using %pOF instead of full_name | Rob Herring | 1 | -11/+11 |
| 2017-07-05 | Merge branch 'dt/property-move' into dt/next | Rob Herring | 1 | -733/+2 |
| 2017-07-05 | Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern... | Rob Herring | 1 | -0/+2 |
| 2017-06-22 | of: find_node_by_full_name rewrite to compare each level | Rob Herring | 1 | -10/+19 |
| 2017-06-22 | of: use kbasename instead of open coding | Rob Herring | 1 | -4/+1 |
| 2017-06-22 | of: be consistent in form of file mode | Frank Rowand | 1 | -1/+1 |
| 2017-06-01 | of: Move OF property and graph API from base.c to property.c | Sakari Ailus | 1 | -733/+0 |
| 2017-05-17 | of_graph: add of_graph_get_endpoint_count() | Kuninori Morimoto | 1 | -0/+12 |
| 2017-05-17 | of_graph: add of_graph_get_port_parent() | Kuninori Morimoto | 1 | -8/+22 |
| 2017-05-17 | of_graph: add of_graph_get_remote_endpoint() | Kuninori Morimoto | 1 | -2/+16 |
| 2017-05-17 | of-graph: export symbol of_phandle_iterator_init/next | Kuninori Morimoto | 1 | -0/+2 |
| 2017-05-05 | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+6 |
| 2017-05-04 | of: fix sparse warnings in of_find_next_cache_node | Rob Herring | 1 | -7/+6 |
| 2017-04-03 | drivers/of/base.c: Add of_property_read_u64_index | Alistair Popple | 1 | -0/+31 |
| 2017-02-22 | Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+40 |
| 2017-02-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+26 |
| 2017-02-15 | of: introduce of_graph_get_remote_node | Rob Herring | 1 | -0/+37 |
| 2017-02-09 | of: fix of_node leak caused in of_find_node_opts_by_path | Qi Hou | 1 | -0/+3 |
| 2017-01-17 | of: base: add support to find the level of the last cache | Sudeep Holla | 1 | -0/+26 |
| 2017-01-03 | OF: Prevent unaligned access in of_alias_scan() | Paul Burton | 1 | -1/+1 |
| 2016-12-15 | Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+6 |
| 2016-12-09 | Revert "of: base: add support to get machine model name" | Rob Herring | 1 | -32/+0 |
| 2016-12-09 | drivers/of: fix missing pr_cont()s in of_print_phandle_args | Marcin Nowakowski | 1 | -3/+6 |
| 2016-11-18 | of: base: add support to get machine model name | Sudeep Holla | 1 | -0/+32 |
| 2016-11-11 | Revert "console: don't prefer first registered if DT specifies stdout-path" | Hans de Goede | 1 | -2/+0 |
| 2016-10-07 | console: don't prefer first registered if DT specifies stdout-path | Paul Burton | 1 | -0/+2 |
| 2016-09-15 | of: Add array read functions with min/max size limits | Richard Fitzgerald | 1 | -54/+102 |
| 2016-09-15 | of: Make of_find_property_value_of_size take a length range | Richard Fitzgerald | 1 | -10/+29 |
| 2016-08-15 | of: fix reference counting in of_graph_get_endpoint_by_regs | Lucas Stach | 1 | -9/+2 |
| 2016-08-09 | of: Delete an unnecessary check before the function call "of_node_put" | Markus Elfring | 1 | -2/+1 |
| 2016-07-30 | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+22 |
| 2016-07-20 | dt: Add of_device_compatible_match() | Benjamin Herrenschmidt | 1 | -0/+22 |
| 2016-07-18 | of: use pr_fmt prefix for all console printing | Rob Herring | 1 | -4/+7 |
| 2016-06-24 | of: fix memory leak related to safe_name() | Frank Rowand | 1 | -9/+21 |
| 2016-05-20 | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -74/+135 |
| 2016-05-11 | drivers/of: Add check for null property in of_remove_property() | Suraj Jitindar Singh | 1 | -0/+3 |
| 2016-04-25 | of: document refcount incrementation of of_get_cpu_node() | Masahiro Yamada | 1 | -1/+2 |
| 2016-04-19 | of: Introduce of_phandle_iterator_args() | Joerg Roedel | 1 | -6/+23 |
| 2016-04-19 | of: Introduce of_for_each_phandle() helper macro | Joerg Roedel | 1 | -6/+1 |
| 2016-04-19 | of: Remove counting special case from __of_parse_phandle_with_args() | Joerg Roedel | 1 | -5/+14 |
| 2016-04-19 | of: Move phandle walking to of_phandle_iterator_next() | Joerg Roedel | 1 | -56/+74 |
| 2016-04-19 | of: Introduce struct of_phandle_iterator | Joerg Roedel | 1 | -39/+60 |
| 2016-03-03 | of: add 'const' for of_property_*_string*() parameter '*np' | David Rivshin | 1 | -7/+8 |
| 2015-10-30 | of: simplify arch_find_n_match_cpu_physical_id() function | Masahiro Yamada | 1 | -4/+1 |
| 2015-07-01 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2015-06-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+34 |
| 2015-06-23 | of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs | Dave Airlie | 1 | -0/+1 |
| 2015-06-22 | of: add helper for getting endpoint node of specific identifiers | Hyungwon Hwang | 1 | -0/+33 |
| 2015-06-04 | of: return NUMA_NO_NODE from fallback of_node_to_nid() | Konstantin Khlebnikov | 1 | -1/+1 |
| 2015-05-26 | drivers: of/base: move of_init to driver_init | Sudeep Holla | 1 | -5/+3 |
| 2015-04-24 | Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+26 |
| 2015-04-18 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+33 |
| 2015-04-17 | of: base: improve of_get_next_child() kernel-doc | Baruch Siach | 1 | -2/+3 |
| 2015-04-14 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+26 |
| 2015-04-14 | of: Add helper function to check MMIO register endianness | Kevin Cernekee | 1 | -0/+23 |
| 2015-03-25 | Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f... | Rob Herring | 1 | -8/+33 |
| 2015-03-19 | Revert "of: Fix premature bootconsole disable with 'stdout-path'" | Peter Hurley | 1 | -3/+1 |
| 2015-03-19 | of: handle both '/' and ':' in path strings | Brian Norris | 1 | -6/+1 |
| 2015-03-18 | of: base: add function to get highest id of an alias stem | Wolfram Sang | 1 | -0/+26 |
| 2015-03-10 | of: fix handling of '/' in options for of_find_node_by_path() | Leif Lindholm | 1 | -8/+15 |
| 2015-03-10 | of: Fix premature bootconsole disable with 'stdout-path' | Peter Hurley | 1 | -1/+3 |
| 2015-02-23 | of: Add of_graph_get_port_by_id function | Philipp Zabel | 1 | -0/+32 |
| 2015-02-23 | of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint | Philipp Zabel | 1 | -8/+1 |
| 2015-02-03 | of: EXPORT_SYMBOL_GPL of_property_read_u64_array | Sakari Ailus | 1 | -0/+1 |
| 2014-12-11 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -56/+79 |
| 2014-12-03 | of: support passing console options with stdout-path | Leif Lindholm | 1 | -2/+4 |
| 2014-12-03 | of: add optional options parameter to of_find_node_by_path() | Leif Lindholm | 1 | -4/+16 |
| 2014-11-27 | of: base, fix of_property_read_string_helper kernel-doc | Jiri Slaby | 1 | -1/+1 |
| 2014-11-18 | of: Change of_device_is_available() to return bool | Kevin Cernekee | 1 | -11/+11 |
| 2014-11-18 | of: Fix of_device_is_compatible() comment | Kevin Cernekee | 1 | -1/+1 |
| 2014-11-04 | Driver core: Unified device properties interface for platform firmware | Rafael J. Wysocki | 1 | -0/+33 |
| 2014-11-04 | of: Remove spaces before tabs | Geert Uytterhoeven | 1 | -7/+7 |
| 2014-11-04 | of: Grammar s/an/a/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-11-04 | of: Improve grammar for of_alias_scan() documentation | Geert Uytterhoeven | 1 | -5/+5 |
| 2014-11-04 | of: Correct of_phandle_args node reference in comments | Geert Uytterhoeven | 1 | -2/+2 |
| 2014-11-04 | of: Eliminate of_allnodes list | Grant Likely | 1 | -22/+31 |
| 2014-11-04 | of: Fix overflow bug in string property parsing functions | Grant Likely | 1 | -66/+22 |
| 2014-10-04 | of: Don't try to search when phandle == 0 | Grant Likely | 1 | -0/+3 |
| 2014-09-08 | of: make sure of_alias is initialized before accessing it | Laurentiu Tudor | 1 | -1/+1 |
| 2014-09-08 | of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled | Gaurav Minocha | 1 | -0/+12 |
| 2014-09-08 | of: correct of_console_check()'s return value | Brian Norris | 1 | -1/+1 |
| 2014-08-11 | Merge branch 'devicetree/next-overlay' into devicetree/next | Grant Likely | 1 | -317/+106 |
| 2014-07-23 | of: Reorder device tree changes and notifiers | Grant Likely | 1 | -12/+9 |
| 2014-07-23 | of: Move dynamic node fixups out of powerpc and into common code | Grant Likely | 1 | -2/+2 |
| 2014-07-23 | of: Make devicetree sysfs update functions consistent. | Grant Likely | 1 | -46/+50 |
| 2014-07-16 | of: Create unlocked versions of node and property add/remove functions | Pantelis Antoniou | 1 | -37/+54 |
| 2014-07-07 | of: Move CONFIG_OF_DYNAMIC code into a separate file | Grant Likely | 1 | -229/+1 |
| 2014-07-07 | of: rename of_aliases_mutex to just of_mutex | Pantelis Antoniou | 1 | -10/+9 |
| 2014-06-26 | tty: Update hypervisor tty drivers to use core stdout parsing code. | Grant Likely | 1 | -1/+4 |
| 2014-06-26 | of: Create of_console_check() for selecting a console specified in /chosen | Grant Likely | 1 | -10/+13 |