summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2021-07-202-8/+8
* Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret2021-05-221-1/+1
* Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret2021-05-221-9/+1
* of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat2021-03-031-1/+9
* fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed2021-03-031-1/+1
* of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo2020-11-181-1/+3
* of: Fix reserved-memory overlap detectionVincent Whitchurch2020-11-101-2/+11
* of: of_mdio: Correct loop scanning logicFlorian Fainelli2020-07-221-2/+7
* of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand2020-04-241-2/+5
* of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring2020-04-241-3/+0
* drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin2020-04-021-0/+1
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-02-142-1/+9
* of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2020-01-271-1/+1
* of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner2019-12-171-1/+3
* of: unittest: allow base devicetree to have symbol metadataFrank Rowand2019-12-011-8/+35
* of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2019-11-201-1/+1
* of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-11-101-0/+1
* OF: properties: add missing of_node_putJulia Lawall2019-01-231-0/+1
* of: add helper to lookup compatible child nodeJohan Hovold2018-12-011-0/+25
* of, numa: Validate some distance map rulesJohn Garry2018-11-211-2/+7
* of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-10-131-8/+18
* of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla2018-07-031-2/+3
* of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler2018-07-031-4/+4
* of: overlay: validate offset from property fixupsFrank Rowand2018-07-031-0/+5
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-05-011-2/+5
* of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-03-031-2/+7
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-02-131-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-211-12/+27
|\
| * of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven2017-10-221-12/+27
* | device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund2017-10-121-1/+1
* | drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith2017-10-121-1/+1
* | of: do not leak console optionsSergey Senozhatsky2017-10-121-2/+6
|/
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-16/+32
|\
| * of: restrict DMA configurationRobin Murphy2017-09-011-16/+32
* | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0715-272/+418
|\ \
| * | devicetree: Adjust status "ok" -> "okay" under drivers/of/Robert P. J. Day2017-09-051-3/+3
| * | of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-252-2/+2
| * | of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson2017-08-241-5/+10
| * | of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson2017-08-241-0/+2
| * | device property: use of_graph_get_remote_endpoint() for of_fwnodeKuninori Morimoto2017-08-141-2/+2
| * | of/irq: use of_property_read_u32_index to parse interrupts propertyRob Herring2017-08-011-21/+13
| * | of/device: use of_property_for_each_string to parse compatible stringsRob Herring2017-08-011-43/+23
| * | of_pci: use of_property_read_u32_array()Sergei Shtylyov2017-07-241-14/+14
| * | of_pci: use of_property_read_u32()Sergei Shtylyov2017-07-241-9/+6
| * | of: base: use of_property_read_string()Sergei Shtylyov2017-07-241-4/+6
| * | of: base: use of_property_read_u32()Sergei Shtylyov2017-07-241-8/+6
| * | of: remove unused pci_space variable from address.cShawn Lin2017-07-211-2/+1
| * | of: irq: use of_property_read_u32()Sergei Shtylyov2017-07-211-18/+12
| * | of: irq: use of_property_read_bool() for "interrupt-controller" propSergei Shtylyov2017-07-211-3/+2