aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-109/+64
2021-06-24of: of_reserved_mem: mark nomap memory instead of removingGravatar Dong Aisheng 1-2/+2
2021-06-24of: of_reserved_mem: only call memblock_free for normal reserved memoryGravatar Dong Aisheng 1-1/+2
2021-06-16of: Remove superfluous casts when printing u64 valuesGravatar Geert Uytterhoeven 2-14/+6
2021-06-16of: Fix truncation of memory sizes on 32-bit platformsGravatar Geert Uytterhoeven 2-8/+8
2021-06-08iommu: Drop unnecessary of_iommu.h includesGravatar Rob Herring 1-1/+0
2021-06-04of: unittest: Use DEFINE_RES_MEM() to simplify codeGravatar Zhen Lei 1-5/+1
2021-06-02of: Merge of_address_to_resource() and of_pci_address_to_resource() implement...Gravatar Rob Herring 1-26/+18
2021-06-02of: address: Use IS_ENABLED() for !CONFIG_PCIGravatar Rob Herring 1-1/+7
2021-06-02of: Merge of_get_address() and of_get_pci_address() implementationsGravatar Rob Herring 1-49/+13
2021-06-02of: Move reserved memory private function declarationsGravatar Rob Herring 2-0/+6
2021-06-02of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMAGravatar Rob Herring 1-3/+1
2021-05-03of: overlay: Remove redundant assignment to retGravatar Jiapeng Chong 1-3/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-32/+53
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 21-349/+937
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+41
2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Gravatar Rob Herring 1-1/+1
2021-04-21of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addressesGravatar Leonardo Bras 1-1/+4
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGravatar Greg Kroah-Hartman 5-29/+66
2021-04-13of: net: fix of_get_mac_addr_nvmem() for non-platform devicesGravatar Michael Walle 1-5/+30
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Gravatar Michael Walle 1-32/+28
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 5-29/+66
2021-04-09Merge tag 'devicetree-fixes-for-5.12-2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 5-29/+66
2021-04-09of: property: fw_devlink: do not link ".*,nr-gpios"Gravatar Ilya Lipnitskiy 1-1/+10
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTGravatar Frank Rowand 3-10/+23
2021-04-08of/address: Add infrastructure to declare MMIO as non-postedGravatar Hector Martin 1-2/+41
2021-04-07of: properly check for error returned by fdt_get_name()Gravatar Frank Rowand 3-19/+34
2021-04-02of: property: fw_devlink: Add support for remote-endpointGravatar Saravana Kannan 1-16/+32
2021-03-29of: base: Fix spelling issue with function param 'prop'Gravatar Lee Jones 1-3/+3
2021-03-27of: Add missing 'Return' section in kerneldoc commentsGravatar Rob Herring 7-73/+99
2021-03-27of: Fix kerneldoc output formattingGravatar Rob Herring 2-143/+141
2021-03-24of: overlay: fix for_each_child.cocci warningsGravatar kernel test robot 1-0/+1
2021-03-23of: of_reserved_mem: Demote kernel-doc abusesGravatar Lee Jones 1-3/+3
2021-03-23of: overlay: Fix function name disparityGravatar Lee Jones 1-1/+1
2021-03-23of: of_net: Provide function name and param descriptionGravatar Lee Jones 1-0/+3
2021-03-23of: fdt: Demote kernel-doc abuses and fix function namingGravatar Lee Jones 1-11/+12
2021-03-23of: address: Provide descriptions for 'of_address_to_resource's paramsGravatar Lee Jones 1-0/+3
2021-03-23of: property: Provide missing member description and remove excess paramGravatar Lee Jones 1-1/+1
2021-03-23of: base: Fix some formatting issues and provide missing descriptionsGravatar Lee Jones 1-5/+11
2021-03-23of: platform: Demote kernel-doc abuseGravatar Lee Jones 1-1/+1
2021-03-23of: dynamic: Fix incorrect parameter name and provide missing descriptionsGravatar Lee Jones 1-1/+3
2021-03-23of: device: Fix function name in header and provide missing descriptionsGravatar Lee Jones 1-1/+6
2021-03-23of: unittest: Statically apply overlays using fdtoverlayGravatar Viresh Kumar 3-0/+56
2021-03-23of: unittest: Create overlay_common.dtsi and testcases_common.dtsiGravatar Viresh Kumar 5-106/+128
2021-03-18of: of_net: Provide function name and param descriptionGravatar Lee Jones 1-0/+3
2021-03-11of: property: Remove unneeded return variableGravatar Yang Li 1-2/+1
2021-03-08kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDTGravatar Lakshmi Ramasubramanian 1-52/+5
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cGravatar Lakshmi Ramasubramanian 1-0/+240
2021-03-08of: Add a common kexec FDT setup functionGravatar Rob Herring 2-0/+271
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1