summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-201-20/+20
|\
| * of: fdt: Honor CONFIG_CMDLINE* even without /chosen nodeAlexander Sverdlin2022-12-161-20/+20
* | Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-191-0/+1
|\ \ | |/ |/|
| * of/irq: export of_msi_get_domainKevin Hilman2022-10-191-0/+1
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-3/+3
|\ \
| * | driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman2022-11-221-3/+3
| |/
* | Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-134-16/+13
|\ \
| * | of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie2022-12-111-2/+2
| * | of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" valuesRob Herring2022-12-061-5/+5
| * | of: unittest: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-061-6/+4
| * | Merge branch 'dt/dtbo-rename' into dt/nextRob Herring2022-10-2635-57/+57
| |\ \
| * | | of/platform: use of_address_count() helperYang Yingliang2022-10-161-3/+2
| | |/ | |/|
* | | Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-12-1235-57/+57
|\ \ \ | | |/ | |/|
| * | of: overlay: rename overlay source files from .dts to .dtsoFrank Rowand2022-10-2635-57/+57
| |/
* / of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang2022-11-221-1/+3
|/
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-107-18/+32
|\
| * of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois2022-10-031-1/+2
| * of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov2022-09-301-1/+1
| * of: Fix "dma-ranges" handling for bus controllersRobin Murphy2022-09-303-2/+16
| * of: fdt: Remove unused struct fdt_scan_statusYuan Can2022-09-291-9/+0
| * of/fdt: Don't calculate initrd size from DT if start > endMarek Bykowski2022-09-091-0/+2
| * of: irq: Report individual failures in of_irq_init()Alexander Sverdlin2022-09-071-0/+3
| * of: unittest: taint the kernel when of unittest runsFrank Rowand2022-08-251-0/+3
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-223-5/+5
* | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-041-4/+2
|\ \
| * \ Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-271-1/+1
| |\ \
| * | | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-4/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+1
|\ \ \ | | |/ | |/|
| * | of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov2022-08-161-1/+1
| |/
* / of: base: export of_device_compatible_match() for use in modulesVladimir Oltean2022-08-221-0/+1
|/
* Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-121-7/+10
|\
| * riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-101-7/+10
| |\
| | * of: also handle dma-noncoherent in of_dma_is_coherent()Heiko Stuebner2022-07-281-7/+10
* | | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-1/+3
|\ \ \ | |/ / |/| |
| * | earlycon: prevent multiple register_console()Michael Walle2022-06-301-1/+3
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \
| * | mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang2022-06-161-1/+1
| |/
* | Merge tag 'devicetree-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-047-35/+48
|\ \
| * | of/fdt: declared return type does not match actual return typeXu Qiang2022-08-011-1/+1
| * | of/fdt: Clean up early_init_dt_reserve_memory_arch()Peter Collingbourne2022-07-251-7/+6
| * | of: overlay: Simplify of_overlay_fdt_apply() tailGeert Uytterhoeven2022-07-191-7/+2
| * | of: overlay: Move devicetree_corrupt() check upGeert Uytterhoeven2022-07-191-6/+5
| * | of: device: Fix missing of_node_put() in of_dma_set_restricted_bufferLiang He2022-07-121-1/+4
| * | of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()Andy Shevchenko2022-07-111-7/+6
| * | of: unittest: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-07-111-2/+2
| * | of: reserved-memory: Print allocation/reservation failures as errorVincent Whitchurch2022-06-282-3/+4
| * | of: Drop duplicate 'the' in of_find_last_cache_level kerneldocDeming Wang2022-06-281-1/+1
| * | of: check previous kernel's ima-kexec-buffer against memory boundsVaibhav Jain2022-06-071-0/+17
| |/
* | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-0/+2
|\ \
| * | of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan2022-06-271-0/+2
| |/