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