summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2013-02-17Revert "of: use platform_device_add"Grant Likely-11/+2
2013-02-13of: Create function for counting number of phandles in a propertyGrant Likely-4/+52
2013-02-13of/base: Clean up exit paths for of_parse_phandle_with_args()Grant Likely-7/+19
2013-02-13of/selftest: Use selftest() macro throughoutGrant Likely-23/+14
2013-02-13of/selftest: Fix GPIOs selftest to cover the 7th caseGrant Likely-1/+1
2013-02-13of: fix recursive locking in of_get_next_available_child()Stephen Warren-5/+25
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely-44/+56
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner-44/+56
2013-02-08Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linu...Grant Likely-22/+73
2013-02-06of: use platform_device_addGrant Likely-2/+11
2013-02-06of: Output devicetree alias names in ueventStepan Moskovchenko-20/+52
2013-01-29Merge branch 'master' into for-nextJiri Kosina-62/+256
2013-01-27OF: Fixup resursive locking code pathsThomas Gleixner-21/+70
2013-01-20of: fix incorrect return value of of_find_matching_node_and_match()Thomas Abraham-2/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli-2/+2
2013-01-09of: add missing documentation for of_platform_populate()Javi Merino-0/+1
2013-01-09of: fix spelling mistake in commentAndrew Murray-1/+1
2012-12-19of: Fix export of of_find_matching_node_and_match()Grant Likely-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-15/+127
2012-12-17drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko-8/+2
2012-12-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-1/+1
2012-12-11of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski-1/+1
2012-12-07of_i2c: sparc: Allow OF_I2C for sparcAndreas Larsson-1/+1
2012-11-30Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap-21/+22
2012-11-29of_mdio: Honour "status=disabled" property of deviceAlexander Sverdlin-1/+1
2012-11-29of_i2c: Honour "status=disabled" property of deviceAlexander Sverdlin-1/+1
2012-11-29of: add 'const' for of_parse_phandle parameter *npSteffen Trumtrar-2/+2
2012-11-29powerpc+of: Export of_reconfig_notifier_[register,unregister]Nathan Fontenot-0/+2
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt-16/+18
2012-11-20of: introduce for_each_matching_node_and_match()Stephen Warren-5/+13
2012-11-20dt: add helper function to read u8 & u16 variables & arraysViresh Kumar-0/+77
2012-11-20of/fdt: NULL-terminate the root node pathCatalin Marinas-1/+2
2012-11-20of: fdt: Constify 'pathp'Fabio Estevam-2/+2
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely-5/+5
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot-8/+7
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot-5/+69
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot-4/+51
2012-11-10of/fdt: Don't copy garbage after "/" in root node pathBenjamin Herrenschmidt-0/+1
2012-10-17of/platform: sparse fixKim Phillips-1/+1
2012-10-17of/irq: sparse fixesKim Phillips-3/+5
2012-10-17of/address: sparse fixesKim Phillips-12/+12
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds-7/+71
2012-10-01dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla-0/+23
2012-09-07of: i2c: add support for wakeup-source propertyOlof Johansson-0/+3
2012-09-07of/address: Handle #address-cells > 2 speciallyThierry Reding-0/+8
2012-09-06DT: export of_irq_to_resource_table()John Crispin-0/+1
2012-08-20dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi-0/+27