All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: "Ivan T. Ivanov" <iivanov@mm-sol.com>
Cc: balbi@ti.com, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org,
	David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	Stephen Boyd <sboyd@codeaurora.org>
Subject: Re: [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data
Date: Wed, 24 Jul 2013 15:34:43 +0300	[thread overview]
Message-ID: <20130724123442.GF17962@radagast> (raw)
In-Reply-To: <1373384833-18077-2-git-send-email-iivanov@mm-sol.com>

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Tue, Jul 09, 2013 at 06:47:07PM +0300, Ivan T. Ivanov wrote:
> From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
> 
> This patch fix compilation error and is an intermediate step
> before the addition of DeviceTree support for newer targets.
> Fix suggested here: https://lkml.org/lkml/2013/6/19/381
> 
> Cc: David Brown <davidb@codeaurora.org>
> Cc: Daniel Walker <dwalker@fifo99.com>
> Cc: Bryan Huntsman <bryanh@codeaurora.org>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> 
> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>

I need Acks for arch/arm/*, I'll drop these from my TODO until it's
resent with proper Acks.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@ti.com>
To: "Ivan T. Ivanov" <iivanov@mm-sol.com>
Cc: <balbi@ti.com>, <gregkh@linuxfoundation.org>,
	<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>,
	David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	Stephen Boyd <sboyd@codeaurora.org>
Subject: Re: [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data
Date: Wed, 24 Jul 2013 15:34:43 +0300	[thread overview]
Message-ID: <20130724123442.GF17962@radagast> (raw)
In-Reply-To: <1373384833-18077-2-git-send-email-iivanov@mm-sol.com>

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Tue, Jul 09, 2013 at 06:47:07PM +0300, Ivan T. Ivanov wrote:
> From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
> 
> This patch fix compilation error and is an intermediate step
> before the addition of DeviceTree support for newer targets.
> Fix suggested here: https://lkml.org/lkml/2013/6/19/381
> 
> Cc: David Brown <davidb@codeaurora.org>
> Cc: Daniel Walker <dwalker@fifo99.com>
> Cc: Bryan Huntsman <bryanh@codeaurora.org>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> 
> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>

I need Acks for arch/arm/*, I'll drop these from my TODO until it's
resent with proper Acks.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2013-07-24 12:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09 15:47 [PATCH v2 0/7] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data Ivan T. Ivanov
2013-07-24 12:34   ` Felipe Balbi [this message]
2013-07-24 12:34     ` Felipe Balbi
2013-07-24 12:36     ` Felipe Balbi
2013-07-24 12:36       ` Felipe Balbi
     [not found] ` <1373384833-18077-1-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-07-09 15:47   ` [PATCH v2 2/7] usb: phy: msm: Migrate to Managed Device Resource allocation Ivan T. Ivanov
2013-07-09 15:47     ` Ivan T. Ivanov
     [not found]     ` <1373384833-18077-3-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-07-24 12:38       ` Felipe Balbi
2013-07-24 12:38         ` Felipe Balbi
2013-07-25 13:42         ` Ivan T. Ivanov
2013-07-25 13:42           ` Ivan T. Ivanov
2013-07-09 15:47   ` [PATCH v2 6/7] usb: phy: msm: Fix WARNING: Prefer seq_puts to seq_printf Ivan T. Ivanov
2013-07-09 15:47     ` Ivan T. Ivanov
2013-07-16 11:25   ` [PATCH v2 0/7] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-16 11:25     ` Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation Ivan T. Ivanov
2013-07-24 12:39   ` Felipe Balbi
2013-07-24 12:39     ` Felipe Balbi
2013-07-25 13:43     ` Ivan T. Ivanov
2013-07-26 12:31       ` Ivan T. Ivanov
2013-07-26 20:28         ` Felipe Balbi
2013-07-26 20:28           ` Felipe Balbi
2013-07-27  6:54           ` Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 4/7] usb: phy: msm: Remove unnecessarily check for valid regulators Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 5/7] usb: phy: msm: Fix WARNING: quoted string split across lines Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 7/7] usb: phy: msm: Lindent the code Ivan T. Ivanov

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=20130724123442.GF17962@radagast \
    --to=balbi@ti.com \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=iivanov@mm-sol.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sboyd@codeaurora.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.