All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 6/6] defconfig: Add omapl138 defconfig file
       [not found] <1291390869-14422-1-git-send-email-m-watkins@ti.com>
@ 2010-12-03 19:43 ` Maupin, Chase
  2010-12-04 12:23   ` Koen Kooi
  2010-12-07 19:12   ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Maupin, Chase @ 2010-12-03 19:43 UTC (permalink / raw)
  To: Melissa Watkins, openembedded-devel; +Cc: Watkins, Melissa

My main comment here is that these patches might be better in a different order.  Currently if they were applied one at a time they would fail because of the dependency order.  I would suggest re-ordering the existing patches into the following order:

0005
0006
0004
0003
0002
0001

Sorry that I didn't notice this the first time I looked at these patches.

> -----Original Message-----
> From: Melissa Watkins [mailto:mwatkins.ti@gmail.com]
> Sent: Friday, December 03, 2010 9:41 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Watkins, Melissa; Maupin, Chase
> Subject: [PATCH 6/6] defconfig: Add omapl138 defconfig file
> 
> * Add defconfig file for omapl138 machines
> 
> Signed-off-by: Melissa Watkins <m-watkins@ti.com>
> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
> ---
>  recipes/linux/linux-davinci/omapl138/defconfig |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/linux/linux-davinci/omapl138/defconfig
> b/recipes/linux/linux-davinci/omapl138/defconfig
> index 8462139..ad52484 100644
> --- a/recipes/linux/linux-davinci/omapl138/defconfig
> +++ b/recipes/linux/linux-davinci/omapl138/defconfig
> @@ -1383,6 +1383,7 @@ CONFIG_USB_MUSB_HDRC=y
>  CONFIG_USB_MUSB_SOC=y
>  CONFIG_USB_MUSB_HOST=y
>  # CONFIG_USB_MUSB_PERIPHERAL is not set
> +# CONFIG_USB_MUSB_DUAL_ROLE is not set
>  # CONFIG_USB_MUSB_OTG is not set
>  CONFIG_USB_MUSB_HDRC_HCD=y
>  # CONFIG_MUSB_PIO_ONLY is not set
> @@ -1557,7 +1558,12 @@ CONFIG_RTC_INTF_DEV=y
>  CONFIG_RTC_DRV_OMAP=y
>  # CONFIG_DMADEVICES is not set
>  # CONFIG_AUXDISPLAY is not set
> -# CONFIG_UIO is not set
> +CONFIG_UIO=y
> +# CONFIG_UIO_PDRV is not set
> +# CONFIG_UIO_PDRV_GENIRQ is not set
> +# CONFIG_UIO_SMX is not set
> +# CONFIG_UIO_SERCOS3 is not set
> +CONFIG_UIO_PRUSS=m
> 
>  #
>  # TI VLYNQ
> --
> 1.7.0.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 6/6] defconfig: Add omapl138 defconfig file
  2010-12-03 19:43 ` [PATCH 6/6] defconfig: Add omapl138 defconfig file Maupin, Chase
@ 2010-12-04 12:23   ` Koen Kooi
  2010-12-07 19:12   ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-12-04 12:23 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03-12-10 20:43, Maupin, Chase wrote:
> My main comment here is that these patches might be better in a different order.  Currently if they were applied one at a time they would fail because of the dependency order.  I would suggest re-ordering the existing patches into the following order:
> 
> 0005
> 0006
> 0004
> 0003
> 0002
> 0001
> 
> Sorry that I didn't notice this the first time I looked at these patches.

I applied them as 6,5,4,3,2,1 to get the defconfig change in before the
PR bump.

