summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=nGeert Uytterhoeven2020-10-291-3/+3
* of: Fix reserved-memory overlap detectionVincent Whitchurch2020-10-251-2/+11
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-154-580/+1
|\
| * net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson2020-10-103-600/+0
| * of: add of_mdio_find_device() apiRussell King2020-09-241-9/+29
| * of: Export of_remove_property() to modulesFlorian Fainelli2020-09-051-0/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-154-73/+90
|\ \
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-174-73/+89
| |/
* | Merge branch 'dt/linus' into dt/nextRob Herring2020-10-061-1/+20
|\|
| * of: address: Work around missing device_type property in pcie nodesMarc Zyngier2020-08-191-1/+15
| * of/address: check for invalid range.cpu_addrColin Ian King2020-08-171-0/+5
* | of: platform: Destroy child devices symmetricallyThierry Reding2020-08-171-1/+1
|/
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-11/+16
|\
| * of: address: Fix parser address/size cells initializationNicolas Saenz Julienne2020-07-311-2/+2
| * of_address: Guard of_bus_pci_get_flags with CONFIG_PCIJiaxun Yang2020-07-311-1/+1
| * of_address: Add bus type match for pci ranges parserJiaxun Yang2020-07-281-12/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+3
|\ \
| * | net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-031-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-2/+7
| |\ \
| * | | of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren2020-06-201-1/+1
| | |/ | |/|
* | | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-051-0/+23
|\ \ \
| * \ \ Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-2/+7
| |\ \ \ | | | |/ | | |/|
| * | | of_graph: add of_graph_is_present()Dmitry Osipenko2020-07-011-0/+23
| | |/ | |/|
* | | Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-055-20/+97
|\ \ \
| * | | of: reserved-memory: remove duplicated call to of_get_flat_dt_prop() for no-m...Yue Hu2020-08-031-6/+6
| * | | of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne2020-08-032-6/+6
| * | | of: property: Add device link support for pinctrl-0 through pinctrl-8Saravana Kannan2020-07-271-0/+18
| * | | of: property: Add device link support for multiple DT bindingsSaravana Kannan2020-07-271-0/+9
| * | | of/address: Fix variable name in comment of of_iomapWenchao Hao2020-07-151-1/+1
| * | | of: property: Improve cycle detection when one of the devices is never addedSaravana Kannan2020-06-171-6/+56
| * | | of: reserved_mem: Fix typo in the too-many-regions messageDanny Lin2020-06-151-1/+1
| |/ /
* | | of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi2020-07-281-14/+14
* | | of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun2020-07-281-3/+5
* | | of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2020-07-281-3/+5
* | | of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2020-07-282-22/+22
| |/ |/|
* | of: of_mdio: Correct loop scanning logicFlorian Fainelli2020-06-191-2/+7
|/
* Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-071-0/+2
|\
| * of: platform: Batch fwnode parsing when adding all top level devicesSaravana Kannan2020-05-151-0/+2
* | Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-046-19/+27
|\ \
| * | of/fdt: Remove redundant kbasename function callQi Zheng2020-05-281-4/+0
| * | dt/platform: Fix comment in of_dev_lookup()Qi Zheng2020-05-271-1/+1
| * | of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter2020-05-271-2/+1
| * | drivers/of: keep description of function consistent with function namechenqiwu2020-05-192-6/+6
| * | of: property: Do not link to disabled devicesNicolas Saenz Julienne2020-04-281-1/+13
| * | of: property: Fix create device links for all child-supplier dependenciesNicolas Saenz Julienne2020-04-281-1/+1
| * | of: property: Don't retry device_link_add() upon failureSaravana Kannan2020-04-281-1/+1
| * | of: fix the warnings from command line.tangjianqiang2020-04-201-1/+1
| * | Merge branch 'dt/linus' into dt/nextRob Herring2020-04-173-13/+40
| |\|