Age | Commit message (Expand) | Author | Files | Lines |
2021-11-04 | of/irq: Allow matching of an interrupt-map local to an interrupt controller | Marc Zyngier | 1 | -5/+12 |
2021-09-17 | of: restricted dma: Fix condition for rmem init | David Brazdil | 1 | -1/+5 |
2021-09-15 | Revert "of: property: fw_devlink: Add support for "phy-handle" property" | Saravana Kannan | 1 | -2/+0 |
2021-09-10 | of: property: Disable fw_devlink DT support for X86 | Saravana Kannan | 1 | -0/+3 |
2021-09-03 | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+40 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+8 |
2021-09-03 | memblock: make memblock_find_in_range method private | Mike Rapoport | 1 | -4/+8 |
2021-09-02 | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -62/+131 |
2021-08-25 | of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr() | Geert Uytterhoeven | 1 | -3/+3 |
2021-08-25 | of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef | Geert Uytterhoeven | 1 | -6/+3 |
2021-08-25 | of: fdt: Add generic support for handling usable memory range property | Geert Uytterhoeven | 1 | -0/+30 |
2021-08-25 | of: fdt: Add generic support for handling elf core headers property | Geert Uytterhoeven | 1 | -3/+56 |
2021-08-23 | of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFS | Marc Zyngier | 1 | -1/+1 |
2021-08-23 | of: restricted dma: Don't fail device probe on rmem init failure | Will Deacon | 1 | -5/+8 |
2021-08-23 | of: Move of_dma_set_restricted_buffer() into device.c | Will Deacon | 3 | -40/+34 |
2021-08-18 | of: property: fw_devlink: Add support for "phy-handle" property | Saravana Kannan | 1 | -0/+2 |
2021-08-18 | of: property: fw_devlink: Add support for "leds" and "backlight" | Saravana Kannan | 1 | -0/+4 |
2021-08-15 | of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch() | Geert Uytterhoeven | 1 | -6/+1 |
2021-08-15 | of: fdt: Remove early_init_dt_reserve_memory_arch() override capability | Geert Uytterhoeven | 1 | -16/+16 |
2021-08-14 | of: property: fw_devlink: Add support for "resets" and "pwms" | Saravana Kannan | 1 | -0/+4 |
2021-08-03 | of: fdt: do not update local variable after use | Ohhoon Kwon | 1 | -1/+0 |
2021-07-24 | of: Return success from of_dma_set_restricted_buffer() when !OF_ADDRESS | Will Deacon | 1 | -1/+2 |
2021-07-16 | of: kexec: Remove FDT_PROP_* definitions | Geert Uytterhoeven | 1 | -25/+15 |
2021-07-15 | of: fdt: remove unnecessary codes | 권오훈 | 1 | -3/+0 |
2021-07-15 | of: base: remove unnecessary for loop | 권오훈 | 1 | -3/+1 |
2021-07-14 | of: Add plumbing for restricted DMA pool | Claire Chang | 3 | -0/+42 |
2021-07-12 | of: Add stub for of_add_property() | Wesley Cheng | 1 | -0/+1 |
2021-07-03 | Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -109/+64 |
2021-06-24 | of: of_reserved_mem: mark nomap memory instead of removing | Dong Aisheng | 1 | -2/+2 |
2021-06-24 | of: of_reserved_mem: only call memblock_free for normal reserved memory | Dong Aisheng | 1 | -1/+2 |
2021-06-16 | of: Remove superfluous casts when printing u64 values | Geert Uytterhoeven | 2 | -14/+6 |
2021-06-16 | of: Fix truncation of memory sizes on 32-bit platforms | Geert Uytterhoeven | 2 | -8/+8 |
2021-06-08 | iommu: Drop unnecessary of_iommu.h includes | Rob Herring | 1 | -1/+0 |
2021-06-05 | of: unittest: Use DEFINE_RES_MEM() to simplify code | Zhen Lei | 1 | -5/+1 |
2021-06-03 | of: Merge of_address_to_resource() and of_pci_address_to_resource() implement... | Rob Herring | 1 | -26/+18 |
2021-06-03 | of: address: Use IS_ENABLED() for !CONFIG_PCI | Rob Herring | 1 | -1/+7 |
2021-06-03 | of: Merge of_get_address() and of_get_pci_address() implementations | Rob Herring | 1 | -49/+13 |
2021-06-03 | of: Move reserved memory private function declarations | Rob Herring | 2 | -0/+6 |
2021-06-03 | of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMA | Rob Herring | 1 | -3/+1 |
2021-05-03 | of: overlay: Remove redundant assignment to ret | Jiapeng Chong | 1 | -3/+0 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -32/+53 |
2021-04-29 | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 21 | -349/+937 |
2021-04-26 | Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+41 |
2021-04-22 | of: overlay: Fix kerneldoc warning in of_overlay_remove() | Rob Herring | 1 | -1/+1 |
2021-04-21 | of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses | Leonardo Bras | 1 | -1/+4 |
2021-04-14 | Merge tag 'v5.12-rc7' into driver-core-next | Greg Kroah-Hartman | 5 | -29/+66 |
2021-04-14 | of: net: fix of_get_mac_addr_nvmem() for non-platform devices | Michael Walle | 1 | -5/+30 |
2021-04-14 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 1 | -32/+28 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -29/+66 |
2021-04-09 | Merge tag 'devicetree-fixes-for-5.12-2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -29/+66 |