summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2020-07-22of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-04-24of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-24of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring1-3/+0
2020-04-02drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-02-15of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-01-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter1-1/+1
2019-12-17of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-12-01of: unittest: allow base devicetree to have symbol metadataFrank Rowand1-8/+35
2019-11-20of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring1-1/+1
2019-11-10of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-01-23OF: properties: add missing of_node_putJulia Lawall1-0/+1
2018-12-01of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-11-21of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-10-13of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-8/+18
2018-07-03of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla1-2/+3
2018-07-03of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler1-4/+4
2018-07-03of: overlay: validate offset from property fixupsFrank Rowand1-0/+5
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+5
2018-03-03of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur1-2/+7
2018-02-13.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+27
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven1-12/+27
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-16/+32
2017-09-08Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-272/+418
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+18
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+50
2017-09-05devicetree: Adjust status "ok" -> "okay" under drivers/of/Robert P. J. Day1-3/+3
2017-09-01of: restrict DMA configurationRobin Murphy1-16/+32
2017-08-25of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2-2/+2
2017-08-24of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson1-5/+10
2017-08-24of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson1-0/+2
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-08-17of: fix DMA mask generationRobin Murphy1-4/+4
2017-08-15device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto1-2/+2
2017-08-14of_mdio: merge branch tails in of_phy_register_fixed_link()Sergei Shtylyov1-12/+11
2017-08-08of_mdio: use of_property_read_u32_array()Sergei Shtylyov1-8/+8
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller1-2/+15
2017-08-01of/irq: use of_property_read_u32_index to parse interrupts propertyRob Herring1-21/+13
2017-08-01of/device: use of_property_for_each_string to parse compatible stringsRob Herring1-43/+23
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-01Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...Mark Brown1-2/+15
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren1-2/+15
2017-07-25of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov1-4/+2
2017-07-24of_pci: use of_property_read_u32_array()Sergei Shtylyov1-14/+14
2017-07-24of_pci: use of_property_read_u32()Sergei Shtylyov1-9/+6
2017-07-24of: base: use of_property_read_string()Sergei Shtylyov1-4/+6