summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\
| * drivers/of: include export.h for EXPORT_SYMBOL_GPL/THIS_MODULE as requiredPaul Gortmaker2011-10-312-0/+2
| * drivers/of: Add module.h to of_spi.cPaul Gortmaker2011-10-311-0/+1
| * of: of_pci.c needs export.h since it uses EXPORT_SYMBOLSPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-1/+6
|\ \
| * | of: Change logic to overwrite cmd_line with CONFIG_CMDLINEBenjamin Herrenschmidt2011-09-201-1/+6
* | | dt/platform: minor cleanupOlof Johansson2011-11-031-12/+16
* | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+107
|\ \ \
| * \ \ Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-311-0/+107
| |\ \ \
| | * | | of/irq: introduce of_irq_initRob Herring2011-10-311-0/+107
| | |/ /
* | | | Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+84
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | of: Add helpers to get one string in multiple strings propertyBenoit Cousson2011-10-041-0/+84
| |/
* | of_mdio: Don't phy_scan_fixups() twiceKyle Moffett2011-10-251-1/+0
* | Merge branch 'for-grant' of git://git.jdl.com/software/linux-3.0 into devicet...Grant Likely2011-10-051-7/+7
|\ \
| * | of/irq: of_irq_find_parent: check for parent equal to childRob Herring2011-10-051-7/+7
| |/
* | dt: add helper to read 64-bit integersJamie Iles2011-10-041-0/+29
* | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-09-223-4/+131
|/
* Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2011-08-042-133/+1
* dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-032-1/+133
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-022-4/+5
|\
| * of: constify property name parameters for helper functionsJamie Iles2011-08-021-3/+4
| * of: address: use resource_size helperFelipe Balbi2011-08-011-1/+1
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-011-2/+3
|\ \ | |/ |/|
| * of/gpio: export of_gpio_simple_xlateJamie Iles2011-07-281-2/+3
* | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-271-0/+2
* | dt/net: add helper function of_get_phy_modeShawn Guo2011-07-271-0/+43
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-2/+2
|\
| * powerpc: implement arch_setup_pdev_archdataKumar Gala2011-07-081-2/+2
* | of: fix missing include from of_pci.cGrant Likely2011-07-231-0/+1
* | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-224-83/+130
|\ \
| * | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-084-83/+130
| |/
* | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-223-9/+270
|\ \
| * | of/address: Add of_find_matching_node_by_address helperGrant Likely2011-07-181-0/+18
| * | dt: add helper function to read u32 arraysRob Herring2011-07-061-6/+13
| * | dt: add 'const' for of_property_read_string parameter **out_stringShawn Guo2011-07-031-1/+1
| * | dt: add helper functions to read u32 and string property valuesThomas Abraham2011-06-301-0/+58
| * | dt/platform: allow device name to be overriddenGrant Likely2011-06-211-10/+63
| * | drivers/amba: create devices from device treeGrant Likely2011-06-211-0/+71
| * | dt: add of_platform_populate() for creating device from the device treeGrant Likely2011-06-211-4/+50
| * | dt: Add default match table for bus idsGrant Likely2011-06-211-0/+8
| |/
* | of/gpio: Add new method for getting gpios under different property namesJohn Bonesio2011-06-281-5/+6
|/
* Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-4/+4
|\
| * dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosenGrant Likely2011-05-111-4/+4
* | of: Export of_irq_find_parent()Michael Ellerman2011-04-201-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* of/flattree: minor cleanupsAndres Salomon2011-03-231-2/+4
* dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely2011-03-231-12/+5
* dt: protect against NULL matches passed to of_match_node()Grant Likely2011-03-231-0/+3
* dt: Refactor of_platform_bus_probe()Grant Likely2011-03-231-37/+18
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-162-495/+0
|\