summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach2016-08-151-9/+2
* of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao2016-08-121-0/+2
* of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel2016-08-091-2/+3
* drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-091-1/+1
* of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2016-08-091-2/+1
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-2/+18
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-0/+22
|\
| * dt: Add of_device_compatible_match()Benjamin Herrenschmidt2016-07-201-0/+22
* | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-3013-139/+188
|\ \
| * | of: fdt: mark unflattened tree as detachedMichal Suchanek2016-07-181-3/+10
| * | of: overlay: add resolver error printsMichal Suchanek2016-07-181-0/+6
| * | of: use pr_fmt prefix for all console printingRob Herring2016-07-1811-121/+124
| * | of/irq: Mark initialised interrupt controllers as populatedJon Hunter2016-06-241-0/+2
| * | of: fix memory leak related to safe_name()Frank Rowand2016-06-243-10/+25
| * | Revert "of/platform: export of_default_bus_match_table"Kefeng Wang2016-06-231-1/+0
| * | of: unittest: use of_platform_default_populate() to populate default busKefeng Wang2016-06-231-3/+2
| * | of/platform: Add common method to populate default busKefeng Wang2016-06-231-1/+19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-272-2/+37
|\ \
| * | of_mdio: Abstract a general interface for phy connectDongpo Li2016-07-161-0/+36
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-303-13/+32
| |\|
| * | of_mdio: select fixed phy support unconditionallyArnd Bergmann2016-06-282-2/+1
| * | of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings2016-06-231-1/+1
* | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+13
|\ \ \
| * | | FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-061-0/+13
| | |/ | |/|
* | | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-261-20/+63
|\ \ \
| * | | Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab2016-07-083-13/+32
| |\| |
| * | | [media] of: reserved_mem: restore old behavior when no region is definedMarek Szyprowski2016-06-091-1/+1
| * | | of: reserved_mem: add support for using more than one region for given deviceMarek Szyprowski2016-06-031-21/+64
| | |/ | |/|
* | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-251-2/+2
|\ \ \ | |_|/ |/| |
| * | arm64, NUMA: rework numa_add_memblk()Hanjun Guo2016-05-301-2/+2
| |/
* | drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan2016-06-091-2/+13
* | of: silence warnings due to max() usageStephen Rothwell2016-06-031-2/+6
* | drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherentJaewon2016-06-031-1/+4
* | of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov2016-06-031-9/+10
|/
* Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-242-120/+0
|\
| * mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon2016-05-052-156/+0
| * of: mtd: prepare helper reading NAND ECC algo from DTRafał Miłecki2016-04-191-0/+36
* | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-204-220/+380
|\ \
| * | of/unittest: Remove unnecessary module.h header inclusionJavier Martinez Canillas2016-05-191-1/+0
| * | drivers/of: Fix build warning in populate_node()Gavin Shan2016-05-191-8/+8
| * | drivers/of: Fix depth when unflattening devicetreeRhyland Klein2016-05-191-9/+9
| * | of: dynamic: changeset prop-update revert fixPantelis Antoniou2016-05-161-0/+5
| * | drivers/of: Export of_detach_node()Gavin Shan2016-05-161-0/+1
| * | drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan2016-05-161-11/+22
| * | drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-162-5/+11
| * | drivers/of: Rename unflatten_dt_node()Gavin Shan2016-05-161-7/+7
| * | drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan2016-05-161-48/+74
| * | drivers/of: Split unflatten_dt_node()Gavin Shan2016-05-161-102/+147
| * | of: document refcount incrementation of of_get_cpu_node()Masahiro Yamada2016-04-251-1/+2
| * | of: Introduce of_phandle_iterator_args()Joerg Roedel2016-04-191-6/+23