commit | 0f67e2395be44db2c1bef17b6ada2e46221908ed | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Jun 17 09:43:57 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Jun 19 17:05:55 2016 -0600 |
tree | 51733116f48f2b63eb690c5d6debdaa14f554490 | |
parent | 769d52ef0f04812fd65ef2f3ab921ad2e8562ab1 [diff] |
mailbox: add Tegra186 HSP driver 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>