summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: Fix export of of_find_matching_node_and_match()Grant Likely2012-12-191-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-15/+127
|\
| * powerpc+of: Export of_reconfig_notifier_[register,unregister]Nathan Fontenot2012-11-291-0/+2
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-253-16/+18
| |\
| * | powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-151-8/+7Star
| * | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-5/+69
| * | powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2012-11-141-4/+51
* | | drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko2012-12-181-8/+2Star
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-151-1/+1
|\ \ \
| * | | of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski2012-12-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-12-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | of_i2c: sparc: Allow OF_I2C for sparcAndreas Larsson2012-12-071-1/+1
| | |/ | |/|
* | | Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap2012-11-303-21/+22
* | | of_mdio: Honour "status=disabled" property of deviceAlexander Sverdlin2012-11-291-1/+1
* | | of_i2c: Honour "status=disabled" property of deviceAlexander Sverdlin2012-11-291-1/+1
* | | of: add 'const' for of_parse_phandle parameter *npSteffen Trumtrar2012-11-291-2/+2
* | | of: introduce for_each_matching_node_and_match()Stephen Warren2012-11-211-5/+13
* | | dt: add helper function to read u8 & u16 variables & arraysViresh Kumar2012-11-211-0/+77
* | | of/fdt: NULL-terminate the root node pathCatalin Marinas2012-11-211-1/+2
* | | of: fdt: Constify 'pathp'Fabio Estevam2012-11-211-2/+2
* | | drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2012-11-171-5/+5
* | | of/fdt: Don't copy garbage after "/" in root node pathBenjamin Herrenschmidt2012-11-111-0/+1
|/ /
* | of/platform: sparse fixKim Phillips2012-10-171-1/+1
* | of/irq: sparse fixesKim Phillips2012-10-171-3/+5
* | of/address: sparse fixesKim Phillips2012-10-171-12/+12
|/
* Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-035-7/+71
|\
| * dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla2012-10-011-0/+23
| * of: i2c: add support for wakeup-source propertyOlof Johansson2012-09-071-0/+3
| * of/address: Handle #address-cells > 2 speciallyThierry Reding2012-09-071-0/+8
| * DT: export of_irq_to_resource_table()John Crispin2012-09-061-0/+1
| * of: Allow busses with #size-cells=0Stephen Warren2012-08-032-7/+36
* | dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi2012-08-201-0/+27
|/
* Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-243-7/+7
|\
| * of: mtd: nuke useless const qualifierArtem Bityutskiy2012-07-101-1/+1
| * devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-062-2/+2
| * of: return -ENOENT when no propertyAlexandre Courbot2012-07-061-1/+1
| * of: Fix null pointer related warnings in base.c fileSachin Kamat2012-07-061-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-4/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-4/+4
| |\ \
| * | | netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney2012-06-281-4/+12
| * | | netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-281-1/+1
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-241-4/+11
|\ \ \ | |_|/ |/| |
| * | of: Improve prom_update_property() functionDong Aisheng2012-07-111-4/+11
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-111-4/+3Star
|\ \ \
| * | | of: address: Don't fail a lookup just because a node has no reg propertyLee Jones2012-07-061-4/+3Star
| | |/ | |/|
* | | Revert "of: match by compatible property first"Linus Torvalds2012-07-101-26/+4Star
| |/ |/|
* | of: match by compatible property firstThierry Reding2012-06-151-4/+26
* | of: export of_platform_populate()Stephen Warren2012-06-131-0/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-301-1/+1
|\
| * OF: PCI: const usage needed by MIPSJohn Crispin2012-05-211-1/+1