summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-141-2/+8
|\
| * of: Support using 'mask' in making device bus idRob Herring2021-11-111-2/+8
* | of/irq: Don't ignore interrupt-controller when interrupt-map failedMarc Zyngier2021-11-121-3/+16
|/
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-5/+12
|\
| * of/irq: Allow matching of an interrupt-map local to an interrupt controllerMarc Zyngier2021-11-041-5/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-4/+5
|\ \
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-062-4/+4
| * | mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-0/+1
* | | Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-11-031-0/+1
|\ \ \
| * \ \ Merge tag 'qcom-drivers-for-5.16-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2021-10-261-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | soc: qcom: smem: Support reserved-memory descriptionBjorn Andersson2021-10-141-0/+1
* | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-028-48/+93
|\ \ \ \
| * | | | of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Rob Herring2021-11-011-28/+24
| * | | | of: unittest: document intentional interrupt-map provider build warningFrank Rowand2021-11-012-0/+25
| * | | | of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand2021-11-011-8/+8
| * | | | of/unittest: Disable new dtc node_name_vs_property_name and interrupt_map war...Rob Herring2021-11-011-1/+7
| * | | | of/unittest: Add of_node_put() before returnWan Jiabing2021-10-201-0/+2
| * | | | of: kobj: make of_node_is_(initialized|attached) parameters constNathan Lynch2021-10-202-3/+3
| * | | | of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring2021-10-201-0/+22
| * | | | Merge branch 'dt/linus' into dt/nextRob Herring2021-10-082-3/+5
| |\| | |
| * | | | of: remove duplicate declarations of __of_*_sysfs() functionsZev Weiss2021-10-061-8/+0
| * | | | of, numa: Fetch empty NUMA node ID from distance mapGavin Shan2021-10-041-0/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-021-5/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-021-5/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | | * | ARM: 9119/1: amba: Properly handle device probe without IRQ domainWang Kefeng2021-10-191-5/+1
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+2
|\| | |
| * | | memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport2021-10-211-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+1
|\| | |
| * | | fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann2021-10-061-0/+1
| | |/ | |/|
* / | of: net: move of_net under net/Jakub Kicinski2021-10-073-150/+0
|/ /
* | of: restricted dma: Fix condition for rmem initDavid Brazdil2021-09-171-1/+5
* | Revert "of: property: fw_devlink: Add support for "phy-handle" property"Saravana Kannan2021-09-151-2/+0
|/
* of: property: Disable fw_devlink DT support for X86Saravana Kannan2021-09-101-0/+3
* Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-0/+40
|\
| * of: restricted dma: Don't fail device probe on rmem init failureWill Deacon2021-08-231-5/+8
| * of: Move of_dma_set_restricted_buffer() into device.cWill Deacon2021-08-233-40/+34
| * of: Return success from of_dma_set_restricted_buffer() when !OF_ADDRESSWill Deacon2021-07-231-1/+2
| * of: Add plumbing for restricted DMA poolClaire Chang2021-07-133-0/+42
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-4/+8
|\ \
| * | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-4/+8
| |/
* | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-015-62/+131
|\ \
| * | of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Geert Uytterhoeven2021-08-251-3/+3
| * | of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGeert Uytterhoeven2021-08-241-6/+3
| * | of: fdt: Add generic support for handling usable memory range propertyGeert Uytterhoeven2021-08-241-0/+30
| * | of: fdt: Add generic support for handling elf core headers propertyGeert Uytterhoeven2021-08-241-3/+56
| * | of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier2021-08-231-1/+1
| * | of: property: fw_devlink: Add support for "phy-handle" propertySaravana Kannan2021-08-181-0/+2
| * | of: property: fw_devlink: Add support for "leds" and "backlight"Saravana Kannan2021-08-171-0/+4
| * | of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven2021-08-151-6/+1
| * | of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven2021-08-151-16/+16