aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-03of: overlay: Remove redundant assignment to retJiapeng Chong1-3/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-32/+53
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds21-349/+937
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+41
2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring1-1/+1
2021-04-21of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addressesLeonardo Bras1-1/+4
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman5-29/+66
2021-04-13of: net: fix of_get_mac_addr_nvmem() for non-platform devicesMichael Walle1-5/+30
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-32/+28
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-29/+66
2021-04-09Merge tag 'devicetree-fixes-for-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds5-29/+66
2021-04-09of: property: fw_devlink: do not link ".*,nr-gpios"Ilya Lipnitskiy1-1/+10
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand3-10/+23
2021-04-08of/address: Add infrastructure to declare MMIO as non-postedHector Martin1-2/+41
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand3-19/+34
2021-04-02of: property: fw_devlink: Add support for remote-endpointSaravana Kannan1-16/+32
2021-03-29of: base: Fix spelling issue with function param 'prop'Lee Jones1-3/+3
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring7-73/+99
2021-03-27of: Fix kerneldoc output formattingRob Herring2-143/+141
2021-03-24of: overlay: fix for_each_child.cocci warningskernel test robot1-0/+1
2021-03-23of: of_reserved_mem: Demote kernel-doc abusesLee Jones1-3/+3
2021-03-23of: overlay: Fix function name disparityLee Jones1-1/+1
2021-03-23of: of_net: Provide function name and param descriptionLee Jones1-0/+3
2021-03-23of: fdt: Demote kernel-doc abuses and fix function namingLee Jones1-11/+12
2021-03-23of: address: Provide descriptions for 'of_address_to_resource's paramsLee Jones1-0/+3
2021-03-23of: property: Provide missing member description and remove excess paramLee Jones1-1/+1
2021-03-23of: base: Fix some formatting issues and provide missing descriptionsLee Jones1-5/+11
2021-03-23of: platform: Demote kernel-doc abuseLee Jones1-1/+1
2021-03-23of: dynamic: Fix incorrect parameter name and provide missing descriptionsLee Jones1-1/+3
2021-03-23of: device: Fix function name in header and provide missing descriptionsLee Jones1-1/+6
2021-03-23of: unittest: Statically apply overlays using fdtoverlayViresh Kumar3-0/+56
2021-03-23of: unittest: Create overlay_common.dtsi and testcases_common.dtsiViresh Kumar5-106/+128
2021-03-18of: of_net: Provide function name and param descriptionLee Jones1-0/+3
2021-03-11of: property: Remove unneeded return variableYang Li1-2/+1
2021-03-08kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDTLakshmi Ramasubramanian1-52/+5
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian1-0/+240
2021-03-08of: Add a common kexec FDT setup functionRob Herring2-0/+271
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+52
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds5-28/+15
2021-02-19of: property: fw_devlink: Ignore interrupts property for some configsSaravana Kannan1-0/+3
2021-02-12of: Remove of_dev_{get,put}()Rob Herring3-24/+3
2021-02-09of: property: Add fw_devlink support for optional propertiesSaravana Kannan1-3/+9
2021-02-09of: property: Don't add links to absent suppliersSaravana Kannan1-1/+3
2021-02-09of: property: Fix fw_devlink handling of interrupts/interrupts-extendedSaravana Kannan1-5/+5
2021-02-04nvmem: Add driver to expose reserved memory as nvmemNicolas Saenz Julienne1-0/+1
2021-01-27of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu1-3/+7
2021-01-26of: property: Add fw_devlink support for interruptsSaravana Kannan1-0/+11
2021-01-26of: property: Add fw_devlink support for "gpio" and "gpios" bindingSaravana Kannan1-0/+23
2021-01-15of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9