summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* 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
* | of gpio: Build gpio helper only when gpiolib is selectedSascha Hauer2012-10-261-1/+1
|/
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* of: Add devicetree partition parsingSascha Hauer2012-09-142-0/+65
* of: add devicetree probing supportSascha Hauer2012-09-144-0/+834