Age | Commit message (Expand) | Author | Files | Lines |
2016-05-02 | of: of_mdio: Check if MDIO bus controller is available | Florian Fainelli | 1 | -0/+4 |
2016-04-26 | of_mdio: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-25 | of: document refcount incrementation of of_get_cpu_node() | Masahiro Yamada | 1 | -1/+2 |
2016-04-22 | of/unittest: convert to use an explicit i2c mux core | Peter Rosin | 1 | -25/+12 |
2016-04-20 | of: Introduce of_phandle_iterator_args() | Joerg Roedel | 1 | -6/+23 |
2016-04-20 | of: Introduce of_for_each_phandle() helper macro | Joerg Roedel | 1 | -6/+1 |
2016-04-20 | of: Remove counting special case from __of_parse_phandle_with_args() | Joerg Roedel | 1 | -5/+14 |
2016-04-20 | of: Move phandle walking to of_phandle_iterator_next() | Joerg Roedel | 1 | -56/+74 |
2016-04-20 | of: Introduce struct of_phandle_iterator | Joerg Roedel | 1 | -39/+60 |
2016-04-20 | fdt: fix extend of cmd line | Max Uvarov | 1 | -2/+8 |
2016-04-19 | of: mtd: prepare helper reading NAND ECC algo from DT | Rafał Miłecki | 1 | -0/+36 |
2016-04-19 | of_mdio: make of_mdiobus_register_{device|phy}() *void* | Sergei Shtylyov | 1 | -13/+8 |
2016-04-15 | of, numa: Add NUMA of binding implementation. | David Daney | 3 | -0/+215 |
2016-04-15 | of/platform: Allow secondary compatible match in of_dev_lookup | Tony Lindgren | 1 | -5/+23 |
2016-03-20 | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -10/+21 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -8/+6 |
2016-03-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -4/+15 |
2016-03-17 | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -18/+25 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2016-03-14 | of_mdio: use PTR_ERR_OR_ZERO() | Sergei Shtylyov | 1 | -3/+3 |
2016-03-14 | of_mdio: use IS_ERR_OR_NULL() | Sergei Shtylyov | 1 | -1/+1 |
2016-03-14 | of_mdio: mdio_device_create() never returns NULL | Sergei Shtylyov | 1 | -1/+1 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-03-04 | of: add 'const' for of_property_*_string*() parameter '*np' | David Rivshin | 1 | -7/+8 |
2016-03-04 | of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays() | Sergey Senozhatsky | 1 | -0/+5 |
2016-03-04 | of: alloc anywhere from memblock if range not specified | Vinayak Menon | 1 | -1/+3 |
2016-03-02 | of_mdio: fix kernel-doc for of_phy_connect() | Sergei Shtylyov | 1 | -0/+1 |
2016-03-02 | of_mdio: kill useless variable in of_mdiobus_register() | Sergei Shtylyov | 1 | -3/+1 |
2016-02-18 | of/fdt: factor out assignment of initrd_start/initrd_end | Ard Biesheuvel | 1 | -3/+11 |
2016-02-18 | of/fdt: make memblock minimum physical address arch configurable | Ard Biesheuvel | 1 | -1/+4 |
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-15 | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -1/+37 |
2016-02-13 | of: resolver: Add missing of_node_get and of_node_put | Amitoj Kaur Chawla | 1 | -2/+5 |
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-07 | of: earlycon: Log more helpful message if stdout-path node not found | Peter Hurley | 1 | -3/+6 |
2016-02-07 | of: earlycon: Move address translation to of_setup_earlycon() | Peter Hurley | 2 | -8/+11 |
2016-02-07 | of: earlycon: Initialize port fields from DT properties | Peter Hurley | 1 | -1/+1 |
2016-02-07 | of: earlycon: Add options string handling | Peter Hurley | 1 | -5/+6 |
2016-02-07 | of: earlycon: Fixup earlycon console name and index | Peter Hurley | 1 | -1/+1 |
2016-02-07 | earlycon: Use common framework for earlycon declarations | Peter Hurley | 1 | -7/+7 |
2016-02-06 | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 1 | -1/+0 |
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 |