GuEe-GUI
|
f506076281
|
[DM] Replace spinlock static init by RT_DEFINE_SPINLOCK
Signed-off-by: GuEe-GUI <2991707448@qq.com>
|
2025-02-11 14:58:18 +08:00 |
GuEe-GUI
|
c9ab55f7a5
|
[DM/MAILBOX] Support PIC mailbox in AMP
Should registers clean by master in AMP.
Signed-off-by: GuEe-GUI <2991707448@qq.com>
|
2024-12-18 21:42:12 +08:00 |
GuEe-GUI
|
63bbce1c1f
|
[DM/FIXUP] include name default
Signed-off-by: GuEe-GUI <2991707448@qq.com>
|
2024-12-13 10:39:20 +08:00 |
GuEe-GUI
|
7b7e4686af
|
[DM/MAILBOX] Fixup platform request will deadlock
Signed-off-by: GuEe-GUI <2991707448@qq.com>
|
2024-12-02 21:14:34 +08:00 |
GUI
|
f849afb5ca
|
[DM/FEATURE] Support hardware mailbox (#9599)
* [DM/FEATURE] Support hardware mailbox
* [MAILBOX/PIC] Add PIC Mailbox drivers.
The mailbox device(s) may be instantiated in one of three equivalent way:
Device Tree node, eg.:
```dts
interrupt-controller@0 {
interrupt-controller;
#interrupt-cells = <1>;
};
pic_mailbox@10000 {
compatible = "rt-thread,pic-mailbox";
reg = <0x10000 0x100>;
position = <0>;
interrupts = <34>;
peer-interrupts = <35>;
uid = <0>;
#mbox-cells = <1>;
};
```
Signed-off-by: GuEe-GUI <2991707448@qq.com>
|
2024-11-25 11:00:04 +08:00 |