Re: [PATCH v1 1/9] of: Add NVIDIA Tegra XUSB mailbox binding

2014-06-25 Thread Stephen Warren
On 06/25/2014 04:37 PM, Andrew Bresticker wrote: > On Wed, Jun 25, 2014 at 2:42 PM, Stephen Warren wrote: >> On 06/18/2014 12:16 AM, Andrew Bresticker wrote: >>> Add device-tree bindings for the Tegra XUSB mailbox which will be used >>> for communication between the Tegra XHCI controller and the h

Re: [PATCH v1 1/9] of: Add NVIDIA Tegra XUSB mailbox binding

2014-06-25 Thread Andrew Bresticker
On Wed, Jun 25, 2014 at 2:42 PM, Stephen Warren wrote: > On 06/18/2014 12:16 AM, Andrew Bresticker wrote: >> Add device-tree bindings for the Tegra XUSB mailbox which will be used >> for communication between the Tegra XHCI controller and the host. > > Sorry for the slow review. > >> diff --git >

Re: [PATCH v1 1/9] of: Add NVIDIA Tegra XUSB mailbox binding

2014-06-25 Thread Stephen Warren
On 06/18/2014 12:16 AM, Andrew Bresticker wrote: > Add device-tree bindings for the Tegra XUSB mailbox which will be used > for communication between the Tegra XHCI controller and the host. Sorry for the slow review. > diff --git > a/Documentation/devicetree/bindings/mailbox/nvidia,tegra124-xusb

[PATCH v1 1/9] of: Add NVIDIA Tegra XUSB mailbox binding

2014-06-17 Thread Andrew Bresticker
Add device-tree bindings for the Tegra XUSB mailbox which will be used for communication between the Tegra XHCI controller and the host. Signed-off-by: Andrew Bresticker --- .../bindings/mailbox/nvidia,tegra124-xusb-mbox.txt | 25 ++ 1 file changed, 25 insertions(+) create m