index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
Boris Brezillon
2
-156
/
+0
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
[prev]
[next]