summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2015-09-17of: to support binding numa node to specified device in devicetreeZhen Lei1-5/+6
2015-09-17of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.David Daney1-8/+14
2015-09-17of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"Marc Zyngier1-0/+26
2015-09-09Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-0/+1
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+7
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+26
2015-09-02Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+22
2015-09-01phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-3/+10
2015-08-26of/irq: export of_get_irq_byname()Dmitry Torokhov1-0/+1
2015-08-25of/address: Don't loop forever in of_find_matching_node_by_address().David Daney1-3/+3
2015-08-25of/platform: add function to populate default busHauke Mehrtens1-0/+9
2015-08-24of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel1-5/+7
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+1
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier2-0/+22
2015-07-27of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski1-3/+0
2015-07-27of: add HAS_IOMEM depends to OF_ADDRESSRob Herring1-1/+1
2015-07-22of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev1-2/+17
2015-07-02Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-23/+50
2015-06-30of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven1-3/+3
2015-06-30of/irq: Fix pSeries boot failureJeremy Linton1-2/+1
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely6-16/+41
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+34
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+14
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-06-23of/address: use atomic allocation in pci_register_io_range()Jingoo Han1-1/+1
2015-06-23of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie1-0/+1
2015-06-22of: add helper for getting endpoint node of specific identifiersHyungwon Hwang1-0/+33
2015-06-19dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring1-0/+11
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+4
2015-06-07Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven1-1/+1
2015-06-05of: clean-up unnecessary libfdt include pathsRob Herring1-3/+0
2015-06-05of: make unittest select OF_EARLY_FLATTREE instead of depend on itRob Herring1-1/+2
2015-06-05of: make CONFIG_OF user selectableRob Herring1-5/+9
2015-06-04of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada1-1/+4
2015-06-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov1-1/+1
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel1-5/+14
2015-05-28of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven1-3/+3
2015-05-28of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven1-3/+3
2015-05-28of: add helper function to retrive match dataJoachim Eastwood1-0/+12
2015-05-27drivers: of/base: move of_init to driver_initSudeep Holla1-5/+3
2015-05-16of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan1-1/+1
2015-05-14of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli1-0/+3
2015-05-11MFD/OF: document MFD devices and handle simple-mfdLinus Walleij1-0/+1
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+110
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-442/+505
2015-04-17of: base: improve of_get_next_child() kernel-docBaruch Siach1-2/+3