Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: tegra: adapt to latest HSP DT binding | Stephen Warren | 2016-08-04 | -8/+39 |
| | | | | | | | | | | The DT binding for the Tegra186 HSP module apparently wasn't quite final when I posted initial U-Boot support for it. Add the final DT binding doc and adapt all code and DT files to match it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> | |||
* | mailbox: add Tegra186 HSP driver | Stephen Warren | 2016-06-19 | -0/+163 |
Tegra186's HSP module implements doorbells, mailboxes, semaphores, and shared interrupts. This patch provides a driver for HSP, and hooks it into the mailbox API. Currently, only doorbells are supported. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |