summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2021-01-27of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-12-09driver core: Delete pointless parameter in fwnode_operations.add_linksSaravana Kannan
2020-12-09of: property: Update implementation of add_links() to create fwnode linksSaravana Kannan
2020-12-09driver core: Add fwnode link supportSaravana Kannan
2020-12-09Revert "of: platform: Batch fwnode parsing when adding all top level devices"Saravana Kannan
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold
2020-12-02of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas
2020-11-20of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2020-11-20of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2020-11-11of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo
2020-11-02of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven
2020-10-29dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=nGeert Uytterhoeven
2020-10-25of: Fix reserved-memory overlap detectionVincent Whitchurch
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-24of: add of_mdio_find_device() apiRussell King
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli
2020-08-19of: address: Work around missing device_type property in pcie nodesMarc Zyngier
2020-08-17of: platform: Destroy child devices symmetricallyThierry Reding
2020-08-17of/address: check for invalid range.cpu_addrColin Ian King
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-08-05Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-03of: reserved-memory: remove duplicated call to of_get_flat_dt_prop() for no-m...Yue Hu
2020-08-03of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen
2020-07-31of: address: Fix parser address/size cells initializationNicolas Saenz Julienne
2020-07-31of_address: Guard of_bus_pci_get_flags with CONFIG_PCIJiaxun Yang
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-27of: property: Add device link support for pinctrl-0 through pinctrl-8Saravana Kannan
2020-07-27of: property: Add device link support for multiple DT bindingsSaravana Kannan
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie
2020-07-15of/address: Fix variable name in comment of of_iomapWenchao Hao
2020-07-01of_graph: add of_graph_is_present()Dmitry Osipenko
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-20of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren
2020-06-19of: of_mdio: Correct loop scanning logicFlorian Fainelli