summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-23/+50
2015-06-30of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven-3/+3
2015-06-30of/irq: Fix pSeries boot failureJeremy Linton-2/+1
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely-16/+41
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+34
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+3
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+14
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2015-06-23of/address: use atomic allocation in pci_register_io_range()Jingoo Han-1/+1
2015-06-23of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie-0/+1
2015-06-22of: add helper for getting endpoint node of specific identifiersHyungwon Hwang-0/+33
2015-06-18dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring-0/+11
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+4
2015-06-06Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven-1/+1
2015-06-04of: clean-up unnecessary libfdt include pathsRob Herring-3/+0
2015-06-04of: make unittest select OF_EARLY_FLATTREE instead of depend on itRob Herring-1/+2
2015-06-04of: make CONFIG_OF user selectableRob Herring-5/+9
2015-06-04of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada-1/+4
2015-06-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov-1/+1
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel-5/+14
2015-05-28of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven-3/+3
2015-05-28of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven-3/+3
2015-05-28of: add helper function to retrive match dataJoachim Eastwood-0/+12
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla-5/+3
2015-05-16of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan-1/+1
2015-05-14of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli-0/+3
2015-05-11MFD/OF: document MFD devices and handle simple-mfdLinus Walleij-0/+1
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+110
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-442/+505
2015-04-17of: base: improve of_get_next_child() kernel-docBaruch Siach-2/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+2
2015-04-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+26
2015-04-14of: unittest: overlay: Keep track of created overlaysPantelis Antoniou-0/+62
2015-04-14of/fdt: fix allocation size for device node pathRicky Liang-1/+1
2015-04-14of/fdt: Add endianness helper function for early init codeKevin Cernekee-0/+19
2015-04-14of: Add helper function to check MMIO register endiannessKevin Cernekee-0/+23
2015-04-14of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli-2/+1
2015-04-14of: OF_IRQ should depend on IRQ_DOMAINGeert Uytterhoeven-1/+1
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-56/+107
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+8
2015-03-29Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely-418/+453
2015-03-29of/unittest: Fix of_platform_depopulate test caseGrant Likely-7/+9
2015-03-29of/unittest: early return from test skips testsFrank Rowand-4/+6
2015-03-29of/unittest: breadcrumbs to reduce pain of future maintainersFrank Rowand-0/+4
2015-03-29of/unittest: reduce checkpatch noise - line after declarationsFrank Rowand-0/+5
2015-03-29of/unittest: typo in error stringFrank Rowand-2/+3
2015-03-29of/unittest: add const where neededFrank Rowand-4/+4
2015-03-29of_net: factor out repetitive code from of_get_mac_address()Sergei Shtylyov-12/+17