aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni1-0/+4
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring2-1/+29
2014-04-24of: selftest: add deferred probe interrupt testRob Herring2-0/+45
2014-04-23dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven1-1/+1
2014-04-15of: Clean up of_update_propertyGuenter Roeck1-7/+3
2014-04-14of: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+34
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-40/+41
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-25/+24
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds10-87/+655
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+151
2014-03-28of: Add support for ePAPR "stdout-path" propertyGrant Likely1-3/+3
2014-03-26Merge 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-nextMark Brown1-0/+32
2014-03-20of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe1-1/+22
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely4-0/+367
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou3-13/+28
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright1-0/+3
2014-03-11of: remove /proc/device-treeGrant Likely2-59/+1
2014-03-11of/selftest: Add self tests for manipulation of propertiesGrant Likely1-0/+62
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely4-11/+173
2014-03-11drivers: of: add support for custom reserved memory driversMarek Szyprowski1-0/+29
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski4-2/+206
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski1-0/+131
2014-03-10of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia1-0/+34
2014-03-06of: Warn if of_graph_parse_endpoint is called with the root nodePhilipp Zabel1-0/+3
2014-03-06[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel1-0/+28
2014-03-06of: Reduce indentation in of_graph_get_next_endpointPhilipp Zabel1-20/+22
2014-03-06of: Warn if of_graph_get_next_endpoint is called with the root nodePhilipp Zabel1-2/+2
2014-03-06[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel1-0/+118
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-76/+260
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely8-65/+276
2014-03-04Revert "of: fix of_update_property()"Grant Likely1-13/+21
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds6-76/+260
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2-3/+9
2014-02-20of: Add self test for of_match_node()Grant Likely3-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely3-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Kevin Hao1-36/+75
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-44/+71
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+14
2014-02-18of_mdio: fix phy interrupt passingBen Dooks1-7/+9
2014-02-18Revert "of: search the best compatible match first in __of_match_node()"Kevin Hao1-42/+1
2014-02-15of: search the best compatible match first in __of_match_node()Kevin Hao1-1/+42
2014-02-14net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli1-1/+5
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Kevin Hao1-37/+16
2014-02-12net: phy: re-design phy_modes to be self-containedFlorian Fainelli1-24/+2
2014-02-12of: add functions to count number of elements in a propertyHeiko Stuebner1-0/+32
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2014-02-04of: fix of_update_property()Xiubo Li1-22/+14
2014-02-04of: add __of_add_property() without lock operationsXiubo Li1-14/+24
2014-02-03of: Clear detach flag on attachPantelis Antoniou1-0/+1