All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cousson, Benoit" <b-cousson@ti.com>
To: "Balbi, Felipe" <balbi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Linux ARM Kernel Mailing List
	<linux-arm-kernel@lists.infradead.org>,
	"Kalliguddi, Hema" <hemahk@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Paul Walmsley <paul@pwsan.com>
Subject: Re: [patch-v2.6.39 6/7] OMAP4430: hwmod data: Adding USBOTG
Date: Thu, 17 Feb 2011 16:54:23 +0100	[thread overview]
Message-ID: <4D5D44AF.5050805@ti.com> (raw)
In-Reply-To: <20110217152648.GO22356@legolas.emea.dhcp.ti.com>

On 2/17/2011 4:26 PM, Balbi, Felipe wrote:
> On Thu, Feb 17, 2011 at 04:21:47PM +0100, Cousson, Benoit wrote:
>> On 2/17/2011 4:18 PM, Balbi, Felipe wrote:
>>> On Thu, Feb 17, 2011 at 05:15:27PM +0200, Felipe Balbi wrote:
>>>> On Thu, Feb 17, 2011 at 02:43:21PM +0100, Cousson, Benoit wrote:
>>>>> Hi Felipe and Hema,
>>>>>
>>>>> Sorry for this late review, but I have a couple of comments on this one.
>>>>>
>>>>> Since I was planning to send usb hwmod data file to Tony directly
>>>>> like I did for the other drivers, I can handle the update myself if
>>>>> you want.
>>>>
>>>> I'll change this particular patch to yours.
>>>
>>> doesn't apply:
>>>
>>> $ patch -p1<   ~/benoit.diff
>>> patching file arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> Hunk #1 succeeded at 55 with fuzz 1 (offset -7 lines).
>>> patch: **** malformed patch at line 42: omap44xx_l4_cfg__l3_main_2 = {
>>>
>>> could you base this off of v2.6.38-rc5 ?
>>
>> This is what I was about to say.
>> You have a dependency with the for_2.6.39/omap4_hwmod_data branch
>> in git://gitorious.org/omap-pm/linux.git.
>
> I cannot have such a dependency and if you create that I can't send a
> pull request to Tony otherwise we will have conflicts later. Either you
> clear up that dependency or Tony will have to manually apply the patches
> I have queued. It's only 7 of them anyway, so maybe not a big deal.

I will try to rebase that one on v2.6.38-rc5 and see if it will generate 
any issue during the merge with the omap4_hwmod_data series. Generally 
issues appears if the data are located at the same place in the file. 
Since the usb is between uart and wd_timer, that might work.

Benoit

WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Cousson, Benoit)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch-v2.6.39 6/7] OMAP4430: hwmod data: Adding USBOTG
Date: Thu, 17 Feb 2011 16:54:23 +0100	[thread overview]
Message-ID: <4D5D44AF.5050805@ti.com> (raw)
In-Reply-To: <20110217152648.GO22356@legolas.emea.dhcp.ti.com>

