Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
542802613b9f731302d161ffcffad95e73733a9b
/
drivers
/
of
/
base.c
5801169
of: __of_detach_node() - remove node from phandle cache
by Frank Rowand
· 6 years ago
b8a9ac1
of: of_node_get()/of_node_put() nodes held in phandle cache
by Frank Rowand
· 6 years ago
b3e46d1
of: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
e8b1dee2
of: Use device_type helpers to access the node type
by Rob Herring
· 6 years ago
34c7685
Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
c961cb3
of: Fix cpu node iterator to not ignore disabled cpu nodes
by Rob Herring
· 6 years ago
5bd4af3
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
b27186a
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
173ee39
of: Add missing exports of node name compare functions
by Rob Herring
· 6 years ago
59eaeba
of: base: Change logic in of_alias_get_alias_list()
by Michal Simek
· 6 years ago
7acf79b
of: base: Fix english spelling in of_alias_get_alias_list()
by Michal Simek
· 6 years ago
389d0a8
Merge branch 'dt/cpu-type-rework' into dt/next
by Rob Herring
· 6 years ago
651d44f
of: use for_each_of_cpu_node iterator
by Rob Herring
· 6 years ago
6487c15
of: Support matching cpu nodes with no 'reg' property
by Rob Herring
· 6 years ago
f1f207e
of: Add cpu node iterator for_each_of_cpu_node()
by Rob Herring
· 6 years ago
2a6db71
iommu/of: make of_pci_map_rid() available for other devices too
by Nipun Gupta
· 6 years ago
b1078c3
of: base: Introduce of_alias_get_alias_list() to check alias IDs
by Michal Simek
· 6 years ago
362ce2b
Merge branch 'dt/linus' into HEAD
by Rob Herring
· 6 years ago
e54192b
of: fix phandle cache creation for DTs with no phandles
by Rob Herring
· 6 years ago
f6707fd
of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC
by Rob Herring
· 6 years ago
f42b0e18
of: add node name compare helper functions
by Rob Herring
· 6 years ago
36156f9
of: add helper to lookup compatible child node
by Johan Hovold
· 6 years ago
b9952b5
of: overlay: update phandle cache on overlay apply and remove
by Frank Rowand
· 7 years ago
0b3ce78
of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
by Frank Rowand
· 7 years ago
bd6f2fd
of: Support parsing phandle argument lists through a nexus node
by Stephen Boyd
· 7 years ago
2bed266
Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
af6074f
of: Use SPDX license tag for DT files
by Rob Herring
· 7 years ago
a0e71cd
of: Add helper for mapping device node to logical CPU number
by Suzuki K Poulose
· 7 years ago
c633e89
Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
02a876b
of: Document exactly what of_find_node_by_name() puts
by Stephen Boyd
· 7 years ago
37cb8e1
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
e0a58f3
of: overlay: remove a dependency on device node full_name
by Frank Rowand
· 7 years ago
b56b552
of: make kobject and bin_attribute support configurable
by Rob Herring
· 7 years ago
bd82bbf
of: fix missing kobject init for !SYSFS && OF_DYNAMIC config
by Rob Herring
· 7 years ago
db179e0
of: do not leak console options
by Sergey Senozhatsky
· 7 years ago
b0d9d92
of: base: use of_property_read_string()
by Sergei Shtylyov
· 8 years ago
8832963
of: base: use of_property_read_u32()
by Sergei Shtylyov
· 8 years ago
0d638a0
of: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
a4485b5
Merge branch 'dt/property-move' into dt/next
by Rob Herring
· 8 years ago
b8ba92b
Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-move
by Rob Herring
· 8 years ago
27497e1
of: find_node_by_full_name rewrite to compare each level
by Rob Herring
· 8 years ago
95e6b1f
of: use kbasename instead of open coding
by Rob Herring
· 8 years ago
7ace5f4
of: be consistent in form of file mode
by Frank Rowand
· 8 years ago
1df09bc
of: Move OF property and graph API from base.c to property.c
by Sakari Ailus
· 8 years ago
ac1e695
of_graph: add of_graph_get_endpoint_count()
by Kuninori Morimoto
· 8 years ago
0ef472a
of_graph: add of_graph_get_port_parent()
by Kuninori Morimoto
· 8 years ago
4c9c3d5
of_graph: add of_graph_get_remote_endpoint()
by Kuninori Morimoto
· 8 years ago
00bab23
of-graph: export symbol of_phandle_iterator_init/next
by Kuninori Morimoto
· 8 years ago
3ef2bc0
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
91d9674
of: fix sparse warnings in of_find_next_cache_node
by Rob Herring
· 8 years ago
2475a2b
drivers/of/base.c: Add of_property_read_u64_index
by Alistair Popple
· 8 years ago
be5165a
Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
ca78d31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
b85ad49
of: introduce of_graph_get_remote_node
by Rob Herring
· 8 years ago
0549bde
of: fix of_node leak caused in of_find_node_opts_by_path
by Qi Hou
· 8 years ago
5fa2353
of: base: add support to find the level of the last cache
by Sudeep Holla
· 8 years ago
de96ec2
OF: Prevent unaligned access in of_alias_scan()
by Paul Burton
· 8 years ago
6df8b74
Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
0a8b13e
Revert "of: base: add support to get machine model name"
by Rob Herring
· 8 years ago
4aa6634
drivers/of: fix missing pr_cont()s in of_print_phandle_args
by Marcin Nowakowski
· 8 years ago
e526979
of: base: add support to get machine model name
by Sudeep Holla
· 8 years ago
c6c7d83
Revert "console: don't prefer first registered if DT specifies stdout-path"
by Hans de Goede
· 8 years ago
05fd007
console: don't prefer first registered if DT specifies stdout-path
by Paul Burton
· 8 years ago
a67e947
of: Add array read functions with min/max size limits
by Richard Fitzgerald
· 8 years ago
79ac5d3
of: Make of_find_property_value_of_size take a length range
by Richard Fitzgerald
· 8 years ago
34276bb
of: fix reference counting in of_graph_get_endpoint_by_regs
by Lucas Stach
· 8 years ago
beab47d
of: Delete an unnecessary check before the function call "of_node_put"
by Markus Elfring
· 9 years ago
bad60e6
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
b9c13fe3
dt: Add of_device_compatible_match()
by Benjamin Herrenschmidt
· 9 years ago
606ad42
of: use pr_fmt prefix for all console printing
by Rob Herring
· 9 years ago
d9fc880
of: fix memory leak related to safe_name()
by Frank Rowand
· 9 years ago
e7f44b6
Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
201b3fe
drivers/of: Add check for null property in of_remove_property()
by Suraj Jitindar Singh
· 9 years ago
1c986e3
of: document refcount incrementation of of_get_cpu_node()
by Masahiro Yamada
· 9 years ago
abdaa77
of: Introduce of_phandle_iterator_args()
by Joerg Roedel
· 9 years ago
f623ce9
of: Introduce of_for_each_phandle() helper macro
by Joerg Roedel
· 9 years ago
2021bd0
of: Remove counting special case from __of_parse_phandle_with_args()
by Joerg Roedel
· 9 years ago
cd209b4
of: Move phandle walking to of_phandle_iterator_next()
by Joerg Roedel
· 9 years ago
74e1fbb
of: Introduce struct of_phandle_iterator
by Joerg Roedel
· 9 years ago
fe99c70
of: add 'const' for of_property_*_string*() parameter '*np'
by David Rivshin
· 9 years ago
510bd06
of: simplify arch_find_n_match_cpu_physical_id() function
by Masahiro Yamada
· 9 years ago
4da3064d
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
by Linus Torvalds
· 10 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
8ffaa90
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
by Dave Airlie
· 10 years ago
8ccd0d0
of: add helper for getting endpoint node of specific identifiers
by Hyungwon Hwang
· 10 years ago
c8fff7b
of: return NUMA_NO_NODE from fallback of_node_to_nid()
by Konstantin Khlebnikov
· 10 years ago
194ec93
drivers: of/base: move of_init to driver_init
by Sudeep Holla
· 10 years ago
d56a669
Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 10 years ago
7505256
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
by Linus Torvalds
· 10 years ago
6480827
of: base: improve of_get_next_child() kernel-doc
by Baruch Siach
· 10 years ago
c3a416a
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
37786c7
of: Add helper function to check MMIO register endianness
by Kevin Cernekee
· 10 years ago
8147e2e
Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next
by Rob Herring
· 10 years ago
f64255b
Revert "of: Fix premature bootconsole disable with 'stdout-path'"
by Peter Hurley
· 10 years ago
721a09e
of: handle both '/' and ':' in path strings
by Brian Norris
· 10 years ago
351d224
of: base: add function to get highest id of an alias stem
by Wolfram Sang
· 10 years ago
106937e
of: fix handling of '/' in options for of_find_node_by_path()
by Leif Lindholm
· 10 years ago
2fa645c
of: Fix premature bootconsole disable with 'stdout-path'
by Peter Hurley
· 10 years ago
bfe446e
of: Add of_graph_get_port_by_id function
by Philipp Zabel
· 11 years ago
f033c0b
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
by Philipp Zabel
· 10 years ago
Next »