index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
Zijun Hu
1
-2
/
+2
2025-01-13
of: Remove a duplicated code block
Zijun Hu
3
-35
/
+25
2025-01-13
of: property: Avoiding using uninitialized variable @imaplen in parse_interru...
Zijun Hu
1
-1
/
+1
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
7
-11
/
+66
2025-01-12
of/address: Fix WARN when attempting translating non-translatable addresses
Rob Herring (Arm)
1
-3
/
+15
2025-01-12
of/unittest: Add test that of_address_to_resource() fails on non-translatable...
Rob Herring (Arm)
2
-0
/
+27
2025-01-10
of: Correct child specifier used as input of the 2nd nexus node
Zijun Hu
1
-1
/
+1
2024-12-31
of: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-2
/
+2
2024-12-22
Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-11
/
+66
2024-12-20
of: Add coreboot firmware to excluded default cells list
Rob Herring (Arm)
1
-1
/
+2
2024-12-20
samples: rust: add Rust platform sample driver
Danilo Krummrich
1
-0
/
+5
2024-12-16
of: Fix of_find_node_opts_by_path() handling of alias+path+options
Zijun Hu
1
-3
/
+3
2024-12-16
of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path...
Zijun Hu
1
-0
/
+9
2024-12-10
of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()
Zijun Hu
1
-0
/
+1
2024-12-10
of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()
Zijun Hu
1
-0
/
+1
2024-12-10
of: Fix refcount leakage for OF node returned by __of_get_dma_parent()
Zijun Hu
1
-1
/
+1
2024-12-10
of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw()
Zijun Hu
1
-1
/
+1
2024-12-10
of: Simplify API of_find_node_with_property() implementation
Zijun Hu
1
-7
/
+3
2024-12-10
of/fdt: Dump __be32 array in CPU type order in of_dump_addr()
Zijun Hu
1
-1
/
+1
2024-12-10
of: Hide of_default_bus_match_table[]
Stephen Boyd
1
-12
/
+11
2024-12-03
of: Fix error path in of_parse_phandle_with_args_map()
Herve Codina
1
-5
/
+10
2024-12-03
of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attribute
Thomas Weißschuh
1
-12
/
+4
2024-12-02
of: Add #address-cells/#size-cells in the device-tree root empty node
Herve Codina
1
-1
/
+8
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-3
/
+3
2024-12-01
Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+80
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+6
2024-11-29
of: base: Document prefix argument for of_get_next_child_with_prefix()
Chen-Yu Tsai
1
-0
/
+1
2024-11-27
of: address: Preserve the flags portion on 1:1 dma-ranges mapping
Andrea della Porta
1
-1
/
+2
2024-11-27
of/unittest: Add empty dma-ranges address translation tests
Andrea della Porta
2
-0
/
+41
2024-11-27
of: base: Add for_each_child_of_node_with_prefix()
Chen-Yu Tsai
1
-0
/
+35
2024-11-27
of: dynamic: Add of_changeset_update_prop_string
Chen-Yu Tsai
1
-0
/
+44
2024-11-25
of: property: fw_devlink: Do not use interrupt-parent directly
Samuel Holland
1
-2
/
+0
2024-11-15
Merge branch 'dt/linus' into dt/next
Rob Herring (Arm)
6
-2
/
+29
2024-11-15
of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=n
Stephen Boyd
3
-1
/
+4
2024-11-08
of/address: Rework bus matching to avoid warnings
Rob Herring (Arm)
1
-5
/
+9
2024-11-08
of: WARN on deprecated #address-cells/#size-cells handling
Rob Herring (Arm)
2
-8
/
+24
2024-11-08
of/fdt: Don't use default address cell sizes for address translation
Rob Herring (Arm)
1
-2
/
+2
2024-11-04
kbuild: add generic support for built-in boot DTBs
Masahiro Yamada
1
-0
/
+6
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
2
-7
/
+9
2024-10-24
of: property: use new of_graph functions
Kuninori Morimoto
1
-13
/
+5
2024-10-24
of: property: add of_graph_get_next_port_endpoint()
Kuninori Morimoto
1
-0
/
+27
2024-10-24
of: property: add of_graph_get_next_port()
Kuninori Morimoto
1
-0
/
+54
2024-10-16
of: module: remove strlen() call in of_modalias()
Sergey Shtylyov
1
-3
/
+1
2024-10-15
of: reserved_mem: Add code to dynamically allocate reserved_mem array
Oreoluwa Babatunde
1
-4
/
+59
2024-10-15
of: reserved_mem: Restructure how the reserved memory regions are processed
Oreoluwa Babatunde
3
-54
/
+122
2024-10-15
of/address: Constify of_busses[] array and pointers
Rob Herring (Arm)
1
-6
/
+6
2024-10-15
of: Constify safe_name() kobject arg
Rob Herring (Arm)
1
-1
/
+1
2024-10-15
of: Constify of_changeset_entry function arguments
Rob Herring (Arm)
1
-2
/
+2
2024-10-15
of: Constify struct property pointers
Rob Herring (Arm)
6
-25
/
+26
2024-10-15
of: Constify struct device_node function arguments
Rob Herring (Arm)
7
-22
/
+22
[prev]
[next]