aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli1-1/+24
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli1-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli1-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli1-63/+46
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds10-115/+477
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+31
2013-11-08dt: disable self-tests for !OF_IRQRob Herring1-0/+1
2013-11-07of: irq: Fix interrupt-map entry matchingTomasz Figa1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring5-111/+324
2013-11-03of/irq: Fix potential buffer overflowGrant Likely1-2/+8
2013-11-03of/irq: Fix bug in interrupt parsing refactor.Grant Likely1-10/+10
2013-11-03of: set dma_mask to point to coherent_dma_maskRob Herring1-0/+2
2013-10-31DMA-API: amba: get rid of separate dma_maskRussell King1-3/+0
2013-10-31of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha1-0/+31
2013-10-28of/irq: create interrupts-extended propertyGrant Likely2-5/+81
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-0/+25
2013-10-24of/irq: Rework of_irq_count()Thierry Reding1-1/+2
2013-10-24of: Add testcases for interrupt parsingGrant Likely1-6/+85
2013-10-24of: Add helper for printing an of_phandle_args structureGrant Likely2-3/+12
2013-10-24of/irq: Refactor interrupt-map parsingGrant Likely2-53/+62
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely2-9/+8
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely3-21/+21
2013-10-15of/irq: Pass trigger type in IRQ resource flagsTomasz Figa1-1/+1
2013-10-15of: Fix dereferencing node name in debug output to be safeGrant Likely2-7/+7
2013-10-15of: Fix iteration bug over CPU reg propertiesGrant Likely1-2/+2
2013-10-15of: Make cpu node handling more portable.David Miller1-17/+28
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski4-184/+0
2013-10-14Revert "of: Feed entire flattened device tree into the random pool"Grant Likely1-12/+0
2013-10-14of: fix unnecessary warning on missing /cpus nodeGrant Likely1-3/+1
2013-10-09of: implement of_node_to_nid as a weak functionRob Herring1-0/+7
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring2-1/+8
2013-10-09of: remove unnecessary prom.h includesRob Herring2-2/+0
2013-10-09of: introduce common FDT machine related functionsRob Herring1-0/+60
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-3/+6
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-0/+19
2013-10-09of: Introduce common early_init_dt_scanRob Herring1-0/+26
2013-10-09of: create unflatten_and_copy_device_treeRob Herring1-0/+24
2013-09-11Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-2/+0
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-114/+209
2013-09-10drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski1-2/+0
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds5-0/+262
2013-09-09of/platform: add error reporting to of_amba_device_create()Bartlomiej Zolnierkiewicz1-3/+16
2013-09-09irq/of: Fix comment typo for irq_of_parse_and_mapYijing Wang1-1/+1
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+45
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-121/+0
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+95
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+26
2013-08-30of: Feed entire flattened device tree into the random poolAnton Blanchard1-0/+12