aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-64/+92
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-17/+45
2014-01-23Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring1-0/+3
2014-01-17Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring4-15/+12
2014-01-17platform: introduce OF style 'modalias' support for platform busZhang Rui1-0/+3
2014-01-16of: Fix __of_device_is_available checkXiubo Li1-0/+3
2014-01-13phylib: Add of_phy_attachAndy Fleming1-0/+20
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+12
2013-12-30Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixesRob Herring1-2/+10
2013-12-30of/irq: Fix device_node refcount in of_irq_parse_raw()Cédric Le Goater1-4/+1
2013-12-30of/Kconfig: Spelling s/one/once/Geert Uytterhoeven1-1/+1
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring1-8/+0
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan1-2/+10
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-12-04of: irq: Ignore disabled intc's when searching mapPeter Crosthwaite1-0/+3
2013-12-04of: irq: Ignore disabled interrupt controllersPeter Crosthwaite1-1/+2
2013-12-04OF: base: match each node compatible against all given matches firstSebastian Hesselbarth1-16/+37
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