On 2/17/2011 4:26 PM, Balbi, Felipe wrote:
> On Thu, Feb 17, 2011 at 04:21:47PM +0100, Cousson, Benoit wrote:
>> On 2/17/2011 4:18 PM, Balbi, Felipe wrote:
>>> On Thu, Feb 17, 2011 at 05:15:27PM +0200, Felipe Balbi wrote:
>>>> On Thu, Feb 17, 2011 at 02:43:21PM +0100, Cousson, Benoit wrote:
>>>>> Hi Felipe and Hema,
>>>>>
>>>>> Sorry for this late review, but I have a couple of comments on this one.
>>>>>
>>>>> Since I was planning to send usb hwmod data file to Tony directly
>>>>> like I did for the other drivers, I can handle the update myself if
>>>>> you want.
>>>>
>>>> I'll change this particular patch to yours.
>>>
>>> doesn't apply:
>>>
>>> $ patch -p1<   ~/benoit.diff
>>> patching file arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> Hunk #1 succeeded at 55 with fuzz 1 (offset -7 lines).
>>> patch: **** malformed patch at line 42: omap44xx_l4_cfg__l3_main_2 = {
>>>
>>> could you base this off of v2.6.38-rc5 ?
>>
>> This is what I was about to say.
>> You have a dependency with the for_2.6.39/omap4_hwmod_data branch
>> in git://gitorious.org/omap-pm/linux.git.
>
> I cannot have such a dependency and if you create that I can't send a
> pull request to Tony otherwise we will have conflicts later. Either you
> clear up that dependency or Tony will have to manually apply the patches
> I have queued. It's only 7 of them anyway, so maybe not a big deal.

I will try to rebase that one on v2.6.38-rc5 and see if it will generate 
any issue during the merge with the omap4_hwmod_data series. Generally 
issues appears if the data are located at the same place in the file. 
Since the usb is between uart and wd_timer, that might work.

Benoit

  reply	other threads:[~2011-02-17 15:54 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-17 12:40 [patch-v2.6.39 0/7] Patches for next merge window Felipe Balbi
2011-02-17 12:40 ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 1/7] arm: omap4: usb: explicitly configure MUSB pads Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 2/7] arm: omap4: 4430sdp: drop ehci support Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 3/7] OMAP2430: hwmod data: Add USBOTG Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 4/7] OMAP3xxx: " Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 5/7] AM35xx: " Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-18 11:29   ` Premi, Sanjeev
2011-02-18 11:29     ` Premi, Sanjeev
2011-02-18 13:07     ` Hema Kalliguddi
2011-02-18 13:07       ` Hema Kalliguddi
2011-02-18 13:31       ` Premi, Sanjeev
2011-02-18 13:31         ` Premi, Sanjeev
2011-02-17 12:41 ` [patch-v2.6.39 6/7] OMAP4430: hwmod data: Adding USBOTG Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi
2011-02-17 13:43   ` Cousson, Benoit
2011-02-17 13:43     ` Cousson, Benoit
2011-02-17 14:07     ` Hema Kalliguddi
2011-02-17 14:07       ` Hema Kalliguddi
2011-02-17 15:15     ` Felipe Balbi
2011-02-17 15:15       ` Felipe Balbi
2011-02-17 15:18       ` Felipe Balbi
2011-02-17 15:18         ` Felipe Balbi
2011-02-17 15:21         ` Cousson, Benoit
2011-02-17 15:21           ` Cousson, Benoit
2011-02-17 15:26           ` Felipe Balbi
2011-02-17 15:26             ` Felipe Balbi
2011-02-17 15:54             ` Cousson, Benoit [this message]
2011-02-17 15:54               ` Cousson, Benoit
2011-02-17 16:20               ` Tony Lindgren
2011-02-17 16:20                 ` Tony Lindgren
2011-02-17 16:22                 ` Felipe Balbi
2011-02-17 16:22                   ` Felipe Balbi
2011-02-17 16:59                   ` Tony Lindgren
2011-02-17 16:59                     ` Tony Lindgren
2011-02-17 17:14                     ` Cousson, Benoit
2011-02-17 17:14                       ` Cousson, Benoit
2011-02-17 17:17                       ` Felipe Balbi
2011-02-17 17:17                         ` Felipe Balbi
2011-02-17 17:17                       ` Felipe Balbi
2011-02-17 17:17                         ` Felipe Balbi
2011-02-17 17:24                         ` Cousson, Benoit
2011-02-17 17:24                           ` Cousson, Benoit
2011-02-17 17:37                           ` Felipe Balbi
2011-02-17 17:37                             ` Felipe Balbi
2011-02-17 17:46                             ` Cousson, Benoit
2011-02-17 17:46                               ` Cousson, Benoit
2011-02-17 17:52                               ` Felipe Balbi
2011-02-17 17:52                                 ` Felipe Balbi
2011-02-17 18:01                                 ` Felipe Balbi
2011-02-17 18:01                                   ` Felipe Balbi
2011-02-17 18:18                               ` Tony Lindgren
2011-02-17 18:18                                 ` Tony Lindgren
2011-02-17 19:08                                 ` Felipe Balbi
2011-02-17 19:08                                   ` Felipe Balbi
2011-02-17 21:16                                   ` Tony Lindgren
2011-02-17 21:16                                     ` Tony Lindgren
2011-02-18 14:11                                 ` Cousson, Benoit
2011-02-18 14:11                                   ` Cousson, Benoit
2011-02-18 15:41                                   ` Felipe Balbi
2011-02-18 15:41                                     ` Felipe Balbi
2011-02-18 15:55                                     ` Cousson, Benoit
2011-02-18 15:55                                       ` Cousson, Benoit
2011-02-18 16:50                                     ` Cousson, Benoit
2011-02-18 16:50                                       ` Cousson, Benoit
2011-02-21 18:22                                       ` Tony Lindgren
2011-02-21 18:22                                         ` Tony Lindgren
2011-02-21 21:36                                         ` Cousson, Benoit
2011-02-21 21:36                                           ` Cousson, Benoit
2011-02-21 22:08                                           ` Tony Lindgren
2011-02-21 22:08                                             ` Tony Lindgren
2011-02-21 22:53                                             ` Cousson, Benoit
2011-02-21 22:53                                               ` Cousson, Benoit
2011-02-21 23:09                                               ` Tony Lindgren
2011-02-21 23:09                                                 ` Tony Lindgren
2011-02-21 23:28                                               ` Russell King - ARM Linux
2011-02-21 23:28                                                 ` Russell King - ARM Linux
2011-02-22 18:27                                               ` Paul Walmsley
2011-02-22 18:27                                                 ` Paul Walmsley
2011-02-17 16:21             ` Tony Lindgren
2011-02-17 16:21               ` Tony Lindgren
2011-02-17 16:31               ` Felipe Balbi
2011-02-17 16:31                 ` Felipe Balbi
2011-02-17 12:41 ` [patch-v2.6.39 7/7] OMAP2+: musb: hwmod adaptation for musb registration Felipe Balbi
2011-02-17 12:41   ` Felipe Balbi

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=4D5D44AF.5050805@ti.com \
    --to=b-cousson@ti.com \
    --cc=balbi@ti.com \
    --cc=hemahk@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /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.