| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "of: fix of_update_property()" | Grant Likely | 2014-03-04 | 1 | -13/+21 |
* | of: Allows to use the PCI translator without the PCI core | Gregory CLEMENT | 2014-02-20 | 2 | -3/+9 |
* | of: fix of_update_property() | Xiubo Li | 2014-02-04 | 1 | -22/+14 |
* | of: add __of_add_property() without lock operations | Xiubo Li | 2014-02-04 | 1 | -14/+24 |
* | of: Clear detach flag on attach | Pantelis Antoniou | 2014-02-03 | 1 | -0/+1 |
* | of: make of_get_phy_mode parse 'phy-connection-type' | Florian Fainelli | 2014-02-03 | 1 | -4/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 2 | -64/+92 |
|\ |
|
| * | phylib: Add of_phy_attach | Andy Fleming | 2014-01-13 | 1 | -0/+20 |
| * | phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY | Andy Fleming | 2014-01-13 | 1 | -0/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 4 | -15/+12 |
| |\ |
|
| * | | net: of_mdio: parse "max-speed" property to set PHY supported features | Florian Fainelli | 2013-12-06 | 1 | -1/+24 |
| * | | net: of_mdio: do not overwrite PHY interrupt configuration | Florian Fainelli | 2013-12-06 | 1 | -2/+3 |
| * | | net: of_mdio: use PHY_MAX_ADDR constant | Florian Fainelli | 2013-12-06 | 1 | -1/+1 |
| * | | net: of_mdio: factor PHY registration from of_mdiobus_register | Florian Fainelli | 2013-12-06 | 1 | -63/+46 |
* | | | Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-01-24 | 2 | -17/+45 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 | Rob Herring | 2014-01-23 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | of: Fix __of_device_is_available check | Xiubo Li | 2014-01-16 | 1 | -0/+3 |
| | | |/
| | |/| |
|
| * | | | Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 | Rob Herring | 2014-01-17 | 4 | -15/+12 |
| |\| | |
|
| * | | | of: irq: Ignore disabled intc's when searching map | Peter Crosthwaite | 2013-12-04 | 1 | -0/+3 |
| * | | | of: irq: Ignore disabled interrupt controllers | Peter Crosthwaite | 2013-12-04 | 1 | -1/+2 |
| * | | | OF: base: match each node compatible against all given matches first | Sebastian Hesselbarth | 2013-12-04 | 1 | -16/+37 |
| | |/
| |/| |
|
* | | | platform: introduce OF style 'modalias' support for platform bus | Zhang Rui | 2014-01-17 | 1 | -0/+3 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixes | Rob Herring | 2013-12-30 | 1 | -2/+10 |
|\ \ |
|
| * | | of: Fix NULL dereference in unflatten_and_copy() | James Hogan | 2013-12-11 | 1 | -2/+10 |
| |/ |
|
* | | of/irq: Fix device_node refcount in of_irq_parse_raw() | Cédric Le Goater | 2013-12-30 | 1 | -4/+1 |
* | | of/Kconfig: Spelling s/one/once/ | Geert Uytterhoeven | 2013-12-30 | 1 | -1/+1 |
* | | Revert "of/address: Handle #address-cells > 2 specially" | Rob Herring | 2013-12-30 | 1 | -8/+0 |
|/ |
|
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-14 | 1 | -3/+0 |
|\ |
|
| * | DMA-API: amba: get rid of separate dma_mask | Russell King | 2013-10-31 | 1 | -3/+0 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 10 | -115/+477 |
|\ \ |
|
| * | | dt: disable self-tests for !OF_IRQ | Rob Herring | 2013-11-08 | 1 | -0/+1 |
| * | | of: irq: Fix interrupt-map entry matching | Tomasz Figa | 2013-11-07 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 5 | -111/+324 |
| |\ \ |
|
| | * | | of/irq: Fix potential buffer overflow | Grant Likely | 2013-11-03 | 1 | -2/+8 |
| | * | | of/irq: Fix bug in interrupt parsing refactor. | Grant Likely | 2013-11-03 | 1 | -10/+10 |
| | * | | of/irq: create interrupts-extended property | Grant Likely | 2013-10-28 | 2 | -5/+81 |
| | * | | of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. | Grant Likely | 2013-10-24 | 1 | -0/+25 |
| | * | | of/irq: Rework of_irq_count() | Thierry Reding | 2013-10-24 | 1 | -1/+2 |
| | * | | of: Add testcases for interrupt parsing | Grant Likely | 2013-10-24 | 1 | -6/+85 |
| | * | | of: Add helper for printing an of_phandle_args structure | Grant Likely | 2013-10-24 | 2 | -3/+12 |
| | * | | of/irq: Refactor interrupt-map parsing | Grant Likely | 2013-10-24 | 2 | -53/+62 |
| | * | | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 2013-10-24 | 1 | -1/+1 |
| | * | | of/irq: Replace of_irq with of_phandle_args | Grant Likely | 2013-10-24 | 2 | -9/+8 |
| | * | | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 2013-10-24 | 3 | -21/+21 |
| | * | | of/irq: Pass trigger type in IRQ resource flags | Tomasz Figa | 2013-10-15 | 1 | -1/+1 |
| | * | | of: Fix dereferencing node name in debug output to be safe | Grant Likely | 2013-10-15 | 2 | -7/+7 |
| | * | | of: Fix iteration bug over CPU reg properties | Grant Likely | 2013-10-15 | 1 | -2/+2 |
| | * | | of: Make cpu node handling more portable. | David Miller | 2013-10-15 | 1 | -17/+28 |
| * | | | of: set dma_mask to point to coherent_dma_mask | Rob Herring | 2013-11-03 | 1 | -0/+2 |
| * | | | of: implement of_node_to_nid as a weak function | Rob Herring | 2013-10-09 | 1 | -0/+7 |