linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: "Ivan T. Ivanov" <iivanov@mm-sol.com>
Cc: balbi@ti.com, Tim Bird <tbird20d@gmail.com>,
	Kumar Gala <galak@codeaurora.org>,
	David Brown <davidb@codeaurora.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH v5 00/14] usb: phy: msm: Fixes, cleanups and DT support
Date: Mon, 10 Mar 2014 13:36:11 -0500	[thread overview]
Message-ID: <20140310183611.GB32363@saruman.home> (raw)
In-Reply-To: <531B497C.1000408@mm-sol.com>

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

Hi,

On Sat, Mar 08, 2014 at 06:46:52PM +0200, Ivan T. Ivanov wrote:
> Hi,
> 
> On 03/08/2014 02:15 AM, Felipe Balbi wrote:
> > On Wed, Mar 05, 2014 at 05:54:03PM -0800, Tim Bird wrote:
> >> Ivan,
> >>
> >> I'm still unsuccessful at getting this patch set to work on my kernel.
> >> See regs in dmesg log
> >
> 
> 
> <snip>
> 
> > never got any reply to this, nor got a response to Sergei's comments.
> > Not looking good, too late for v3.15.
> > 
> 
> I am working with Tim to resolve this issue. Sergei's comment have
> been answered already :-)

the only answer was "Thanks I'll fix it". To which there was never a
fix.

> It will be nice if you could pick up first several patches, which are
> just cleanups.

unfortunately I have already sent my pull request to Greg :-(

I could try to get some of those in during the -rc cycle, but it's
unlikely Greg will let me :-)


-- 
balbi

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

  reply	other threads:[~2014-03-10 18:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 10:13 [PATCH v5 00/14] usb: phy: msm: Fixes, cleanups and DT support Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 01/14] usb: phy: msm: Move global regulators variables to driver state Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 02/14] usb: phy: msm: Migrate to Managed Device Resource allocation Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 03/14] usb: phy: msm: Remove unnecessarily check for valid regulators Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 04/14] usb: phy: msm: Fix checkpatch.pl warnings Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 05/14] usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 06/14] usb: phy: msm: Remove unused pclk_src_name Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 07/14] usb: phy: msm: Remove HSUSB prefix from regulator names Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 08/14] usb: phy: msm: Properly check result from platform_get_irq() Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 09/14] usb: phy: msm: Add device tree support and binding information Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 10/14] usb: phy: msm: Use reset framework for LINK and PHY resets Ivan T. Ivanov
2014-03-05 12:34   ` Sergei Shtylyov
2014-03-06 16:35     ` Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 11/14] usb: phy: msm: Add support for secondary PHY control Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 12/14] usb: phy: msm: Correct USB PHY Reset sequence for newer platform Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 13/14] usb: phy: msm: Handle disconnect events Ivan T. Ivanov
2014-03-05 10:13 ` [PATCH v5 14/14] usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX Ivan T. Ivanov
2014-03-06  1:54 ` [PATCH v5 00/14] usb: phy: msm: Fixes, cleanups and DT support Tim Bird
2014-03-08  0:15   ` Felipe Balbi
2014-03-08 16:46     ` Ivan T. Ivanov
2014-03-10 18:36       ` Felipe Balbi [this message]
     [not found]   ` <5318A34A.7070407@mm-sol.com>
     [not found]     ` <CA+bK7J5oGKEvMp1Eq0TUprWrx+xc66o=swmVGkmosuZbQd3-hQ@mail.gmail.com>
     [not found]       ` <531D9620.3050009@mm-sol.com>
     [not found]         ` <531F0376.2000403@mm-sol.com>
     [not found]           ` <531F1C40.5090403@mm-sol.com>
2014-03-12 15:13             ` Tim Bird
2014-03-21 15:20               ` Tim Bird
2014-03-24 15:25                 ` Ivan T. Ivanov
2014-03-24 16:27                   ` 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=20140310183611.GB32363@saruman.home \
    --to=balbi@ti.com \
    --cc=davidb@codeaurora.org \
    --cc=galak@codeaurora.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=tbird20d@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).