Re: [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-06-11 Thread Grant Likely
On Fri, Jun 11, 2010 at 5:24 AM, Anatolij Gustschin wrote: > On Wed, 19 May 2010 14:47:47 -0600 > Grant Likely wrote: > >> On Thu, May 6, 2010 at 1:18 PM, Anatolij Gustschin wrote: >> > Hi Grant, >> > >> > On Tue, 27 Apr 2010 10:51:21 -0600 >> > Grant Likely wrote: >> > >> >> On Tue, Apr 27, 20

Re: [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-06-11 Thread Anatolij Gustschin
On Wed, 19 May 2010 14:47:47 -0600 Grant Likely wrote: > On Thu, May 6, 2010 at 1:18 PM, Anatolij Gustschin wrote: > > Hi Grant, > > > > On Tue, 27 Apr 2010 10:51:21 -0600 > > Grant Likely wrote: > > > >> On Tue, Apr 27, 2010 at 10:11 AM, Anatolij Gustschin wrote: > >> > Factor out common code

Re: [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-05-19 Thread Grant Likely
On Thu, May 6, 2010 at 1:18 PM, Anatolij Gustschin wrote: > Hi Grant, > > On Tue, 27 Apr 2010 10:51:21 -0600 > Grant Likely wrote: > >> On Tue, Apr 27, 2010 at 10:11 AM, Anatolij Gustschin wrote: >> > Factor out common code for registering a FSL EHCI platform >> > device into new fsl_usb2_regist

Re: [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-05-06 Thread Anatolij Gustschin
Hi Grant, On Tue, 27 Apr 2010 10:51:21 -0600 Grant Likely wrote: > On Tue, Apr 27, 2010 at 10:11 AM, Anatolij Gustschin wrote: > > Factor out common code for registering a FSL EHCI platform > > device into new fsl_usb2_register_device() function. This > > is done to avoid code duplication while

Re: [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-04-27 Thread Grant Likely
On Tue, Apr 27, 2010 at 10:11 AM, Anatolij Gustschin wrote: > Factor out common code for registering a FSL EHCI platform > device into new fsl_usb2_register_device() function. This > is done to avoid code duplication while adding code for > instantiating of MPC5121 dual role USB platform devices.

[PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code

2010-04-27 Thread Anatolij Gustschin
Factor out common code for registering a FSL EHCI platform device into new fsl_usb2_register_device() function. This is done to avoid code duplication while adding code for instantiating of MPC5121 dual role USB platform devices. Then, the subsequent patch can use for_each_compatible_node(np, NULL,