Age | Commit message (Expand) | Author | Files | Lines |
2016-02-17 | Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+8 |
2016-02-12 | of/irq: Fix msi-map calculation for nonzero rid-base | Robin Murphy | 1 | -1/+8 |
2016-02-09 | of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities. | Aaro Koskinen | 1 | -0/+1 |
2016-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+36 |
2016-02-01 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -15/+3 |
2016-01-29 | of: of_mdio: Add a whitelist of PHY compatibilities. | Andrew Lunn | 1 | -0/+27 |
2016-01-29 | of: of_mdio: Ensure mdio device is a PHY | Andrew Lunn | 1 | -1/+9 |
2016-01-26 | of: MSI: Simplify irqdomain lookup | Marc Zyngier | 1 | -15/+3 |
2016-01-14 | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -42/+81 |
2016-01-14 | drivers/of: Export OF changeset functions | Gavin Shan | 4 | -27/+52 |
2016-01-12 | mdio: remove an unneed condition | Dan Carpenter | 1 | -4/+2 |
2016-01-07 | mdio: Add support for mdio drivers. | Andrew Lunn | 1 | -0/+33 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -1/+1 |
2016-01-07 | of: phy: Only register a phy device for phys | Andrew Lunn | 1 | -7/+34 |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 1 | -3/+3 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -6/+1 |
2016-01-05 | of/platform: export of_default_bus_match_table | Masahiro Yamada | 1 | -0/+1 |
2016-01-05 | of/unittest: Show broken behaviour in the platform bus | Grant Likely | 1 | -0/+14 |
2015-12-10 | of/address: replace printk(KERN_ERR ...) with pr_err(...) | Masahiro Yamada | 1 | -1/+1 |
2015-12-10 | of/irq: optimize device node matching loop in of_irq_init() | Masahiro Yamada | 1 | -14/+13 |
2015-12-09 | of/irq: Export of_irq_find_parent again | Carlo Caione | 1 | -1/+2 |
2015-12-08 | of/fdt: Add mutex protection for calls to __unflatten_device_tree() | Guenter Roeck | 1 | -0/+5 |
2015-12-01 | of/address: fix typo in comment block of of_translate_one() | Masahiro Yamada | 1 | -2/+3 |
2015-12-01 | of: do not use 0x in front of %pa | Dmitry V. Krivenok | 1 | -1/+1 |
2015-12-01 | of: Fix comparison of reserved memory regions | Michael Ellerman | 1 | -1/+7 |
2015-11-12 | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -20/+0 |
2015-11-12 | Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+7 |
2015-11-11 | drivers: of: of_reserved_mem: fixup the alignment with CMA setup | Jason Liu | 1 | -0/+4 |
2015-11-11 | of: Print rather than WARN'ing when overlap check fails | Michael Ellerman | 1 | -4/+3 |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki | 1 | -20/+0 |
2015-11-07 | PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() | Suthikulpanit, Suravee | 1 | -19/+0 |
2015-11-07 | of/pci: Fix pci_get_host_bridge_device leak | Suthikulpanit, Suravee | 1 | -3/+2 |
2015-11-06 | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -19/+93 |
2015-11-06 | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+26 |
2015-11-05 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+6 |
2015-10-30 | of: simplify arch_find_n_match_cpu_physical_id() function | Masahiro Yamada | 1 | -4/+1 |
2015-10-30 | drivers: of: removing assignment of 0 to static variable | Saurabh Sengar | 1 | -1/+1 |
2015-10-28 | Merge branch 'all-dtbs-v2' into for-next | Rob Herring | 1 | -0/+10 |
2015-10-28 | of: add config option to enable building of all dtbs | Rob Herring | 1 | -0/+10 |
2015-10-27 | of/fdt: fix error checking for earlycon address | Masahiro Yamada | 1 | -2/+3 |
2015-10-22 | of/overlay: add missing of_node_put | Julia Lawall | 1 | -1/+4 |
2015-10-22 | of/platform: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
2015-10-22 | of/irq: add missing of_node_put | Julia Lawall | 1 | -2/+5 |
2015-10-22 | of/unittest: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
2015-10-22 | Merge branch 'dt-doc-cleanup' into for-next | Rob Herring | 2 | -12/+37 |
2015-10-18 | of: to support binding numa node to specified device in devicetree | Zhen Lei | 1 | -5/+6 |
2015-10-16 | of/irq: Use the msi-map property to provide device-specific MSI domain | Marc Zyngier | 1 | -0/+18 |
2015-10-16 | of/irq: Split of_msi_map_rid to reuse msi-map lookup | Marc Zyngier | 1 | -15/+28 |
2015-10-16 | of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsing | Marc Zyngier | 1 | -20/+11 |
2015-10-16 | of/irq: Add support code for multi-parent version of "msi-parent" | Marc Zyngier | 1 | -0/+59 |