aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+1
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-74/+106
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-4/+0
2016-10-07console: don't prefer first registered if DT specifies stdout-pathGravatar Paul Burton 1-0/+2
2016-10-06of/platform: Probe "isa" busses by defaultGravatar Paul Burton 1-0/+1
2016-10-05Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-52/+121
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-10/+1
2016-09-28of/serial: move earlycon early_param handling to serialGravatar Leif Lindholm 1-10/+1
2016-09-23mtd: Kill the OF_MTD Kconfig optionGravatar Boris Brezillon 1-4/+0
2016-09-16of/irq: Break out msi-map lookup (again)Gravatar Robin Murphy 2-74/+106
2016-09-15of/platform: Initialise dev->fwnode appropriatelyGravatar Robin Murphy 1-0/+2
2016-09-15of: Add array read functions with min/max size limitsGravatar Richard Fitzgerald 1-54/+102
2016-09-15of: Make of_find_property_value_of_size take a length rangeGravatar Richard Fitzgerald 1-10/+29
2016-09-09of_numa: Use pr_fmt()Gravatar Kefeng Wang 1-10/+11
2016-09-09of_numa: Use of_get_next_parent to simplify codeGravatar Kefeng Wang 1-5/+1
2016-09-09of/numa: remove a duplicated warningGravatar Zhen Lei 1-7/+2
2016-09-09of/numa: add nid check for memory blockGravatar Zhen Lei 1-0/+5
2016-09-09of/numa: fix a memory@ node can only contains one memory blockGravatar Zhen Lei 1-19/+10
2016-09-09of/numa: remove a duplicated pr_debug informationGravatar Zhen Lei 1-4/+0
2016-08-15of: fix reference counting in of_graph_get_endpoint_by_regsGravatar Lucas Stach 1-9/+2
2016-08-12of/platform: disable the of_platform_default_populate_init() for all the ppc ...Gravatar Kevin Hao 1-0/+2
2016-08-09of/irq: Mark interrupt controllers as populated before initialisationGravatar Philipp Zabel 1-2/+3
2016-08-09drivers/of: Validate device node in __unflatten_device_tree()Gravatar Gavin Shan 1-1/+1
2016-08-09of: Delete an unnecessary check before the function call "of_node_put"Gravatar Markus Elfring 1-2/+1
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-2/+18
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+22
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-139/+188
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-2/+37
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+13
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-20/+63
2016-07-25Merge branch 'acpi-numa'Gravatar Rafael J. Wysocki 1-2/+2
2016-07-20dt: Add of_device_compatible_match()Gravatar Benjamin Herrenschmidt 1-0/+22
2016-07-18of: fdt: mark unflattened tree as detachedGravatar Michal Suchanek 1-3/+10
2016-07-18of: overlay: add resolver error printsGravatar Michal Suchanek 1-0/+6
2016-07-18of: use pr_fmt prefix for all console printingGravatar Rob Herring 11-121/+124
2016-07-16of_mdio: Abstract a general interface for phy connectGravatar Dongpo Li 1-0/+36
2016-07-08Merge tag 'v4.7-rc6' into patchworkGravatar Mauro Carvalho Chehab 3-13/+32
2016-07-06FDT: Add a helper to get the subnode by given nameGravatar Shannon Zhao 1-0/+13
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-13/+32
2016-06-28of_mdio: select fixed phy support unconditionallyGravatar Arnd Bergmann 2-2/+1
2016-06-24of/irq: Mark initialised interrupt controllers as populatedGravatar Jon Hunter 1-0/+2
2016-06-24of: fix memory leak related to safe_name()Gravatar Frank Rowand 3-10/+25
2016-06-23Revert "of/platform: export of_default_bus_match_table"Gravatar Kefeng Wang 1-1/+0
2016-06-23of: unittest: use of_platform_default_populate() to populate default busGravatar Kefeng Wang 1-3/+2
2016-06-23of/platform: Add common method to populate default busGravatar Kefeng Wang 1-1/+19
2016-06-23of_mdio: Enable fixed PHY support if driver is a moduleGravatar Ben Hutchings 1-1/+1
2016-06-09drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gravatar Gavin Shan 1-2/+13
2016-06-09[media] of: reserved_mem: restore old behavior when no region is definedGravatar Marek Szyprowski 1-1/+1
2016-06-03of: silence warnings due to max() usageGravatar Stephen Rothwell 1-2/+6
2016-06-03drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherentGravatar Jaewon 1-1/+4