Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-16 Thread Troy Kisky
On 8/15/2013 2:36 PM, Marek Vasut wrote: Are there any news on this front? If not, please fix as requested so I can apply this stuff for .10 , thanks. Best regards, Marek Vasut I will update, I'm just sidetracked with Windows work for a little while. Thanks Troy _

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-15 Thread Marek Vasut
Are there any news on this front? If not, please fix as requested so I can apply this stuff for .10 , thanks. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-05 Thread Troy Kisky
On 8/4/2013 1:15 PM, Wolfgang Denk wrote: Dear Troy Kisky, In message <1375399657-25642-2-git-send-email-troy.ki...@boundarydevices.com> you wrote: Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/mx6/soc

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-04 Thread Wolfgang Denk
Dear Troy Kisky, In message <1375399657-25642-2-git-send-email-troy.ki...@boundarydevices.com> you wrote: > Add functions for use with mx6 soc > void otg_enable(void); > void reset_usb_phy1(void); > > Signed-off-by: Troy Kisky > --- > arch/arm/cpu/armv7/mx6/soc.c | 47 >

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Marek Vasut
Dear Troy Kisky, > On 8/3/2013 9:47 AM, Marek Vasut wrote: > > Dear Troy Kisky, > > > > [...] > > > Why is there a union ? It looks to me like you just want to access the > same variable > with 2 naming strategies. > >>> > >>> That is correct. I can either pass it further into fu

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Troy Kisky
On 8/3/2013 9:47 AM, Marek Vasut wrote: Dear Troy Kisky, [...] Why is there a union ? It looks to me like you just want to access the same variable with 2 naming strategies. That is correct. I can either pass it further into functions as the struct mxs_register_32 name_reg or I can directly a

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Marek Vasut
Dear Troy Kisky, [...] > >> Why is there a union ? It looks to me like you just want to access the > >> same variable > >> with 2 naming strategies. > > > > That is correct. I can either pass it further into functions as the > > struct mxs_register_32 name_reg or I can directly access it as > >

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 6:45 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:10 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky ---

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, > On 8/2/2013 3:10 PM, Marek Vasut wrote: > > Dear Troy Kisky, > > > >> On 8/2/2013 3:48 AM, Marek Vasut wrote: > >>> Dear Troy Kisky, > >>> > Add functions for use with mx6 soc > void otg_enable(void); > void reset_usb_phy1(void); > > Signed-off-by: T

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 3:10 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/mx6/soc.c | 47

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, > On 8/2/2013 3:48 AM, Marek Vasut wrote: > > Dear Troy Kisky, > > > >> Add functions for use with mx6 soc > >> void otg_enable(void); > >> void reset_usb_phy1(void); > >> > >> Signed-off-by: Troy Kisky > >> --- > >> > >> arch/arm/cpu/armv7/mx6/soc.c | 47 > >>

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/mx6/soc.c | 47 +++ arch/arm/include/asm/arch-mx6/crm_regs.

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, > Add functions for use with mx6 soc > void otg_enable(void); > void reset_usb_phy1(void); > > Signed-off-by: Troy Kisky > --- > arch/arm/cpu/armv7/mx6/soc.c | 47 > +++ arch/arm/include/asm/arch-mx6/crm_regs.h > | 3 ++ > arch/arm/inc

[U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-01 Thread Troy Kisky
Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/mx6/soc.c | 47 +++ arch/arm/include/asm/arch-mx6/crm_regs.h | 3 ++ arch/arm/include/asm/arch-mx6/imx-regs.h | 17 ++