summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2014-05-14of: make of_update_property() usable earlier in the boot processThomas Petazzoni-0/+4
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring-1/+29
2014-04-24of: selftest: add deferred probe interrupt testRob Herring-0/+45
2014-04-23dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven-1/+1
2014-04-15of: Clean up of_update_propertyGuenter Roeck-7/+3
2014-04-14of: Fix the section mismatch warnings.Xiubo Li-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds-0/+34
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-40/+41
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-25/+24
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-87/+655
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+151
2014-03-28of: Add support for ePAPR "stdout-path" propertyGrant Likely-3/+3
2014-03-26Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable...Mark Brown-0/+32
2014-03-20of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe-1/+22
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely-0/+367
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou-13/+28
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright-0/+3
2014-03-11of: remove /proc/device-treeGrant Likely-59/+1
2014-03-11of/selftest: Add self tests for manipulation of propertiesGrant Likely-0/+62
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely-11/+173
2014-03-11drivers: of: add support for custom reserved memory driversMarek Szyprowski-0/+29
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski-2/+206
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski-0/+131
2014-03-10of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia-0/+34
2014-03-06of: Warn if of_graph_parse_endpoint is called with the root nodePhilipp Zabel-0/+3
2014-03-06[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel-0/+28
2014-03-06of: Reduce indentation in of_graph_get_next_endpointPhilipp Zabel-20/+22
2014-03-06of: Warn if of_graph_get_next_endpoint is called with the root nodePhilipp Zabel-2/+2
2014-03-06[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel-0/+118
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-76/+260
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely-65/+276
2014-03-04Revert "of: fix of_update_property()"Grant Likely-13/+21
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-76/+260
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT-3/+9
2014-02-20of: Add self test for of_match_node()Grant Likely-0/+87
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely-0/+99
2014-02-20of: reimplement the matching method for __of_match_node()Kevin Hao-36/+75
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-44/+71
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+14
2014-02-18of_mdio: fix phy interrupt passingBen Dooks-7/+9
2014-02-18Revert "of: search the best compatible match first in __of_match_node()"Kevin Hao-42/+1
2014-02-15of: search the best compatible match first in __of_match_node()Kevin Hao-1/+42
2014-02-14net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli-1/+5
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Kevin Hao-37/+16
2014-02-12net: phy: re-design phy_modes to be self-containedFlorian Fainelli-24/+2
2014-02-12of: add functions to count number of elements in a propertyHeiko Stuebner-0/+32
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza-2/+3
2014-02-04of: fix of_update_property()Xiubo Li-22/+14
2014-02-04of: add __of_add_property() without lock operationsXiubo Li-14/+24
2014-02-03of: Clear detach flag on attachPantelis Antoniou-0/+1