All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: Greg KH <greg@kroah.com>
Cc: dbrownell@users.sourceforge.net, Dinh.Nguyen@freescale.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, gregkh@suse.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35
Date: Fri, 15 Oct 2010 21:24:38 +0200	[thread overview]
Message-ID: <4CB8AA76.2020309@eukrea.com> (raw)
In-Reply-To: <20101015191005.GB8098@kroah.com>

Hi Greg,

Le 15/10/2010 21:10, Greg KH a écrit :
> On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote:
>> this patch gives the possibility to workaround bug ENGcm09152
>> on i.MX35 when the hardware workaround is also implemented on
>> the board.
>> It covers the workaround described on page 25 of the following Errata :
>> http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf
>>
>> Signed-off-by: Eric Bénard<eric@eukrea.com>
>> ---
>>   arch/arm/mach-mx3/mach-cpuimx35.c |    1 +
>>   drivers/usb/gadget/fsl_mxc_udc.c  |   15 +++++++++++++++
>>   include/linux/fsl_devices.h       |    3 +++
>>   3 files changed, 19 insertions(+), 0 deletions(-)
>
> Do you want me to take this through my usb tree, or will it go through
> some other developer's tree?
>
as most of the changes are in drivers/usb that would be great if you can take it.

Thanks
Eric

WARNING: multiple messages have this Message-ID (diff)
From: eric@eukrea.com (Eric Bénard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35
Date: Fri, 15 Oct 2010 21:24:38 +0200	[thread overview]
Message-ID: <4CB8AA76.2020309@eukrea.com> (raw)
In-Reply-To: <20101015191005.GB8098@kroah.com>

Hi Greg,

Le 15/10/2010 21:10, Greg KH a ?crit :
> On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric B?nard wrote:
>> this patch gives the possibility to workaround bug ENGcm09152
>> on i.MX35 when the hardware workaround is also implemented on
>> the board.
>> It covers the workaround described on page 25 of the following Errata :
>> http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf
>>
>> Signed-off-by: Eric B?nard<eric@eukrea.com>
>> ---
>>   arch/arm/mach-mx3/mach-cpuimx35.c |    1 +
>>   drivers/usb/gadget/fsl_mxc_udc.c  |   15 +++++++++++++++
>>   include/linux/fsl_devices.h       |    3 +++
>>   3 files changed, 19 insertions(+), 0 deletions(-)
>
> Do you want me to take this through my usb tree, or will it go through
> some other developer's tree?
>
as most of the changes are in drivers/usb that would be great if you can take it.

Thanks
Eric

WARNING: multiple messages have this Message-ID (diff)
From: "Eric Bénard" <eric@eukrea.com>
To: Greg KH <greg@kroah.com>
Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	s.hauer@pengutronix.de, Dinh.Nguyen@freescale.com,
	leoli@freescale.com, dbrownell@users.sourceforge.net,
	gregkh@suse.de, linuxppc-dev@lists.ozlabs.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35
Date: Fri, 15 Oct 2010 21:24:38 +0200	[thread overview]
Message-ID: <4CB8AA76.2020309@eukrea.com> (raw)
In-Reply-To: <20101015191005.GB8098@kroah.com>

Hi Greg,

Le 15/10/2010 21:10, Greg KH a écrit :
> On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote:
>> this patch gives the possibility to workaround bug ENGcm09152
>> on i.MX35 when the hardware workaround is also implemented on
>> the board.
>> It covers the workaround described on page 25 of the following Errata :
>> http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf
>>
>> Signed-off-by: Eric Bénard<eric@eukrea.com>
>> ---
>>   arch/arm/mach-mx3/mach-cpuimx35.c |    1 +
>>   drivers/usb/gadget/fsl_mxc_udc.c  |   15 +++++++++++++++
>>   include/linux/fsl_devices.h       |    3 +++
>>   3 files changed, 19 insertions(+), 0 deletions(-)
>
> Do you want me to take this through my usb tree, or will it go through
> some other developer's tree?
>
as most of the changes are in drivers/usb that would be great if you can take it.

Thanks
Eric

  reply	other threads:[~2010-10-15 19:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-15 12:30 [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35 Eric Bénard
2010-10-15 12:30 ` Eric Bénard
2010-10-15 12:30 ` Eric Bénard
2010-10-15 19:10 ` Greg KH
2010-10-15 19:10   ` Greg KH
2010-10-15 19:10   ` Greg KH
2010-10-15 19:24   ` Eric Bénard [this message]
2010-10-15 19:24     ` Eric Bénard
2010-10-15 19:24     ` Eric Bénard
2010-10-19 16:10     ` Greg KH
2010-10-19 16:10       ` Greg KH
2010-10-19 16:10       ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2010-10-04 12:40 Eric Bénard
2010-10-08  8:27 ` Eric Bénard
2010-07-16 16:30 Eric Bénard
2010-07-22 14:28 ` Eric Bénard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CB8AA76.2020309@eukrea.com \
    --to=eric@eukrea.com \
    --cc=Dinh.Nguyen@freescale.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=greg@kroah.com \
    --cc=gregkh@suse.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.