summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-next/highbank'Sascha Hauer2013-03-041-7/+18
|\
| * of_add_memory: check the device_type is memoryJean-Christophe PLAGNIOL-VILLARD2013-02-141-4/+7
| * of: make of_add_memory available for other boardJean-Christophe PLAGNIOL-VILLARD2013-02-141-6/+14
* | amba: add oftree probe supportJean-Christophe PLAGNIOL-VILLARD2013-02-121-8/+53
|/
* of: speed up unflattenSascha Hauer2013-01-191-7/+22
* of: rename new_device_node to of_new_node and export itSascha Hauer2013-01-191-7/+17
* of: add of_delete_propertySascha Hauer2013-01-191-2/+11
* of: unflatten: allow overlay dtbsSascha Hauer2013-01-191-11/+22
* of: Add support for converting the unflattened tree back to a dtbSascha Hauer2013-01-191-0/+66
* of: rename of_parse_dtb to of_unflatten_dtbSascha Hauer2013-01-111-1/+1
* of: return root node when looking for a node with path /Sascha Hauer2013-01-111-0/+3
* of of_free: remove old node from allnodes listSascha Hauer2013-01-111-0/+2
* of: of_free fixesSascha Hauer2013-01-111-0/+11
* of: Fix invalid path for of_find_node_by_pathSascha Hauer2013-01-111-2/+3
* Merge branch 'for-next/of'Sascha Hauer2012-11-161-1/+85
|\
| * of: Add function to get the model nameSascha Hauer2012-10-091-0/+39
| * of: find and register memory during probeSascha Hauer2012-10-081-1/+48
* | Merge branch 'for-next/console'Sascha Hauer2012-11-161-0/+23
|\ \
| * | console/of: evaluate linux,stdout-path propertySascha Hauer2012-10-091-0/+23
| |/
* | of: Check for NULL pointer in of_find_propertySascha Hauer2012-10-301-0/+3