summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2014-11-18of: Add common FDT machine revision related functionBeomho Seo1-1/+16
2014-11-18of: introduce common FDT machine related functionsRob Herring1-0/+60
2014-11-18OF: fdt: Add support for parsing system serial number from device treeTomasz Figa1-0/+9
2014-11-18of: irq: Pass trigger type in IRQ resource flagsTomasz Figa1-0/+10
2014-11-18drivers: of: add initialization code for dma reserved memoryMarek Szyprowski4-0/+187
2014-11-18drivers: of: add function to scan fdt nodes given by pathMarek Szyprowski1-0/+76
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely2-72/+82
2014-02-22of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2014-01-09Revert "of/address: Handle #address-cells > 2 specially"Rob Herring1-8/+0
2013-09-26of: Fix missing memory initialization on FDT unflatteningGrant Likely1-0/+1
2013-08-29of: fdt: fix memory initialization for expanded DTWladislav Wiebe1-0/+2
2013-07-25of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt1-2/+6
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt1-6/+9
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/gi...Linus Torvalds1-35/+76
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/jik...Linus 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
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely1-44/+56
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner1-44/+56
2013-02-08Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linu...Grant Likely1-22/+73
2013-02-06of: use platform_device_addGrant Likely1-2/+11
2013-02-06of: Output devicetree alias names in ueventStepan Moskovchenko3-20/+52
2013-01-29Merge branch 'master' into for-nextJiri Kosina6-62/+256
2013-01-27OF: Fixup resursive locking code pathsThomas Gleixner1-21/+70
2013-01-20of: fix incorrect return value of of_find_matching_node_and_match()Thomas Abraham1-2/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-09of: add missing documentation for of_platform_populate()Javi Merino1-0/+1
2013-01-09of: fix spelling mistake in commentAndrew Murray1-1/+1
2012-12-19of: Fix export of of_find_matching_node_and_match()Grant Likely1-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-15/+127
2012-12-17drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko1-8/+2
2012-12-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-1/+1
2012-12-11of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski1-1/+1
2012-12-07of_i2c: sparc: Allow OF_I2C for sparcAndreas Larsson1-1/+1