aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-35/+48
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2022-08-01of/fdt: declared return type does not match actual return typeGravatar Xu Qiang 1-1/+1
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Gravatar Peter Collingbourne 1-7/+6
2022-07-19of: overlay: Simplify of_overlay_fdt_apply() tailGravatar Geert Uytterhoeven 1-7/+2
2022-07-19of: overlay: Move devicetree_corrupt() check upGravatar Geert Uytterhoeven 1-6/+5
2022-07-12of: device: Fix missing of_node_put() in of_dma_set_restricted_bufferGravatar Liang He 1-1/+4
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Gravatar Andy Shevchenko 1-7/+6
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeGravatar Andy Shevchenko 1-2/+2
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecGravatar Jonathan McDowell 1-8/+5
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorGravatar Vincent Whitchurch 2-3/+4
2022-06-28of: Drop duplicate 'the' in of_find_last_cache_level kerneldocGravatar Deming Wang 1-1/+1
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Gravatar Saravana Kannan 1-0/+2
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Gravatar Patrick Wang 1-1/+1
2022-06-07of: check previous kernel's ima-kexec-buffer against memory boundsGravatar Vaibhav Jain 1-0/+17
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-19/+64
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 12-187/+475
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+34
2022-05-24Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Gravatar Linus Torvalds 1-0/+1
2022-05-23of/irq: fix typo in commentGravatar Julia Lawall 1-1/+1
2022-05-17of/fdt: Ignore disabled memory nodesGravatar Andre Przywara 1-0/+3
2022-05-07of: Support more than one crash kernel regions for kexec -sGravatar Zhen Lei 1-0/+9
2022-05-07of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Gravatar Chen Zhou 1-10/+23
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorGravatar Frank Rowand 2-5/+34
2022-05-03of: overlay: unittest: add tests for overlay notifiersGravatar Frank Rowand 7-0/+280
2022-05-03of: overlay: add entry to of_overlay_action_name[]Gravatar Frank Rowand 1-22/+5
2022-04-25of: overlay: rework overlay apply and remove kfree()sGravatar Frank Rowand 1-138/+125
2022-04-25of: overlay: rename variables to be consistentGravatar Frank Rowand 1-47/+47
2022-04-25of: overlay: do not break notify on NOTIFY_{OK|STOP}Gravatar Nuno Sá 1-3/+1
2022-04-25mtd: phram: Allow probing via reserved-memoryGravatar Vincent Whitchurch 1-0/+1
2022-04-20of: Create platform devices for OF framebuffersGravatar Thomas Zimmermann 1-19/+64
2022-04-19of: of_property_read_string return -ENODATA when !lengthGravatar Stefano Stabellini 1-1/+4
2022-04-12of/irq: Use interrupts-extended to find parentGravatar Samuel Holland 1-2/+11
2022-04-05device property: Add irq_get to fwnode operationGravatar Sakari Ailus 1-0/+7
2022-04-05device property: Add iomap to fwnode operationsGravatar Sakari Ailus 1-0/+10
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeGravatar Sakari Ailus 1-0/+17
2022-04-04of/platform: Drop static setup of IRQ resource from DT coreGravatar Lad Prabhakar 1-9/+5
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-55/+1
2022-03-22cma: factor out minimum alignment requirementGravatar David Hildenbrand 1-6/+3
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Gravatar Rob Herring 1-54/+0
2022-03-08Merge branch 'dt/linus' into dt/nextGravatar Rob Herring 2-9/+9
2022-02-28Merge 5.17-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 2-9/+9
2022-02-17of/fdt: move elfcorehdr reservation early for crash dump kernelGravatar Nikhil Gupta 1-1/+1
2022-02-15of: unittest: print pass messages at PR_INFO levelGravatar Frank Rowand 1-1/+1
2022-02-04misc: open-dice: Add driver to expose DICE data to userspaceGravatar David Brazdil 1-0/+1
2022-01-31of: unittest: update text of expected warningsGravatar Frank Rowand 1-8/+8
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-123/+10
2022-01-20of: Check 'of_node_reused' flag on of_match_device()Gravatar Rob Herring 1-1/+1