summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-081-0/+1
|\
| * of/irq: export of_get_irq_byname()Dmitry Torokhov2015-08-261-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-041-5/+7
|\ \
| * | of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel2015-08-241-5/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-4/+26
|\ \ \
| * | | phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-3/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-312-4/+1
| |\ \ \ | | | |/ | | |/|
| * | | of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2015-07-211-2/+17
| | |/ | |/|
* | | Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-012-3/+12
|\ \ \
| * | | of/address: Don't loop forever in of_find_matching_node_by_address().David Daney2015-08-251-3/+3
| * | | of/platform: add function to populate default busHauke Mehrtens2015-08-251-0/+9
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-0/+22
|\ \ \ | |_|/ |/| |
| * | of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-302-0/+22
| |/
* | of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski2015-07-271-3/+0
* | of: add HAS_IOMEM depends to OF_ADDRESSRob Herring2015-07-271-1/+1
|/
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-018-23/+50
|\
| * of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven2015-06-301-3/+3
| * of/irq: Fix pSeries boot failureJeremy Linton2015-06-301-2/+1
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-306-16/+41
| |\
| | * of/address: use atomic allocation in pci_register_io_range()Jingoo Han2015-06-231-1/+1
| | * dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring2015-06-181-0/+11
| | * of: clean-up unnecessary libfdt include pathsRob Herring2015-06-041-3/+0
| | * of: make unittest select OF_EARLY_FLATTREE instead of depend on itRob Herring2015-06-041-1/+2
| | * of: make CONFIG_OF user selectableRob Herring2015-06-041-5/+9
| | * of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven2015-05-281-3/+3
| | * of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven2015-05-281-3/+3
| | * of: add helper function to retrive match dataJoachim Eastwood2015-05-281-0/+12
| * | of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada2015-06-041-1/+4
| * | of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov2015-06-041-1/+1
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-0/+34
|\ \
| * | of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie2015-06-231-0/+1
| * | of: add helper for getting endpoint node of specific identifiersHyungwon Hwang2015-06-221-0/+33
| |/
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-261-0/+1
|\ \
| * | MFD/OF: document MFD devices and handle simple-mfdLinus Walleij2015-05-111-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-082-6/+4
| |\ \
| * | | of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli2015-05-141-0/+3
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-5/+14
|\ \ \
| * | | of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-021-5/+14
| |/ /
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-1/+1
|\ \ \ | |_|/ |/| |
| * | of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan2015-05-161-1/+1
| |/
* | Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-061-5/+3
|\ \
| * | drivers: of/base: move of_init to driver_initSudeep Holla2015-05-261-5/+3
| |/
* | of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven2015-06-051-1/+1
|/
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-244-6/+110
|\
| * of: base: improve of_get_next_child() kernel-docBaruch Siach2015-04-171-2/+3
| * of: unittest: overlay: Keep track of created overlaysPantelis Antoniou2015-04-141-0/+62
| * of/fdt: fix allocation size for device node pathRicky Liang2015-04-141-1/+1
| * of/fdt: Add endianness helper function for early init codeKevin Cernekee2015-04-141-0/+19
| * of: Add helper function to check MMIO register endiannessKevin Cernekee2015-04-141-0/+23
OpenPOWER on IntegriCloud