aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-16of_mdio: Abstract a general interface for phy connectDongpo Li1-0/+36
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+32
2016-06-28of_mdio: select fixed phy support unconditionallyArnd Bergmann2-2/+1
2016-06-23of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings1-1/+1
2016-06-09drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan1-2/+13
2016-06-03of: silence warnings due to max() usageStephen Rothwell1-2/+6
2016-06-03drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherentJaewon1-1/+4
2016-06-03of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov1-9/+10
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2-120/+0
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds4-220/+380
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-25/+12
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-115/+1
2016-05-19of/unittest: Remove unnecessary module.h header inclusionJavier Martinez Canillas1-1/+0
2016-05-19drivers/of: Fix build warning in populate_node()Gavin Shan1-8/+8
2016-05-19drivers/of: Fix depth when unflattening devicetreeRhyland Klein1-9/+9
2016-05-18Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+23
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+13
2016-05-16of: dynamic: changeset prop-update revert fixPantelis Antoniou1-0/+5
2016-05-16drivers/of: Export of_detach_node()Gavin Shan1-0/+1
2016-05-16drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan1-11/+22
2016-05-16drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2-5/+11
2016-05-16drivers/of: Rename unflatten_dt_node()Gavin Shan1-7/+7
2016-05-16drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan1-48/+74
2016-05-16drivers/of: Split unflatten_dt_node()Gavin Shan1-102/+147
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-115/+1
2016-05-11drivers/of: Add check for null property in of_remove_property()Suraj Jitindar Singh1-0/+3
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-1/+1
2016-05-05mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon2-156/+0
2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli1-0/+4
2016-04-26of_mdio: get_phy_device() doesn't return NULL anymoreSergei Shtylyov1-1/+1
2016-04-25of: document refcount incrementation of of_get_cpu_node()Masahiro Yamada1-1/+2
2016-04-22of/unittest: convert to use an explicit i2c mux corePeter Rosin1-25/+12
2016-04-19of: Introduce of_phandle_iterator_args()Joerg Roedel1-6/+23
2016-04-19of: Introduce of_for_each_phandle() helper macroJoerg Roedel1-6/+1
2016-04-19of: Remove counting special case from __of_parse_phandle_with_args()Joerg Roedel1-5/+14
2016-04-19of: Move phandle walking to of_phandle_iterator_next()Joerg Roedel1-56/+74
2016-04-19of: Introduce struct of_phandle_iteratorJoerg Roedel1-39/+60
2016-04-19fdt: fix extend of cmd lineMax Uvarov1-2/+8
2016-04-19of: mtd: prepare helper reading NAND ECC algo from DTRafał Miłecki1-0/+36
2016-04-18of_mdio: make of_mdiobus_register_{device|phy}() *void*Sergei Shtylyov1-13/+8
2016-04-15of, numa: Add NUMA of binding implementation.David Daney3-0/+215
2016-04-15of/platform: Allow secondary compatible match in of_dev_lookupTony Lindgren1-5/+23
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds4-10/+21
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+6
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+15
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-18/+25
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov1-3/+3