summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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/g...Linus Torvalds1-0/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+52
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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
2021-01-15fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2021-01-15of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult1-2/+2
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-111/+41
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+2
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+63
2020-12-09driver core: Delete pointless parameter in fwnode_operations.add_linksSaravana Kannan1-2/+1
2020-12-09of: property: Update implementation of add_links() to create fwnode linksSaravana Kannan1-109/+41
2020-12-09driver core: Add fwnode link supportSaravana Kannan1-0/+1
2020-12-09Revert "of: platform: Batch fwnode parsing when adding all top level devices"Saravana Kannan1-2/+0
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-5/+2
2020-12-02of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas1-0/+3
2020-11-20of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+18