summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
*-. Merge tags 'devicetree-for-linus' and 'spi-for-linus' of git://git.secretlab....Linus Torvalds2012-01-142-6/+21
|\ \
| * | of/irq: Add interrupts-names property to name an irq resourceBenoit Cousson2012-01-041-1/+10
| * | of/address: Add reg-names property to name an iomem resourceBenoit Cousson2012-01-041-5/+11
* | | of: add include asm/setup.h in drivers/of/fdt.cYu Yue2012-01-101-0/+1
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-073-9/+8
|\ \ \
| * | | ARM: prom.h: Fix build error by removing unneeded header fileFabio Estevam2012-01-041-0/+1
| |/ /
| * | of/pdt: fix section mismatch warningSam Ravnborg2011-12-271-1/+1
| * | dt: reform for_each_property to for_each_property_of_nodeDong Aisheng2011-12-271-1/+1
| * | ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König2011-12-271-2/+2
| * | of/base: Take NULL string into account for property with multiple stringsBenoit Cousson2011-12-191-5/+3
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-075-97/+243
|\ \ \
| * | | of: Add device tree selftestsGrant Likely2011-12-123-0/+149
| * | | of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2011-12-122-95/+94
| * | | gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-2/+0
| |/ /
* / / dt/device: Fix auxdata matching to handle entries without a name overrideGrant Likely2011-12-121-1/+1
|/ /
* | of/irq: Get rid of NO_IRQ usageAnton Vorontsov2011-12-071-9/+4
* | of/irq: of_irq_init: add check for parent equal to child nodeRob Herring2011-11-291-0/+2
* | Revert "of/irq: of_irq_find_parent: check for parent equal to child"Linus Torvalds2011-11-221-7/+7
* | 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
|\ \