Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d0ab54783f2de0c216115333eca1a8d3d5c3e75b
/
drivers
/
of
/
base.c
7dbe584
of: make sure of_alias is initialized before accessing it
by Laurentiu Tudor
· 10 years ago
ef69d74
of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled
by Gaurav Minocha
· 10 years ago
5f74d8b
of: correct of_console_check()'s return value
by Brian Norris
· 10 years ago
663d3f7
Merge branch 'devicetree/next-overlay' into devicetree/next
by Grant Likely
· 10 years ago
259092a
of: Reorder device tree changes and notifiers
by Grant Likely
· 10 years ago
a25095d
of: Move dynamic node fixups out of powerpc and into common code
by Grant Likely
· 11 years ago
8a2b22a
of: Make devicetree sysfs update functions consistent.
by Grant Likely
· 10 years ago
d8c5008
of: Create unlocked versions of node and property add/remove functions
by Pantelis Antoniou
· 11 years ago
6afc0dc
of: Move CONFIG_OF_DYNAMIC code into a separate file
by Grant Likely
· 11 years ago
c05aba2
of: rename of_aliases_mutex to just of_mutex
by Pantelis Antoniou
· 11 years ago
a752ee5
tty: Update hypervisor tty drivers to use core stdout parsing code.
by Grant Likely
· 11 years ago
3482f2c
of: Create of_console_check() for selecting a console specified in /chosen
by Grant Likely
· 11 years ago
99de649
OF: fix of_find_node_by_path() assumption that of_allnodes is root
by Frank Rowand
· 11 years ago
28d3ee4
of: avoid format string parsing in kobject names
by Kees Cook
· 11 years ago
d270506
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
by Linus Torvalds
· 11 years ago
1aacb90
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next
by Linus Torvalds
· 11 years ago
43cb436
of: handle NULL node in next_child iterators
by Florian Fainelli
· 11 years ago
c22e650
of: Make of_find_node_by_path() handle /aliases
by Grant Likely
· 11 years ago
0d0e02d
of: Create unlocked version of for_each_child_of_node()
by Grant Likely
· 11 years ago
947fdaad0
of: fix race between search and remove in of_update_property()
by Xiubo Li
· 11 years ago
582da65
of: make of_update_property() usable earlier in the boot process
by Thomas Petazzoni
· 11 years ago
5a53a07
of: Improve grammar for of_alias_get_id() documentation
by Geert Uytterhoeven
· 11 years ago
e7a62df
of: Clean up of_update_property
by Guenter Roeck
· 11 years ago
3c83e61
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
b9f2b21
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
c12e69c
Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
676e1b2
of: Add support for ePAPR "stdout-path" property
by Grant Likely
· 11 years ago
794016f
Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-next
by Mark Brown
· 11 years ago
0829f6d
of: device_node kobject lifecycle fixes
by Pantelis Antoniou
· 11 years ago
8357041
of: remove /proc/device-tree
by Grant Likely
· 12 years ago
75b57ec
of: Make device nodes kobjects so they show up in sysfs
by Grant Likely
· 11 years ago
d484700
of: Warn if of_graph_parse_endpoint is called with the root node
by Philipp Zabel
· 11 years ago
f2a575f
[media] of: move common endpoint parsing to drivers/of
by Philipp Zabel
· 11 years ago
4329b93
of: Reduce indentation in of_graph_get_next_endpoint
by Philipp Zabel
· 11 years ago
6ff60d3
of: Warn if of_graph_get_next_endpoint is called with the root node
by Philipp Zabel
· 11 years ago
fd9fdb7
[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
by Philipp Zabel
· 11 years ago
dab2310
Merge tag 'v3.14-rc5' into HEAD
by Grant Likely
· 11 years ago
a3dbeb5
Revert "of: fix of_update_property()"
by Grant Likely
· 11 years ago
215a14c
of: reimplement the matching method for __of_match_node()
by Kevin Hao
· 11 years ago
71c5498
Revert "of: search the best compatible match first in __of_match_node()"
by Kevin Hao
· 11 years ago
06b29e7
of: search the best compatible match first in __of_match_node()
by Kevin Hao
· 11 years ago
4e8ca6e
Revert "OF: base: match each node compatible against all given matches first"
by Kevin Hao
· 11 years ago
ad54a0c
of: add functions to count number of elements in a property
by Heiko Stuebner
· 11 years ago
02ed594
of: fix of_update_property()
by Xiubo Li
· 11 years ago
62664f6
of: add __of_add_property() without lock operations
by Xiubo Li
· 11 years ago
e3963fd
of: Clear detach flag on attach
by Pantelis Antoniou
· 11 years ago
619d144
Merge remote-tracking branch 'grant/devicetree/next' into for-3.14
by Rob Herring
· 11 years ago
42ccd78
of: Fix __of_device_is_available check
by Xiubo Li
· 11 years ago
1053531
OF: base: match each node compatible against all given matches first
by Sebastian Hesselbarth
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
66a173b
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
a3e31b4
of: Move definition of of_find_next_cache_node into common code.
by Sudeep KarkadaNagesha
· 11 years ago
624cfca
of: Add helper for printing an of_phandle_args structure
by Grant Likely
· 11 years ago
f3cea45
of: Fix iteration bug over CPU reg properties
by Grant Likely
· 11 years ago
d1cb9d1
of: Make cpu node handling more portable.
by David Miller
· 11 years ago
444c91e
of: fix unnecessary warning on missing /cpus node
by Grant Likely
· 11 years ago
0c3f061
of: implement of_node_to_nid as a weak function
by Rob Herring
· 11 years ago
31f7c3a
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
40031da
Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
91d9942
of: call __of_parse_phandle_with_args from of_parse_phandle
by Stephen Warren
· 11 years ago
035fd94
of: introduce of_parse_phandle_with_fixed_args
by Stephen Warren
· 11 years ago
5fba49e
of: move of_parse_phandle()
by Stephen Warren
· 11 years ago
eded9dd
of: move documentation of of_parse_phandle_with_args
by Stephen Warren
· 11 years ago
0640332e
of: Fix missing memory initialization on FDT unflattening
by Grant Likely
· 11 years ago
183912d
of: move of_get_cpu_node implementation to DT core library
by Sudeep KarkadaNagesha
· 11 years ago
5c19e95
OF: Add helper for matching against linux,stdout-path
by Sascha Hauer
· 11 years ago
74b9272
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
d25d869
of: Fix locking vs. interrupts
by Benjamin Herrenschmidt
· 12 years ago
792efb8
of/base: fix typos
by Lad, Prabhakar
· 12 years ago
ff9129b
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
6fa52ed
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
6695be6
[media] DT: export of_get_next_parent() for use by modules: fix modular V4L2
by Guennadi Liakhovetski
· 12 years ago
b855f16
of/base: release the node correctly in of_parse_phandle_with_args()
by Tang Yuantian
· 12 years ago
daeec1f
of: Remove duplicated code for validating property and value
by Tony Prisk
· 12 years ago
3daf372
of: Add support for reading a u32 from a multi-value property.
by Tony Prisk
· 12 years ago
bd69f73
of: Create function for counting number of phandles in a property
by Grant Likely
· 12 years ago
23ce04c
of/base: Clean up exit paths for of_parse_phandle_with_args()
by Grant Likely
· 12 years ago
c31a0c0
of: fix recursive locking in of_get_next_available_child()
by Stephen Warren
· 12 years ago
bfc4a58
Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.git
by Grant Likely
· 12 years ago
d6d3c4e
OF: convert devtree lock from rw_lock to raw spinlock
by Thomas Gleixner
· 12 years ago
d2f4ec1
Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linux.git
by Grant Likely
· 12 years ago
ced4eec
of: Output devicetree alias names in uevent
by Stepan Moskovchenko
· 12 years ago
28d0e36
OF: Fixup resursive locking code paths
by Thomas Gleixner
· 12 years ago
dc71bcf
of: fix incorrect return value of of_find_matching_node_and_match()
by Thomas Abraham
· 12 years ago
80c2022
of: Fix export of of_find_matching_node_and_match()
by Grant Likely
· 12 years ago
16e024f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
93c667c
of: *node argument to of_parse_phandle_with_args should be const
by Guennadi Liakhovetski
· 12 years ago
465aac6
Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"
by Randy Dunlap
· 12 years ago
b8fbdc4
of: add 'const' for of_parse_phandle parameter *np
by Steffen Trumtrar
· 12 years ago
1a9bd45
powerpc+of: Export of_reconfig_notifier_[register,unregister]
by Nathan Fontenot
· 12 years ago
50c8af4
of: introduce for_each_matching_node_and_match()
by Stephen Warren
· 12 years ago
be19324
dt: add helper function to read u8 & u16 variables & arrays
by Viresh Kumar
· 12 years ago
79d1c71
powerpc+of: Rename the drivers/of prom_* functions to of_*
by Nathan Fontenot
· 12 years ago
1cf3d8b
powerpc+of: Add of node/property notification chain for adds and removes
by Nathan Fontenot
· 12 years ago
e81b329
powerpc+of: Add /proc device tree updating to of node add/remove
by Nathan Fontenot
· 12 years ago
a54dfb1
Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux
by Linus Torvalds
· 12 years ago
9c19761
dt: introduce of_get_child_by_name to get child node by name
by Srinivas Kandagatla
· 12 years ago
Next »