Linus Torvalds
09fb6892f3
Merge tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
...
Pull devicetree updates from Rob Herring:
"DT core:
- Add support for handling multiple cells in "iommu-map" entries
- Support only 1 entry in /reserved-memory "reg" entries. Support for
more than 1 entry has been broken
- Fix a UAF on alloc_reserved_mem_array() failure
- Make "ibm,phandle" handling logic specific to PPC
- Use memcpy() instead of strcpy() for known length strings
- Ensure __of_find_n_match_cpu_property() handles malformed "reg"
entries
- Add various checks that expected strings are strings before
accessing them
- Drop redundant memset() when unflattening DT
DT bindings:
- Add a DTS style checker. Currently hooked up to dt_binding_check to
check examples
- Convert st,nomadik platform, ti,omap-dmm, and ti,irq-crossbar
bindings to DT schema
- Add Apple System Management Controller hwmon, Qualcomm Hamoa
Embedded Controller, Qualcomm IPQ6018 PWM controller, fsl,mc1323,
Samsung SOFEF01-M DDIC panel, Freescale i.MX53 Television Encoder,
Samsung S2M series PMIC extcon, and MT6365 PMIC AuxADC schemas
- Extend bindings for QCom Maili and Nord PDC, QCom Hali fastrpc,
qcom,eliza-imem, qcom,oryon-1-5 CPU, and MT6365 Keys
- Consolidate "sram" property definitions
- Fix constraints on "nvmem" properties which only contain phandles
and no arg cells
- Another pass of fixing "phandle-array" constraints
- Add Gira vendor prefix"
* tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (50 commits)
dt-bindings: interrupt-controller: qcom,pdc: Add Maili compatible string
dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
dt-bindings: vendor-prefixes: add Gira
dt-bindings: embedded-controller: Add Qualcomm reference device EC description
dt-bindings: pwm: add IPQ6018 binding
dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
docs: dt: writing-schema: Clarify what is required in a schema
of: Respect #{iommu,msi}-cells in maps
of: Factor arguments passed to of_map_id() into a struct
of: Add convenience wrappers for of_map_id()
of: reserved_mem: zero total_reserved_mem_cnt if no valid /reserved-memory entry
of: reserved_mem: handle NULL name in of_reserved_mem_lookup()
dt-bindings: cache: l2c2x0: Add missing power-domains
dt-bindings: interrupt-controller: renesas,r9a09g077-icu: Fix reg size in example
dt-bindings: nvmem: consumer: Make 'nvmem' an array of one-item entries
drivers/of/overlay: Use memcpy() to copy known length strings
dt-bindings: add self-test fixtures for style checker
dt-bindings: wire style checker into dt_binding_check
scripts/jobserver-exec: propagate child exit status
dt-bindings: add DTS style checker
...
2026-06-17 11:54:57 -07:00
..
2026-05-30 22:25:23 +02:00
2026-05-30 22:25:32 +02:00
2026-04-02 15:52:49 +02:00
2026-05-30 22:25:50 +02:00
2026-05-21 13:04:42 +02:00
2026-06-17 11:21:40 -07:00
2026-06-15 04:15:31 +05:30
2026-06-17 11:21:40 -07:00
2026-06-11 10:26:40 +02:00
2026-04-06 09:04:53 +02:00
2026-05-11 15:07:23 +02:00
2026-05-26 11:01:48 +03:00
2026-04-20 11:31:01 -07:00
2026-06-11 14:33:35 -07:00
2026-04-15 14:15:25 -07:00
2026-06-12 14:00:51 +01:00
2026-05-02 19:12:36 -07:00
2026-05-28 14:02:21 -07:00
2026-05-08 01:30:16 +02:00
2026-05-08 01:30:16 +02:00
2026-05-08 01:30:16 +02:00
2026-06-17 11:18:45 +01:00
2026-06-08 10:03:43 +02:00
2026-04-02 23:36:21 -07:00
2026-05-20 17:17:04 +01:00
2026-04-06 09:37:50 -05:00
2026-04-06 09:37:51 -05:00
2026-06-17 12:10:11 +01:00
2026-06-17 11:21:40 -07:00
2026-05-12 19:46:59 +09:00
2026-06-12 14:10:22 +01:00
2026-04-24 14:20:03 -07:00
2026-04-19 08:47:40 -07:00
2026-04-15 16:52:20 +02:00
2026-05-01 21:36:14 +02:00
2026-04-18 00:10:50 -07:00
2026-05-17 12:42:37 +01:00
2026-06-17 11:21:40 -07:00
2026-06-16 08:53:53 -07:00
2026-05-26 17:15:30 -04:00
2026-05-26 17:15:30 -04:00
2026-05-11 15:26:12 +02:00
2026-06-04 10:16:51 +02:00
2026-04-03 16:53:50 -04:00
2026-05-26 11:02:02 +02:00
2026-06-16 13:02:47 +05:30
2026-05-20 11:18:27 -04:00
2026-05-28 11:36:53 -04:00
2026-04-01 20:03:07 -04:00
2026-04-09 13:28:05 -04:00
2026-05-28 11:39:16 -04:00
2026-05-28 09:35:38 -06:00
2026-06-12 10:40:35 -06:00
2026-05-12 09:44:31 +09:00
2026-04-01 11:19:45 +03:00
2026-05-23 01:50:33 -07:00
2026-04-10 21:22:32 -07:00
2026-06-12 20:33:16 -07:00
2026-06-07 10:03:01 -07:00
2026-06-14 13:47:38 -07:00
2026-05-31 09:16:55 -07:00
2026-06-17 09:18:14 +01:00
2026-04-12 11:33:23 -07:00
2026-06-07 10:03:01 -07:00
2026-05-12 12:44:43 -07:00
2026-06-04 10:28:11 +02:00
2026-05-29 05:34:25 -06:00
2026-05-18 21:33:15 +02:00
2026-04-27 15:52:51 -06:00
2026-06-06 15:08:36 -07:00
2026-05-14 11:22:55 -10:00
2026-05-15 07:24:29 -10:00
2026-06-17 12:03:56 +01:00
2026-06-05 14:46:51 +02:00
2026-04-16 10:12:43 -07:00
2026-04-11 07:58:33 +02:00
2026-06-15 13:51:27 +05:30
2026-04-27 09:56:38 -07:00
2026-05-28 06:51:30 -07:00
2026-06-15 14:21:14 +05:30
2026-06-15 14:21:14 +05:30
2026-06-15 05:01:15 +05:30
2026-05-28 12:20:19 +02:00
2026-04-15 08:37:45 -07:00
2026-05-20 20:23:32 +02:00
2026-05-26 11:02:01 +02:00
2026-06-08 23:28:24 +02:00
2026-04-04 18:40:58 -06:00
2026-05-22 18:41:24 +02:00
2026-06-04 10:55:27 +02:00
2026-04-07 15:32:20 +02:00
2026-05-28 11:36:53 -04:00
2026-04-02 23:36:24 -07:00
2026-05-28 17:45:46 -07:00
2026-04-18 00:10:51 -07:00
2026-04-21 14:12:01 -07:00
2026-06-05 00:34:55 -04:00
2026-05-14 14:10:39 +02:00
2026-05-22 13:36:52 +02:00
2026-05-18 11:16:29 +02:00
2026-04-27 10:26:49 +02:00
2026-05-04 16:28:14 +02:00
2026-04-08 15:27:47 +02:00
2026-04-26 23:43:58 +02:00
2026-04-26 23:38:57 +02:00
2026-04-01 20:54:16 +02:00
2026-06-13 13:24:34 -07:00
2026-05-29 08:34:12 -07:00
2026-05-19 17:26:07 +02:00
2026-04-16 22:19:29 +02:00
2026-06-09 10:13:06 -07:00
2026-05-15 17:41:05 +02:00
2026-03-31 23:42:52 +00:00
2026-05-11 11:11:48 +02:00
2026-05-11 11:11:48 +02:00
2026-06-09 16:00:11 +02:00
2026-05-21 15:33:47 +02:00
2026-05-11 16:50:27 +02:00
2026-06-15 03:59:45 +05:30
2026-05-25 06:33:30 -07:00
2026-05-28 11:36:59 -04:00
2026-05-06 16:37:48 +02:00
2026-04-05 13:53:07 -07:00
2026-04-05 13:53:07 -07:00
2026-04-07 17:38:07 +02:00
2026-05-11 19:04:46 +09:00
2026-06-15 04:07:58 +05:30
2026-06-15 02:50:44 +05:30
2026-05-15 19:24:33 +02:00
2026-06-05 13:36:22 +02:00
2026-06-07 10:03:00 -07:00
2026-06-03 11:38:51 +02:00
2026-06-03 11:38:52 +02:00
2026-05-22 13:33:58 +02:00
2026-05-13 17:40:02 -07:00
2026-05-04 09:59:19 +02:00
2026-05-08 19:16:19 +05:30
2026-05-21 11:45:52 +02:00
2026-04-27 15:27:41 -07:00
2026-05-12 18:03:37 +02:00
2026-05-21 16:14:33 +02:00
2026-05-13 17:40:02 -07:00
2026-05-29 13:54:43 +08:00
2026-05-28 17:19:28 +02:00
2026-05-06 08:33:09 +02:00
2026-04-05 13:53:45 -07:00
2026-05-21 19:06:11 -07:00
2026-05-28 20:50:34 -07:00
2026-06-16 08:10:21 +05:30
2026-04-06 09:43:18 -05:00
2026-06-15 12:41:17 +05:30
2026-06-03 14:11:58 +02:00
2026-06-03 14:07:07 +02:00
2026-04-07 15:36:02 +02:00
2026-06-08 08:59:03 +02:00
2026-06-03 14:11:58 +02:00
2026-06-03 14:11:56 +02:00
2026-06-05 17:46:17 -07:00
2026-04-12 15:20:46 -07:00
2026-04-13 15:09:49 +02:00
2026-05-13 17:52:55 -07:00
2026-04-23 12:13:57 +02:00
2026-05-04 19:09:41 -07:00
2026-05-14 10:44:16 +02:00
2026-04-01 16:03:05 +02:00
2026-05-07 16:06:28 +03:00
2026-05-26 16:21:11 +02:00
2026-06-13 06:27:20 -06:00
2026-06-05 13:36:22 +02:00
2026-04-26 23:38:35 +02:00
2026-04-09 13:18:27 +01:00
2026-05-08 17:00:44 +02:00
2026-05-26 16:21:13 +02:00
2026-05-26 16:21:14 +02:00
2026-04-09 10:52:35 -04:00
2026-04-05 13:53:28 -07:00
2026-04-30 15:45:32 +02:00
2026-06-02 21:27:26 +02:00
2026-06-06 15:21:40 +02:00
2026-04-18 00:10:48 -07:00
2026-04-21 16:41:54 +01:00
2026-04-05 13:53:04 -07:00
2026-04-09 14:36:52 +02:00
2026-04-09 14:36:52 +02:00
2026-04-05 13:53:40 -07:00
2026-05-21 09:32:46 +02:00
2026-04-03 19:39:52 +02:00
2026-04-13 19:00:43 +02:00
2026-04-05 13:53:46 -07:00
2026-05-18 12:26:51 +02:00
2026-06-05 11:44:10 +01:00
2026-04-01 10:19:41 +02:00
2026-05-12 14:42:29 +02:00
2026-04-18 00:10:50 -07:00
2026-05-26 17:26:57 -07:00
2026-04-03 16:53:50 -04:00
2026-05-01 11:29:33 -04:00
2026-04-03 16:53:50 -04:00
2026-04-18 13:07:36 -05:00
2026-04-27 05:54:25 -07:00
2026-04-06 11:39:54 +02:00
2026-04-18 11:29:14 -07:00
2026-04-18 00:10:48 -07:00
2026-04-05 13:53:00 -07:00
2026-04-05 13:53:32 -07:00
2026-04-05 13:53:33 -07:00
2026-04-05 13:53:01 -07:00
2026-06-03 18:20:47 +02:00
2026-04-02 18:03:03 -07:00
2026-04-18 00:10:47 -07:00
2026-06-15 14:50:18 +05:30
2026-05-28 20:50:34 -07:00
2026-04-05 13:53:41 -07:00
2026-04-08 13:18:57 -07:00
2026-04-15 12:59:16 -07:00
2026-04-19 08:01:17 -07:00
2026-03-31 23:42:18 +00:00
2026-03-31 23:42:52 +00:00
2026-06-11 15:17:30 -07:00
2026-05-11 16:22:15 +02:00
2026-06-15 03:59:45 +05:30
2026-04-13 14:56:28 -07:00
2026-06-12 16:43:10 -07:00
2026-06-16 14:59:58 -07:00
2026-05-12 14:42:32 +02:00
2026-06-09 12:42:20 +02:00
2026-05-11 16:50:29 +02:00
2026-04-22 08:53:23 -04:00
2026-06-15 04:15:31 +05:30
2026-04-24 00:34:59 +02:00
2026-04-27 15:47:21 -06:00
2026-06-17 11:54:57 -07:00
2026-04-05 13:53:12 -07:00
2026-04-05 13:53:17 -07:00
2026-05-21 19:06:13 -07:00
2026-04-05 13:53:10 -07:00
2026-05-22 12:19:02 +02:00
2026-04-10 17:27:39 -05:00
2026-04-04 16:14:37 +05:30
2026-04-06 16:55:16 +02:00
2026-04-15 14:41:21 -07:00
2026-06-11 13:41:25 +02:00
2026-06-16 08:44:43 +05:30
2026-04-18 00:10:50 -07:00
2026-06-17 09:18:14 +01:00
2026-06-09 10:13:04 -07:00
2026-04-12 11:33:23 -07:00
2026-06-10 11:08:23 +02:00
2026-06-08 23:28:24 +02:00
2026-04-01 13:33:35 +02:00
2026-04-20 11:35:17 -07:00
2026-06-02 11:39:58 +02:00
2026-04-20 15:42:18 -07:00
2026-05-11 23:13:01 +02:00
2026-06-10 00:58:04 +02:00
2026-06-04 11:04:18 +02:00
2026-05-13 17:52:55 -07:00
2026-05-26 11:02:01 +02:00
2026-04-21 12:48:44 +02:00
2026-05-24 09:40:02 +02:00
2026-03-31 14:41:56 -07:00
2026-04-10 11:46:15 +01:00
2026-05-07 16:29:14 +02:00
2026-06-15 03:05:50 +05:30
2026-06-07 12:36:13 -07:00
2026-05-30 22:25:45 +02:00
2026-06-02 12:41:15 +02:00
2026-05-06 17:40:15 +02:00
2026-05-05 16:02:57 +02:00
2026-05-19 13:49:01 +02:00
2026-03-31 16:47:17 +02:00
2026-06-15 14:50:18 +05:30
2026-05-05 15:45:35 +01:00
2026-05-12 15:29:12 +01:00
2026-05-01 11:29:33 -04:00
2026-03-31 07:04:00 -06:00
2026-05-28 12:23:22 +02:00
2026-04-19 08:44:41 -07:00
2026-05-22 11:51:35 +02:00
2026-06-06 15:21:41 +02:00
2026-05-28 14:02:21 -07:00
2026-06-16 14:59:58 -07:00
2026-06-16 08:44:43 +05:30
2026-05-01 16:24:25 -05:00
2026-06-17 08:17:00 +01:00
2026-05-11 12:25:31 +02:00
2026-05-24 09:39:41 +02:00
2026-05-12 21:48:36 -07:00
2026-04-18 00:10:47 -07:00
2026-06-17 09:18:14 +01:00
2026-04-13 19:03:11 -07:00
2026-04-17 14:23:26 -06:00
2026-05-01 17:22:45 -07:00
2026-06-03 09:13:00 +02:00
2026-06-02 21:27:26 +02:00
2026-05-11 16:59:43 +02:00
2026-04-01 17:13:35 +02:00
2026-06-02 21:41:23 +02:00
2026-06-04 11:04:18 +02:00
2026-05-19 12:17:36 +02:00
2026-05-24 09:38:47 +02:00
2026-04-21 18:54:28 +03:00
2026-06-07 10:03:01 -07:00
2026-06-04 05:03:56 -04:00
2026-05-11 17:03:00 +02:00
2026-04-05 13:53:08 -07:00
2026-06-15 14:21:14 +05:30
2026-04-05 13:53:44 -07:00
2026-04-06 09:06:39 +02:00
2026-04-18 00:10:54 -07:00
2026-04-04 00:47:50 +02:00
2026-06-04 18:22:45 +02:00
2026-05-22 09:14:16 -06:00
2026-06-10 02:14:01 -04:00
2026-04-05 13:52:58 -07:00
2026-04-05 13:53:04 -07:00
2026-05-20 20:23:32 +02:00
2026-06-02 21:27:25 +02:00
2026-06-08 11:53:18 -07:00
2026-04-20 12:02:24 -07:00
2026-05-29 07:55:33 -10:00
2026-04-05 13:53:07 -07:00
2026-06-06 15:22:44 +02:00