aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds5-0/+262
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+45
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-121/+0
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+95
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+26
2013-08-27drivers: of: add initialization code for dma reserved memoryMarek Szyprowski4-0/+186
2013-08-27drivers: of: add function to scan fdt nodes given by pathMarek Szyprowski1-0/+76
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+95
2013-08-23i2c: move OF helpers into the coreWolfram Sang3-121/+0
2013-08-21of: fdt: fix memory initialization for expanded DTWladislav Wiebe1-0/+2
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socKevin Hilman1-0/+45
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha1-0/+95
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer1-0/+26
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni1-0/+45
2013-07-22of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior1-0/+1
2013-07-22of/irq: Avoid calling list_first_entry() for empty listAxel Lin1-2/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds4-13/+13
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt1-2/+6
2013-06-20Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann1-6/+9
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2013-06-18open firmware: "/aliasas" -> "/aliases"Robert P. J. Day2-2/+2
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt1-6/+9
2013-06-12of: remove CONFIG_OF_DEVICERob Herring2-5/+1
2013-06-12of/base: fix typosLad, Prabhakar1-6/+6
2013-05-31Merge tag 'of_pci-3.11' of git://git.infradead.org/users/jcooper/linux into next/cleanupOlof Johansson2-5/+121
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli1-0/+1
2013-05-19of/pci: Add of_pci_parse_bus_range() functionThierry Reding1-0/+25
2013-05-19of/pci: Add of_pci_get_devfn() functionThierry Reding1-5/+29
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray1-0/+67
2013-05-18Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-05-08net: of_mdio: fix behavior on missing phy deviceSebastian Hesselbarth1-7/+4
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-35/+76
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-10/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+58
2013-04-17[media] DT: export of_get_next_parent() for use by modules: fix modular V4L2Guennadi Liakhovetski1-0/+1
2013-04-17of/base: release the node correctly in of_parse_phandle_with_args()Tang Yuantian1-2/+2
2013-04-08net: of_mdio: scan mdiobus for PHYs without reg propertySebastian Hesselbarth1-6/+58
2013-04-04of: Remove duplicated code for validating property and valueTony Prisk1-43/+51
2013-04-04of: Add support for reading a u32 from a multi-value property.Tony Prisk1-0/+33
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-02-17Revert "of: use platform_device_add"Grant Likely1-11/+2
2013-02-13of: Create function for counting number of phandles in a propertyGrant Likely2-4/+52
2013-02-13of/base: Clean up exit paths for of_parse_phandle_with_args()Grant Likely1-7/+19
2013-02-13of/selftest: Use selftest() macro throughoutGrant Likely1-23/+14
2013-02-13of/selftest: Fix GPIOs selftest to cover the 7th caseGrant Likely1-1/+1
2013-02-13of: fix recursive locking in of_get_next_available_child()Stephen Warren1-5/+25