summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2023-01-14of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-08of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-09-23of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov1-1/+1
2022-06-09of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá1-3/+1
2022-01-27of: base: Improve argument length mismatch errorBaruch Siach1-3/+8
2022-01-27of: base: Fix phandle argument length mismatch error messageBaruch Siach1-2/+2
2022-01-27of: unittest: 64 bit dma address test requires arch supportFrank Rowand1-2/+3
2022-01-27of: unittest: fix warning on PowerPC frame size warningJim Quinlan1-4/+12
2021-11-18of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand1-8/+8
2021-09-18of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier1-1/+1
2021-07-14of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2-8/+8
2021-05-14of: overlay: fix for_each_child.cocci warningskernel test robot1-0/+1
2021-04-14of: property: fw_devlink: do not link ".*,nr-gpios"Ilya Lipnitskiy1-1/+10
2021-03-09of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas1-0/+3
2021-03-09of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+18
2021-03-09of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+42
2021-03-04of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9
2021-03-04fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2021-02-04of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu1-3/+7
2020-11-12of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-11-02of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven1-1/+1
2020-10-29dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=nGeert Uytterhoeven1-3/+3
2020-10-26of: Fix reserved-memory overlap detectionVincent Whitchurch1-2/+11
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-580/+1
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-73/+90
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson3-600/+0
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring1-1/+20
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-25of: add of_mdio_find_device() apiRussell King1-9/+29
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan4-73/+89
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli1-0/+1
2020-08-20of: address: Work around missing device_type property in pcie nodesMarc Zyngier1-1/+15
2020-08-18of: platform: Destroy child devices symmetricallyThierry Reding1-1/+1
2020-08-17of/address: check for invalid range.cpu_addrColin Ian King1-0/+5
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-11/+16
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+3
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+23
2020-08-05Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-20/+97
2020-08-04of: reserved-memory: remove duplicated call to of_get_flat_dt_prop() for no-m...Yue Hu1-6/+6
2020-08-04of: unittest: Use bigger address cells to catch parser regressionsNicolas Saenz Julienne2-6/+6
2020-08-04net: mdiobus: add reset-post-delay-us handlingBruno Thomsen1-0/+2
2020-07-31of: address: Fix parser address/size cells initializationNicolas Saenz Julienne1-2/+2
2020-07-31of_address: Guard of_bus_pci_get_flags with CONFIG_PCIJiaxun Yang1-1/+1
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang1-12/+17
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi1-14/+14
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun1-3/+5
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-3/+5
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2-22/+22
2020-07-28of: property: Add device link support for pinctrl-0 through pinctrl-8Saravana Kannan1-0/+18