summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-203-24/+25
* OF: base: convert strcmp to default string compare functionsSebastian Hesselbarth2013-06-201-12/+13
* OF: base: export of_alias_scanSebastian Hesselbarth2013-06-201-1/+2
* OF: base: also update property length on of_property_write_u32Sebastian Hesselbarth2013-06-201-2/+18
* OF: base: bail out early on missing matches for of_match_nodeSebastian Hesselbarth2013-06-201-0/+3
* Merge branch 'for-next/of-i2c'Sascha Hauer2013-06-021-0/+27
|\
| * of: Add of_modalias_node functionSascha Hauer2013-05-311-0/+27
* | Merge branch 'for-next/of'Sascha Hauer2013-06-021-3/+3
|\ \
| * | of: Also print disabled nodesSascha Hauer2013-05-311-3/+0
| * | of: do not scan aliases when no root node presentSascha Hauer2013-05-301-0/+3
* | | Merge branch 'for-next/mips'Sascha Hauer2013-06-024-7/+22
|\ \ \
| * | | of: separate out "generic" memory bank addingAntony Pavlov2013-05-134-7/+22
| | |/ | |/|
* | | Merge branch 'for-next/mci'Sascha Hauer2013-06-021-0/+13
|\ \ \
| * | | of: Add of_alias_get functionSascha Hauer2013-05-301-0/+13
* | | | Merge branch 'for-next/of' into for-next/imx-oftreeSascha Hauer2013-05-231-28/+65
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | of: populate devices based on "simple-bus" propertySascha Hauer2013-05-201-14/+33
| * | of: Add of_match_node functionSascha Hauer2013-05-201-10/+25
| * | of: Call of_add_memory from of_probeSascha Hauer2013-05-201-4/+6
| * | of: When checking for existing devices also check resource endSascha Hauer2013-05-201-1/+2
| |/
* / fdt: Fix dt memreserve entrySascha Hauer2013-05-211-2/+1
|/
* Merge branch 'for-next/of'Sascha Hauer2013-05-062-29/+117
|\
| * of: partitions: create bb device for nand flashesSascha Hauer2013-04-221-0/+4
| * of: partitions: pass struct cdev as argumentSascha Hauer2013-04-221-5/+4
| * of: read resource names from devicetreeSascha Hauer2013-04-221-1/+9
| * of: Allow multiple resources in 'reg' propertySascha Hauer2013-04-221-17/+38
| * of: Add of_property_read_string_index()Sascha Hauer2013-04-221-0/+46
| * of: parse phandles before probing devicesSascha Hauer2013-04-221-7/+17
* | of: fix typosAntony Pavlov2013-04-262-3/+2
* | of: fix how an initrd is passed to LinuxUwe Kleine-König2013-04-261-1/+5
|/
* of/net: Add net related of helpersSascha Hauer2013-04-043-0/+98
* scripts: Add dtcSascha Hauer2013-03-121-0/+4
* of: make locally used functions staticSascha Hauer2013-03-061-3/+3
* of: remove unused libfdtSascha Hauer2013-03-063-3/+0
* of: Add reservemap handlingSascha Hauer2013-03-061-0/+65
* of: make value of property in of_new_property optionalSascha Hauer2013-03-061-2/+4
* of: Add of property write functions for u32Sascha Hauer2013-03-061-0/+25
* of: move flat devicetree functions to separate fileSascha Hauer2013-03-063-407/+435
* of: make OFDEVICE a user selectable optionSascha Hauer2013-03-061-1/+2
* of: move OFTREE Kconfig option to drivers/of/Sascha Hauer2013-03-061-0/+4
* of: make flatten independent of libfdtSascha Hauer2013-03-061-29/+185
* of: make unflatten independent of libfdtSascha Hauer2013-03-061-34/+126
* of: Add initrd helperSascha Hauer2013-03-061-0/+39
* of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-061-9/+7
* of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-21/+36
* of: Add of_set_property and of_create_nodeSascha Hauer2013-03-061-0/+79
* of: remove allnodes listSascha Hauer2013-03-061-7/+5
* of: Let of_find_node_by_path iterate over treeSascha Hauer2013-03-061-7/+30
* of: removed unused variablesSascha Hauer2013-03-061-4/+1
* of: export of_find_childSascha Hauer2013-03-061-13/+3
* of: unflatten: allocate root node explicitlySascha Hauer2013-03-061-5/+12