Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailbox: Explicitly include correct DT includes | Rob Herring | 2023-09-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> | ||||
* | mailbox: mediatek: support mt8186 adsp mailbox | Tinghan Shen | 2022-05-21 | 1 | -0/+8 |
| | | | | | | | Add support of mt8186 adsp mailbox. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> | ||||
* | mailbox: mediatek: add support for adsp mailbox controller | Allen-KH Cheng | 2022-03-13 | 1 | -0/+176 |
This patch is to for MediaTek ADSP IPC mailbox controller driver It is used to send short messages between processors with adsp Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> Reviewed-by: Tzung-Bi Shih <tzungbi@google.com> Reviewed-by: YC Hung <yc.hung@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> |