summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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-02-15of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-01-29of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter1-1/+1
2019-11-25of: 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
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-9/+19
2018-07-03of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler1-4/+4
2018-05-02earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+5
2018-04-29OF: Prevent unaligned access in of_alias_scan()Paul Burton1-1/+1
2018-03-22of: fix of_device_get_modalias returned length when truncating buffersRob Herring1-1/+1
2017-07-28of: device: Export of_device_{get_modalias, uvent_modalias} to modulesStephen Boyd1-0/+2
2017-06-29of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf1-3/+6
2017-05-25of: fdt: add missing allocation-failure checkJohan Hovold1-0/+3
2017-05-25of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Tyrel Datwyler1-0/+2
2017-05-25of: fix sparse warning in of_pci_range_parser_oneRob Herring1-1/+1
2017-01-09of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney1-1/+6
2016-11-30of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-0/+15
2016-11-17of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold1-0/+1
2016-11-17of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold1-1/+4
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-2/+0
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-74/+106
2016-10-11Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+0
2016-10-08console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-0/+2
2016-10-06of/platform: Probe "isa" busses by defaultPaul Burton1-0/+1
2016-10-05Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-52/+121
2016-10-04Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-10/+1
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-10/+1
2016-09-23mtd: Kill the OF_MTD Kconfig optionBoris Brezillon1-4/+0
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy2-74/+106
2016-09-15of/platform: Initialise dev->fwnode appropriatelyRobin Murphy1-0/+2
2016-09-15of: Add array read functions with min/max size limitsRichard Fitzgerald1-54/+102
2016-09-15of: Make of_find_property_value_of_size take a length rangeRichard Fitzgerald1-10/+29
2016-09-09of_numa: Use pr_fmt()Kefeng Wang1-10/+11
2016-09-09of_numa: Use of_get_next_parent to simplify codeKefeng Wang1-5/+1
2016-09-09of/numa: remove a duplicated warningZhen Lei1-7/+2
2016-09-09of/numa: add nid check for memory blockZhen Lei1-0/+5
2016-09-09of/numa: fix a memory@ node can only contains one memory blockZhen Lei1-19/+10
2016-09-09of/numa: remove a duplicated pr_debug informationZhen Lei1-4/+0
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 ...Kevin 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-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+22
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-139/+188