Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-11-04 Thread Andrew Bresticker
On Fri, Oct 31, 2014 at 9:41 AM, Andrew Bresticker wrote: > On Fri, Oct 31, 2014 at 4:32 AM, Thierry Reding > wrote: >> On Thu, Oct 30, 2014 at 10:26:47AM -0700, Andrew Bresticker wrote: >>> On Thu, Oct 30, 2014 at 10:24 AM, Thierry Reding >>> wrote: >>> > On Thu, Oct 30, 2014 at 10:19:21AM -070

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-31 Thread Andrew Bresticker
On Fri, Oct 31, 2014 at 4:32 AM, Thierry Reding wrote: > On Thu, Oct 30, 2014 at 10:26:47AM -0700, Andrew Bresticker wrote: >> On Thu, Oct 30, 2014 at 10:24 AM, Thierry Reding >> wrote: >> > On Thu, Oct 30, 2014 at 10:19:21AM -0700, Andrew Bresticker wrote: >> >> On Thu, Oct 30, 2014 at 6:55 AM,

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-31 Thread Thierry Reding
On Thu, Oct 30, 2014 at 10:26:47AM -0700, Andrew Bresticker wrote: > On Thu, Oct 30, 2014 at 10:24 AM, Thierry Reding > wrote: > > On Thu, Oct 30, 2014 at 10:19:21AM -0700, Andrew Bresticker wrote: > >> On Thu, Oct 30, 2014 at 6:55 AM, Thierry Reding > >> wrote: > >> > On Wed, Oct 29, 2014 at 09:

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-30 Thread Andrew Bresticker
On Thu, Oct 30, 2014 at 10:24 AM, Thierry Reding wrote: > On Thu, Oct 30, 2014 at 10:19:21AM -0700, Andrew Bresticker wrote: >> On Thu, Oct 30, 2014 at 6:55 AM, Thierry Reding >> wrote: >> > On Wed, Oct 29, 2014 at 09:37:14AM -0700, Andrew Bresticker wrote: >> >> On Wed, Oct 29, 2014 at 2:43 AM,

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-30 Thread Thierry Reding
On Thu, Oct 30, 2014 at 10:19:21AM -0700, Andrew Bresticker wrote: > On Thu, Oct 30, 2014 at 6:55 AM, Thierry Reding > wrote: > > On Wed, Oct 29, 2014 at 09:37:14AM -0700, Andrew Bresticker wrote: > >> On Wed, Oct 29, 2014 at 2:43 AM, Thierry Reding > >> wrote: > >> > On Tue, Oct 28, 2014 at 03:2

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-30 Thread Andrew Bresticker
On Thu, Oct 30, 2014 at 6:55 AM, Thierry Reding wrote: > On Wed, Oct 29, 2014 at 09:37:14AM -0700, Andrew Bresticker wrote: >> On Wed, Oct 29, 2014 at 2:43 AM, Thierry Reding >> wrote: >> > On Tue, Oct 28, 2014 at 03:27:50PM -0700, Andrew Bresticker wrote: >> > [...] >> >> diff --git >> >> a/Doc

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-30 Thread Thierry Reding
On Wed, Oct 29, 2014 at 09:37:14AM -0700, Andrew Bresticker wrote: > On Wed, Oct 29, 2014 at 2:43 AM, Thierry Reding > wrote: > > On Tue, Oct 28, 2014 at 03:27:50PM -0700, Andrew Bresticker wrote: > > [...] > >> diff --git > >> a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padc

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-29 Thread Andrew Bresticker
On Wed, Oct 29, 2014 at 2:43 AM, Thierry Reding wrote: > On Tue, Oct 28, 2014 at 03:27:50PM -0700, Andrew Bresticker wrote: > [...] >> diff --git >> a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padctl.txt >> b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-pad

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-29 Thread Thierry Reding
On Tue, Oct 28, 2014 at 03:27:52PM -0700, Andrew Bresticker wrote: [...] > diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra124-xhci.txt > b/Documentation/devicetree/bindings/usb/nvidia,tegra124-xhci.txt [...] > +- pll_u_480m > +- clk_m > +- pll_e What are these used for

Re: [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-29 Thread Thierry Reding
On Tue, Oct 28, 2014 at 03:27:50PM -0700, Andrew Bresticker wrote: [...] > diff --git > a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padctl.txt > b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padctl.txt [...] > +Optional properties: > +--- >

[PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

2014-10-28 Thread Andrew Bresticker
Add device-tree binding documentation for the xHCI controller present on Tegra124 and later SoCs. Signed-off-by: Andrew Bresticker Reviewed-by: Stephen Warren --- No changes from v3. Changes from v2: - Added mbox-names property. Changes from v1: - Updated to use common mailbox bindings. - Add