aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-15of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach1-9/+2
2016-08-12of/platform: disable the of_platform_default_populate_init() for all the ppc boardsKevin Hao1-0/+2
2016-08-09of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel1-2/+3
2016-08-09drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan1-1/+1
2016-08-09of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring1-2/+1
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook1-2/+18
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+22
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds13-139/+188
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+37
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+13
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-20/+63
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki1-2/+2
2016-07-20dt: Add of_device_compatible_match()Benjamin Herrenschmidt1-0/+22
2016-07-18of: fdt: mark unflattened tree as detachedMichal Suchanek1-3/+10
2016-07-18of: overlay: add resolver error printsMichal Suchanek1-0/+6
2016-07-18of: use pr_fmt prefix for all console printingRob Herring11-121/+124
2016-07-16of_mdio: Abstract a general interface for phy connectDongpo Li1-0/+36
2016-07-08Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab3-13/+32
2016-07-06FDT: Add a helper to get the subnode by given nameShannon Zhao1-0/+13
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-24of/irq: Mark initialised interrupt controllers as populatedJon Hunter1-0/+2
2016-06-24of: fix memory leak related to safe_name()Frank Rowand3-10/+25
2016-06-23Revert "of/platform: export of_default_bus_match_table"Kefeng Wang1-1/+0
2016-06-23of: unittest: use of_platform_default_populate() to populate default busKefeng Wang1-3/+2
2016-06-23of/platform: Add common method to populate default busKefeng Wang1-1/+19
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-09[media] of: reserved_mem: restore old behavior when no region is definedMarek Szyprowski1-1/+1
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-06-03of: reserved_mem: add support for using more than one region for given deviceMarek Szyprowski1-21/+64
2016-05-30arm64, NUMA: rework numa_add_memblk()Hanjun Guo1-2/+2
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