Re: [PATCH v1 2/9] mailbox: Add NVIDIA Tegra XUSB mailbox driver

2014-06-25 Thread Andrew Bresticker
On Wed, Jun 25, 2014 at 3:02 PM, Stephen Warren wrote: > On 06/18/2014 12:16 AM, Andrew Bresticker wrote: >> The Tegra XHCI controller communicates requests to the host through >> a mailbox interface. Host drivers which can handle these requests, >> such as the Tegra XUSB pad controller driver an

Re: [PATCH v1 2/9] mailbox: Add NVIDIA Tegra XUSB mailbox driver

2014-06-25 Thread Stephen Warren
On 06/18/2014 12:16 AM, Andrew Bresticker wrote: > The Tegra XHCI controller communicates requests to the host through > a mailbox interface. Host drivers which can handle these requests, > such as the Tegra XUSB pad controller driver and upcoming Tegra XHCI > host controller driver, can send mess

[PATCH v1 2/9] mailbox: Add NVIDIA Tegra XUSB mailbox driver

2014-06-17 Thread Andrew Bresticker
The Tegra XHCI controller communicates requests to the host through a mailbox interface. Host drivers which can handle these requests, such as the Tegra XUSB pad controller driver and upcoming Tegra XHCI host controller driver, can send messages and register to be notified of incoming messages. S