index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
of: Only compile OF_DYNAMIC on PowerPC pseries and iseries
Grant Likely
1
-2
/
+2
2012-01-28
of: Add of_property_match_string() to find index into a string list
Grant Likely
1
-0
/
+36
2012-01-07
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-6
/
+4
2011-12-27
dt: reform for_each_property to for_each_property_of_node
Dong Aisheng
1
-1
/
+1
2011-12-19
of/base: Take NULL string into account for property with multiple strings
Benoit Cousson
1
-5
/
+3
2011-12-12
of: create of_phandle_args to simplify return of phandle parsing data
Grant Likely
1
-71
/
+75
2011-11-01
Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-0
/
+84
2011-10-04
dt: add helper to read 64-bit integers
Jamie Iles
1
-0
/
+29
2011-10-04
of: Add helpers to get one string in multiple strings property
Benoit Cousson
1
-0
/
+84
2011-09-22
dt: add of_alias_scan and of_alias_get_id
Shawn Guo
1
-0
/
+121
2011-08-04
Revert "dt: add of_alias_scan and of_alias_get_id"
Grant Likely
1
-130
/
+0
2011-08-03
dt: add of_alias_scan and of_alias_get_id
Shawn Guo
1
-0
/
+130
2011-08-02
of: constify property name parameters for helper functions
Jamie Iles
1
-3
/
+4
2011-07-06
dt: add helper function to read u32 arrays
Rob Herring
1
-6
/
+13
2011-07-03
dt: add 'const' for of_property_read_string parameter **out_string
Shawn Guo
1
-1
/
+1
2011-06-30
dt: add helper functions to read u32 and string property values
Thomas Abraham
1
-0
/
+58
2011-03-23
dt: protect against NULL matches passed to of_match_node()
Grant Likely
1
-0
/
+3
2010-10-12
of: use __be32 types for big-endian device tree data
Jeremy Kerr
1
-2
/
+2
2010-07-24
of: Fix phandle endian issues
Grant Likely
1
-6
/
+6
2010-07-05
of: refactor of_modalias_node() and remove explicit match table.
Grant Likely
1
-55
/
+9
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-14
of: move definition of of_chosen into common code.
Grant Likely
1
-0
/
+1
2010-02-09
of: assume big-endian properties, adding conversions where necessary
Jeremy Kerr
1
-6
/
+6
2010-02-09
of: include linux/proc_fs.h
Jeremy Kerr
1
-0
/
+1
2010-02-09
of: add 'of_' prefix to machine_is_compatible()
Grant Likely
1
-3
/
+3
2010-02-09
of: merge of_find_node_by_phandle
Jeremy Kerr
1
-0
/
+21
2010-02-09
of: merge of_attach_node() & of_detach_node()
Grant Likely
1
-0
/
+71
2010-01-28
of: Merge of_node_get() and of_node_put()
Grant Likely
1
-0
/
+75
2010-01-28
of: merge machine_is_compatible()
Grant Likely
1
-0
/
+21
2009-11-23
of: merge prom_{add,remove,modify}_property
Grant Likely
1
-0
/
+116
2009-10-15
of: merge of_find_all_nodes() implementations
Grant Likely
1
-1
/
+25
2009-09-23
of: remove "stm,m25p40" alias
Anton Vorontsov
1
-1
/
+0
2009-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+24
2009-05-19
powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS
Anton Vorontsov
1
-0
/
+1
2009-04-27
of: add of_parse_phandle() helper for parsing phandle properties
Grant Likely
1
-0
/
+24
2009-04-01
powerpc: add mmc-spi-slot bindings
Anton Vorontsov
1
-0
/
+1
2008-12-21
of: of_parse_phandles_with_args() learns to differentiate 'hole' cells
Anton Vorontsov
1
-6
/
+16
2008-12-21
of: Minor simplification for the of_parse_phandles_with_args()
Anton Vorontsov
1
-7
/
+4
2008-11-19
of: Add helpers for finding device nodes which have a given property
Michael Ellerman
1
-0
/
+35
2008-10-14
Merge commit 'gcl/gcl-next'
Benjamin Herrenschmidt
1
-1
/
+1
2008-10-13
of: Add new helper of_parse_phandles_with_args()
Anton Vorontsov
1
-0
/
+109
2008-10-10
powerpc/of-bindings: Don't support linux,<modalias> "compatible" values
Grant Likely
1
-20
/
+5
2008-10-08
OF: add fsl,mcu-mpc8349emitx to the exception list
Anton Vorontsov
1
-1
/
+1
2008-07-25
of: adapt of_find_i2c_driver() to be usable by SPI also
Grant Likely
1
-0
/
+88
2008-05-15
[POWERPC] Add null pointer check to of_find_property
Timur Tabi
1
-0
/
+3
2008-04-07
[POWERPC] Add of_device_is_available function
Josh Boyer
1
-0
/
+26
2008-02-06
[POWERPC] Add of_get_next_parent()
Michael Ellerman
1
-0
/
+25
2008-01-17
[POWERPC] Add of_find_matching_node() helper function
Grant Likely
1
-0
/
+58
2007-07-20
Consolidate of_find_node_by routines
Stephen Rothwell
1
-0
/
+115
2007-07-20
Consolidate of_get_next_child
Stephen Rothwell
1
-0
/
+24
[next]