aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2313-123/+799
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+93
|\
| * of/address: Don't loop forever in of_find_matching_node_by_address().David Daney2015-10-131-3/+3
| * of: Add of_property_match_string() to find index into a string listGrant Likely2015-08-071-0/+36
| * of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt2014-12-141-3/+17
| * of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza2014-04-021-2/+3
| * of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt2014-04-021-2/+6
| * of: Fix missing memory initialization on FDT unflatteningGrant Likely2013-10-261-0/+1
| * of: fdt: fix memory initialization for expanded DTWladislav Wiebe2013-09-101-0/+2
| * 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
| |\ \
| | * | 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