Age | Commit message (Expand) | Author | Files | Lines |
2014-01-14 | phylib: Add of_phy_attach | Andy Fleming | 1 | -0/+20 |
2014-01-14 | phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY | Andy Fleming | 1 | -0/+1 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -15/+12 |
2013-12-30 | Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixes | Rob Herring | 1 | -2/+10 |
2013-12-30 | of/irq: Fix device_node refcount in of_irq_parse_raw() | Cédric Le Goater | 1 | -4/+1 |
2013-12-30 | of/Kconfig: Spelling s/one/once/ | Geert Uytterhoeven | 1 | -1/+1 |
2013-12-30 | Revert "of/address: Handle #address-cells > 2 specially" | Rob Herring | 1 | -8/+0 |
2013-12-11 | of: Fix NULL dereference in unflatten_and_copy() | James Hogan | 1 | -2/+10 |
2013-12-06 | net: of_mdio: parse "max-speed" property to set PHY supported features | Florian Fainelli | 1 | -1/+24 |
2013-12-06 | net: of_mdio: do not overwrite PHY interrupt configuration | Florian Fainelli | 1 | -2/+3 |
2013-12-06 | net: of_mdio: use PHY_MAX_ADDR constant | Florian Fainelli | 1 | -1/+1 |
2013-12-06 | net: of_mdio: factor PHY registration from of_mdiobus_register | Florian Fainelli | 1 | -63/+46 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -3/+0 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -115/+477 |
2013-11-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+31 |
2013-11-08 | dt: disable self-tests for !OF_IRQ | Rob Herring | 1 | -0/+1 |
2013-11-07 | of: irq: Fix interrupt-map entry matching | Tomasz Figa | 1 | -1/+1 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 5 | -111/+324 |
2013-11-04 | of/irq: Fix potential buffer overflow | Grant Likely | 1 | -2/+8 |
2013-11-04 | of/irq: Fix bug in interrupt parsing refactor. | Grant Likely | 1 | -10/+10 |
2013-11-04 | of: set dma_mask to point to coherent_dma_mask | Rob Herring | 1 | -0/+2 |
2013-10-31 | DMA-API: amba: get rid of separate dma_mask | Russell King | 1 | -3/+0 |
2013-10-31 | of: Move definition of of_find_next_cache_node into common code. | Sudeep KarkadaNagesha | 1 | -0/+31 |
2013-10-29 | of/irq: create interrupts-extended property | Grant Likely | 2 | -5/+81 |
2013-10-24 | of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. | Grant Likely | 1 | -0/+25 |
2013-10-24 | of/irq: Rework of_irq_count() | Thierry Reding | 1 | -1/+2 |
2013-10-24 | of: Add testcases for interrupt parsing | Grant Likely | 1 | -6/+85 |
2013-10-24 | of: Add helper for printing an of_phandle_args structure | Grant Likely | 2 | -3/+12 |
2013-10-24 | of/irq: Refactor interrupt-map parsing | Grant Likely | 2 | -53/+62 |
2013-10-24 | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 1 | -1/+1 |
2013-10-24 | of/irq: Replace of_irq with of_phandle_args | Grant Likely | 2 | -9/+8 |
2013-10-24 | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 3 | -21/+21 |
2013-10-15 | of/irq: Pass trigger type in IRQ resource flags | Tomasz Figa | 1 | -1/+1 |
2013-10-15 | of: Fix dereferencing node name in debug output to be safe | Grant Likely | 2 | -7/+7 |
2013-10-15 | of: Fix iteration bug over CPU reg properties | Grant Likely | 1 | -2/+2 |
2013-10-15 | of: Make cpu node handling more portable. | David Miller | 1 | -17/+28 |
2013-10-15 | Revert "drivers: of: add initialization code for dma reserved memory" | Marek Szyprowski | 4 | -184/+0 |
2013-10-14 | Revert "of: Feed entire flattened device tree into the random pool" | Grant Likely | 1 | -12/+0 |
2013-10-14 | of: fix unnecessary warning on missing /cpus node | Grant Likely | 1 | -3/+1 |
2013-10-10 | of: implement of_node_to_nid as a weak function | Rob Herring | 1 | -0/+7 |
2013-10-10 | of: implement pci_address_to_pio as weak function | Rob Herring | 2 | -1/+8 |
2013-10-10 | of: remove unnecessary prom.h includes | Rob Herring | 2 | -2/+0 |
2013-10-10 | of: introduce common FDT machine related functions | Rob Herring | 1 | -0/+60 |
2013-10-09 | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 1 | -3/+6 |
2013-10-09 | of: create default early_init_dt_add_memory_arch | Rob Herring | 1 | -0/+19 |
2013-10-09 | of: Introduce common early_init_dt_scan | Rob Herring | 1 | -0/+26 |
2013-10-09 | of: create unflatten_and_copy_device_tree | Rob Herring | 1 | -0/+24 |
2013-09-12 | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds | 1 | -2/+0 |
2013-09-11 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 5 | -114/+209 |
2013-09-10 | drivers: of: fix build break if asm/dma-contiguous.h is missing | Marek Szyprowski | 1 | -2/+0 |