summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2023-01-04of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring1-13/+15
2023-01-04Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring1-20/+20
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold1-2/+4
2022-12-20Merge tag 'devicetree-for-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+20
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-12-16of: fdt: Honor CONFIG_CMDLINE* even without /chosen nodeAlexander Sverdlin1-20/+20
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2022-12-13Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-16/+13
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds35-57/+57
2022-12-11of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-06of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" valuesRob Herring1-5/+5
2022-12-06of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König1-6/+4
2022-11-22of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-11-22driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman1-3/+3
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring35-57/+57
2022-10-26of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand35-57/+57
2022-10-19of/irq: export of_msi_get_domainKevin Hilman1-0/+1
2022-10-16of/platform: use of_address_count() helperYang Yingliang1-3/+2
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-18/+32
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2022-10-03of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois1-1/+2
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov1-1/+1
2022-09-30of: Fix "dma-ranges" handling for bus controllersRobin Murphy3-2/+16
2022-09-29of: fdt: Remove unused struct fdt_scan_statusYuan Can1-9/+0
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-09of/fdt: Don't calculate initrd size from DT if start > endMarek Bykowski1-0/+2
2022-09-07of: irq: Report individual failures in of_irq_init()Alexander Sverdlin1-0/+3
2022-08-25of: unittest: taint the kernel when of unittest runsFrank Rowand1-0/+3
2022-08-22of: base: export of_device_compatible_match() for use in modulesVladimir Oltean1-0/+1
2022-08-22of: move from strlcpy with unused retval to strscpyWolfram Sang3-5/+5
2022-08-16of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-4/+2
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+10
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt1-7/+10
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-04Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-35/+48
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2022-08-01of/fdt: declared return type does not match actual return typeXu Qiang1-1/+1
2022-07-28of: also handle dma-noncoherent in of_dma_is_coherent()Heiko Stuebner1-7/+10
2022-07-25of/fdt: Clean up early_init_dt_reserve_memory_arch()Peter Collingbourne1-7/+6
2022-07-19of: overlay: Simplify of_overlay_fdt_apply() tailGeert Uytterhoeven1-7/+2
2022-07-19of: overlay: Move devicetree_corrupt() check upGeert Uytterhoeven1-6/+5
2022-07-12of: device: Fix missing of_node_put() in of_dma_set_restricted_bufferLiang He1-1/+4
2022-07-11of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko1-7/+6
2022-07-11of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko1-2/+2
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell1-8/+5
2022-06-30earlycon: prevent multiple register_console()Michael Walle1-1/+3
2022-06-28of: reserved-memory: Print allocation/reservation failures as errorVincent Whitchurch2-3/+4