summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2022-08-16of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-01of/fdt: declared return type does not match actual return typeXu Qiang
2022-07-28of: also handle dma-noncoherent in of_dma_is_coherent()Heiko Stuebner
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Peter Collingbourne
2022-07-19of: overlay: Simplify of_overlay_fdt_apply() tailGeert Uytterhoeven
2022-07-19of: overlay: Move devicetree_corrupt() check upGeert Uytterhoeven
2022-07-12of: device: Fix missing of_node_put() in of_dma_set_restricted_bufferLiang He
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell
2022-06-30earlycon: prevent multiple register_console()Michael Walle
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorVincent Whitchurch
2022-06-28of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-06-07of: check previous kernel's ima-kexec-buffer against memory boundsVaibhav Jain
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2022-05-23of/irq: fix typo in commentJulia Lawall
2022-05-17of/fdt: Ignore disabled memory nodesAndre Przywara
2022-05-07of: Support more than one crash kernel regions for kexec -sZhen Lei
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Chen Zhou
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand
2022-05-03of: overlay: unittest: add tests for overlay notifiersFrank Rowand
2022-05-03of: overlay: add entry to of_overlay_action_name[]Frank Rowand
2022-04-25of: overlay: rework overlay apply and remove kfree()sFrank Rowand
2022-04-25of: overlay: rename variables to be consistentFrank Rowand
2022-04-25of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch
2022-04-20of: Create platform devices for OF framebuffersThomas Zimmermann
2022-04-19of: of_property_read_string return -ENODATA when !lengthStefano Stabellini
2022-04-12of/irq: Use interrupts-extended to find parentSamuel Holland
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus
2022-04-04of/platform: Drop static setup of IRQ resource from DT coreLad Prabhakar
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring
2022-03-08Merge branch 'dt/linus' into dt/nextRob Herring
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman