| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | of: Introduce of_for_each_phandle() helper macro | Joerg Roedel | 2016-04-19 | 1 | -6/+1 |
| * | | of: Remove counting special case from __of_parse_phandle_with_args() | Joerg Roedel | 2016-04-19 | 1 | -5/+14 |
| * | | of: Move phandle walking to of_phandle_iterator_next() | Joerg Roedel | 2016-04-19 | 1 | -56/+74 |
| * | | of: Introduce struct of_phandle_iterator | Joerg Roedel | 2016-04-19 | 1 | -39/+60 |
| * | | fdt: fix extend of cmd line | Max Uvarov | 2016-04-19 | 1 | -2/+8 |
| |/ |
|
* | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-05-20 | 1 | -0/+3 |
|\ \ |
|
| * | | drivers/of: Add check for null property in of_remove_property() | Suraj Jitindar Singh | 2016-05-11 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-05-19 | 1 | -25/+12 |
|\ \ |
|
| * | | of/unittest: convert to use an explicit i2c mux core | Peter Rosin | 2016-04-22 | 1 | -25/+12 |
| |/ |
|
* | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-19 | 1 | -1/+1 |
|\ \ |
|
| * | | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-19 | 1 | -115/+1 |
|\ \ |
|
| * | | PCI, of: Move PCI I/O space management to PCI core code | Tomasz Nowicki | 2016-05-12 | 1 | -115/+1 |
| |/ |
|
* | | Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-18 | 1 | -5/+23 |
|\ \ |
|
| * | | of/platform: Allow secondary compatible match in of_dev_lookup | Tony Lindgren | 2016-04-15 | 1 | -5/+23 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-17 | 1 | -14/+13 |
|\ \ |
|
| * | | of: of_mdio: Check if MDIO bus controller is available | Florian Fainelli | 2016-05-01 | 1 | -0/+4 |
| * | | of_mdio: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 2016-04-26 | 1 | -1/+1 |
| * | | of_mdio: make of_mdiobus_register_{device|phy}() *void* | Sergei Shtylyov | 2016-04-18 | 1 | -13/+8 |
| |/ |
|
* | | of, numa: Add NUMA of binding implementation. | David Daney | 2016-04-15 | 3 | -0/+215 |
|/ |
|
* | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-03-19 | 4 | -10/+21 |
|\ |
|
| * | of: add 'const' for of_property_*_string*() parameter '*np' | David Rivshin | 2016-03-03 | 1 | -7/+8 |
| * | of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() | Sergey Senozhatsky | 2016-03-03 | 1 | -0/+5 |
| * | of: alloc anywhere from memblock if range not specified | Vinayak Menon | 2016-03-03 | 1 | -1/+3 |
| * | of: resolver: Add missing of_node_get and of_node_put | Amitoj Kaur Chawla | 2016-02-13 | 1 | -2/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -8/+6 |
|\ \ |
|
| * | | of_mdio: use PTR_ERR_OR_ZERO() | Sergei Shtylyov | 2016-03-14 | 1 | -3/+3 |
| * | | of_mdio: use IS_ERR_OR_NULL() | Sergei Shtylyov | 2016-03-14 | 1 | -1/+1 |
| * | | of_mdio: mdio_device_create() never returns NULL | Sergei Shtylyov | 2016-03-14 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 1 | -0/+1 |
| |\ \ |
|
| * | | | of_mdio: kill useless variable in of_mdiobus_register() | Sergei Shtylyov | 2016-03-01 | 1 | -3/+1 |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-03-17 | 1 | -4/+15 |
|\ \ \ \ |
|
| * | | | | of/fdt: factor out assignment of initrd_start/initrd_end | Ard Biesheuvel | 2016-02-18 | 1 | -3/+11 |
| * | | | | of/fdt: make memblock minimum physical address arch configurable | Ard Biesheuvel | 2016-02-18 | 1 | -1/+4 |
* | | | | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-03-17 | 2 | -18/+25 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 2016-02-14 | 1 | -1/+37 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | of: earlycon: Log more helpful message if stdout-path node not found | Peter Hurley | 2016-02-06 | 1 | -3/+6 |
| * | | | | | of: earlycon: Move address translation to of_setup_earlycon() | Peter Hurley | 2016-02-06 | 2 | -8/+11 |
| * | | | | | of: earlycon: Initialize port fields from DT properties | Peter Hurley | 2016-02-06 | 1 | -1/+1 |
| * | | | | | of: earlycon: Add options string handling | Peter Hurley | 2016-02-06 | 1 | -5/+6 |
| * | | | | | of: earlycon: Fixup earlycon console name and index | Peter Hurley | 2016-02-06 | 1 | -1/+1 |
| * | | | | | earlycon: Use common framework for earlycon declarations | Peter Hurley | 2016-02-06 | 1 | -7/+7 |
* | | | | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-03-16 | 1 | -1/+0 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 2016-02-05 | 1 | -1/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | of_mdio: fix kernel-doc for of_phy_connect() | Sergei Shtylyov | 2016-03-01 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-02-17 | 1 | -1/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | of/irq: Fix msi-map calculation for nonzero rid-base | Robin Murphy | 2016-02-11 | 1 | -1/+8 |
* | | | | of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities. | Aaro Koskinen | 2016-02-09 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-02-01 | 1 | -1/+36 |
|\ \ \
| |_|/
|/| | |
|
| * | | of: of_mdio: Add a whitelist of PHY compatibilities. | Andrew Lunn | 2016-01-28 | 1 | -0/+27 |