aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2013-08-21of: fdt: fix memory initialization for expanded DTGravatar Wladislav Wiebe 1-0/+2
2013-07-22of/irq: init struct resource to 0 in of_irq_to_resource()Gravatar Sebastian Andrzej Siewior 1-0/+1
2013-07-22of/irq: Avoid calling list_first_entry() for empty listGravatar Axel Lin 1-2/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 4-13/+13
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2013-07-04of: Fix address decoding on Bimini and js2x machinesGravatar Benjamin Herrenschmidt 1-2/+6
2013-06-20Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/s...Gravatar Arnd Bergmann 1-6/+9
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+9
2013-06-18open firmware: "/aliasas" -> "/aliases"Gravatar Robert P. J. Day 2-2/+2
2013-06-13of: Fix locking vs. interruptsGravatar Benjamin Herrenschmidt 1-6/+9
2013-06-12of: remove CONFIG_OF_DEVICEGravatar Rob Herring 2-5/+1
2013-06-12of/base: fix typosGravatar Lad, Prabhakar 1-6/+6
2013-05-31Merge tag 'of_pci-3.11' of git://git.infradead.org/users/jcooper/linux into n...Gravatar Olof Johansson 2-5/+121
2013-05-31phy: add reverse MII PHY connection typeGravatar Florian Fainelli 1-0/+1
2013-05-19of/pci: Add of_pci_parse_bus_range() functionGravatar Thierry Reding 1-0/+25
2013-05-19of/pci: Add of_pci_get_devfn() functionGravatar Thierry Reding 1-5/+29
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyGravatar Andrew Murray 1-0/+67
2013-05-18Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-2/+2
2013-05-08net: of_mdio: fix behavior on missing phy deviceGravatar Sebastian Hesselbarth 1-7/+4
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-35/+76
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-10/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+58
2013-04-17[media] DT: export of_get_next_parent() for use by modules: fix modular V4L2Gravatar Guennadi Liakhovetski 1-0/+1
2013-04-17of/base: release the node correctly in of_parse_phandle_with_args()Gravatar Tang Yuantian 1-2/+2
2013-04-08net: of_mdio: scan mdiobus for PHYs without reg propertyGravatar Sebastian Hesselbarth 1-6/+58
2013-04-04of: Remove duplicated code for validating property and valueGravatar Tony Prisk 1-43/+51
2013-04-04of: Add support for reading a u32 from a multi-value property.Gravatar Tony Prisk 1-0/+33
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2013-02-17Revert "of: use platform_device_add"Gravatar Grant Likely 1-11/+2
2013-02-13of: Create function for counting number of phandles in a propertyGravatar Grant Likely 2-4/+52
2013-02-13of/base: Clean up exit paths for of_parse_phandle_with_args()Gravatar Grant Likely 1-7/+19
2013-02-13of/selftest: Use selftest() macro throughoutGravatar Grant Likely 1-23/+14
2013-02-13of/selftest: Fix GPIOs selftest to cover the 7th caseGravatar Grant Likely 1-1/+1
2013-02-13of: fix recursive locking in of_get_next_available_child()Gravatar Stephen Warren 1-5/+25
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGravatar Grant Likely 1-44/+56
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockGravatar Thomas Gleixner 1-44/+56
2013-02-08Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linu...Gravatar Grant Likely 1-22/+73
2013-02-06of: use platform_device_addGravatar Grant Likely 1-2/+11
2013-02-06of: Output devicetree alias names in ueventGravatar Stepan Moskovchenko 3-20/+52
2013-01-29Merge branch 'master' into for-nextGravatar Jiri Kosina 6-62/+256
2013-01-27OF: Fixup resursive locking code pathsGravatar Thomas Gleixner 1-21/+70
2013-01-20of: fix incorrect return value of of_find_matching_node_and_match()Gravatar Thomas Abraham 1-2/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Gravatar Florian Fainelli 1-2/+2
2013-01-09of: add missing documentation for of_platform_populate()Gravatar Javi Merino 1-0/+1
2013-01-09of: fix spelling mistake in commentGravatar Andrew Murray 1-1/+1
2012-12-19of: Fix export of of_find_matching_node_and_match()Gravatar Grant Likely 1-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-15/+127