Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailbox: Fix format and type mismatches in Broadcom PDC driver | Rob Rice | 2016-07-28 | 1 | -4/+4 |
| | | | | | | | | | | Fix format and type mismatches in a couple debug prints in the Broadcom PDC driver. Use %pad for dma_addr_t and %pa for resource_size_t. Signed-off-by: Rob Rice <rob.rice@broadcom.com> Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> | ||||
* | mailbox: Add Broadcom PDC mailbox driver | Rob Rice | 2016-07-28 | 1 | -0/+1531 |
The Broadcom PDC mailbox driver is a mailbox controller that manages data transfers to and from one or more offload engines. Signed-off-by: Rob Rice <rob.rice@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> |