> 
>> -----Original Message-----
>> From: Melissa Watkins [mailto:mwatkins.ti@gmail.com]
>> Sent: Friday, December 03, 2010 9:41 AM
>> To: openembedded-devel@lists.openembedded.org
>> Cc: Watkins, Melissa; Maupin, Chase
>> Subject: [PATCH 6/6] defconfig: Add omapl138 defconfig file
>>
>> * Add defconfig file for omapl138 machines
>>
>> Signed-off-by: Melissa Watkins <m-watkins@ti.com>
>> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
>> ---
>>  recipes/linux/linux-davinci/omapl138/defconfig |    8 +++++++-
>>  1 files changed, 7 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/linux/linux-davinci/omapl138/defconfig
>> b/recipes/linux/linux-davinci/omapl138/defconfig
>> index 8462139..ad52484 100644
>> --- a/recipes/linux/linux-davinci/omapl138/defconfig
>> +++ b/recipes/linux/linux-davinci/omapl138/defconfig
>> @@ -1383,6 +1383,7 @@ CONFIG_USB_MUSB_HDRC=y
>>  CONFIG_USB_MUSB_SOC=y
>>  CONFIG_USB_MUSB_HOST=y
>>  # CONFIG_USB_MUSB_PERIPHERAL is not set
>> +# CONFIG_USB_MUSB_DUAL_ROLE is not set
>>  # CONFIG_USB_MUSB_OTG is not set
>>  CONFIG_USB_MUSB_HDRC_HCD=y
>>  # CONFIG_MUSB_PIO_ONLY is not set
>> @@ -1557,7 +1558,12 @@ CONFIG_RTC_INTF_DEV=y
>>  CONFIG_RTC_DRV_OMAP=y
>>  # CONFIG_DMADEVICES is not set
>>  # CONFIG_AUXDISPLAY is not set
>> -# CONFIG_UIO is not set
>> +CONFIG_UIO=y
>> +# CONFIG_UIO_PDRV is not set
>> +# CONFIG_UIO_PDRV_GENIRQ is not set
>> +# CONFIG_UIO_SMX is not set
>> +# CONFIG_UIO_SERCOS3 is not set
>> +CONFIG_UIO_PRUSS=m
>>
>>  #
>>  # TI VLYNQ
>> --
>> 1.7.0.4

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFM+jLJMkyGM64RGpERAjdCAJ98STnzUtWkWjV82UtD4nXdKz1lxACgmLST
jDoGC7W25MXAFUfua+di3QU=
=QEQv
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 6/6] defconfig: Add omapl138 defconfig file
  2010-12-03 19:43 ` [PATCH 6/6] defconfig: Add omapl138 defconfig file Maupin, Chase
  2010-12-04 12:23   ` Koen Kooi
@ 2010-12-07 19:12   ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2010-12-07 19:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Watkins, Melissa, Melissa Watkins

Melissa,

I would suggest that you actually subscribe to this mailing list, so your 
patches can get through and people can review them (although Koen has already 
applied them).

-- 
Denys


On Fri, Dec 03, 2010 at 01:43:28PM -0600, Maupin, Chase wrote:
> My main comment here is that these patches might be better in a different 
> order.  Currently if they were applied one at a time they would fail because 
> of the dependency order.  I would suggest re-ordering the existing patches 
> into the following order:
> 
> 0005
> 0006
> 0004
> 0003
> 0002
> 0001
> 
> Sorry that I didn't notice this the first time I looked at these patches.
> 
> > -----Original Message-----
> > From: Melissa Watkins [mailto:mwatkins.ti@gmail.com]
> > Sent: Friday, December 03, 2010 9:41 AM
> > To: openembedded-devel@lists.openembedded.org
> > Cc: Watkins, Melissa; Maupin, Chase
> > Subject: [PATCH 6/6] defconfig: Add omapl138 defconfig file
> > 
> > * Add defconfig file for omapl138 machines
> > 
> > Signed-off-by: Melissa Watkins <m-watkins@ti.com>
> > Signed-off-by: Chase Maupin <chase.maupin@ti.com>
> > ---
> >  recipes/linux/linux-davinci/omapl138/defconfig |    8 +++++++-
> >  1 files changed, 7 insertions(+), 1 deletions(-)
> > 
> > diff --git a/recipes/linux/linux-davinci/omapl138/defconfig
> > b/recipes/linux/linux-davinci/omapl138/defconfig
> > index 8462139..ad52484 100644
> > --- a/recipes/linux/linux-davinci/omapl138/defconfig
> > +++ b/recipes/linux/linux-davinci/omapl138/defconfig
> > @@ -1383,6 +1383,7 @@ CONFIG_USB_MUSB_HDRC=y
> >  CONFIG_USB_MUSB_SOC=y
> >  CONFIG_USB_MUSB_HOST=y
> >  # CONFIG_USB_MUSB_PERIPHERAL is not set
> > +# CONFIG_USB_MUSB_DUAL_ROLE is not set
> >  # CONFIG_USB_MUSB_OTG is not set
> >  CONFIG_USB_MUSB_HDRC_HCD=y
> >  # CONFIG_MUSB_PIO_ONLY is not set
> > @@ -1557,7 +1558,12 @@ CONFIG_RTC_INTF_DEV=y
> >  CONFIG_RTC_DRV_OMAP=y
> >  # CONFIG_DMADEVICES is not set
> >  # CONFIG_AUXDISPLAY is not set
> > -# CONFIG_UIO is not set
> > +CONFIG_UIO=y
> > +# CONFIG_UIO_PDRV is not set
> > +# CONFIG_UIO_PDRV_GENIRQ is not set
> > +# CONFIG_UIO_SMX is not set
> > +# CONFIG_UIO_SERCOS3 is not set
> > +CONFIG_UIO_PRUSS=m
> > 
> >  #
> >  # TI VLYNQ
> > --
> > 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-07 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1291390869-14422-1-git-send-email-m-watkins@ti.com>
2010-12-03 19:43 ` [PATCH 6/6] defconfig: Add omapl138 defconfig file Maupin, Chase
2010-12-04 12:23   ` Koen Kooi
2010-12-07 19:12   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.