Received: by 10.223.185.111 with SMTP id b44csp101895wrg; Fri, 9 Mar 2018 01:45:53 -0800 (PST) X-Google-Smtp-Source: AG47ELuyqpYreOnYtcCvbKxYxpVTkLcoz/zdv0qmecWXPTAi+8bBlIihP9eSE3DxEqS1M1hqNsGc X-Received: by 10.99.120.13 with SMTP id t13mr24017825pgc.35.1520588753198; Fri, 09 Mar 2018 01:45:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520588753; cv=none; d=google.com; s=arc-20160816; b=CYs1K9CdrVe2+3HgbyUcZMUPm+yH3iDuydLiXihVzd3EIFFlb2MVy35Ix1RIWayu8C LE0W912nsAD7juSwU839w8fK3elS2bnUBf6bBO4CgUJIvc00L4/dVSUYWESzfa4UUy7X iJ+2Cdtb9BCdyAYopWAQq8WCJrj5pumjihqQurvSbGyIWWMRmCiDqQ9R4HflxfmzuiLq xNBDBn1jn09wZgFn/UdHIPgCvzF/q13W3KnIgKnLQLSQWEbPLHhFGhJr0Y1G4MVix5RV 0NOP7Au3r1SDEF9JaTUqsqtmdOvT1zBVn9ENQvi/R+8SZOZ/Vn38MGlXu4r285t68SK8 b3ZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ej00KznUKQ27NBvNhRiQJGZKIQjgsLspgeKRtdXGU5A=; b=LUTznp+ThBKo7GT6O7Fcls3ce0YVmW0gMl5UqWbFi+tBD3o1WHfPvcu1QOPVJQ0FoX 4q3EKgU1SLmV61z+gEq2srjFxP9iT40d0Lp40AXTWadVQAcaJ2gu5kb9tXdOxOXe7sL5 2Kv6Cjt10KSAuHXx37GZbpGeyx/SYVDzLZMI2OF9Y64D5oFtUGAXhMJ37hlGVsjn5cS0 IICz/skqMRtrpSxnSp9UXf9zz9KLjrJZtVPVk8t4/xHv5SC1qvpl01jJTNE5GClYh7Hg 671YoKQpAvuESacv58jaQPYT+eK9EkMJ7/X7rGxkeG8oAoX0gHyR+RljUOS7klqtqKqJ Areg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g7si465026pgp.799.2018.03.09.01.45.38; Fri, 09 Mar 2018 01:45:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750953AbeCIJos (ORCPT + 99 others); Fri, 9 Mar 2018 04:44:48 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:34239 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800AbeCIJoq (ORCPT ); Fri, 9 Mar 2018 04:44:46 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id BAD0C80306; Fri, 9 Mar 2018 10:44:20 +0100 (CET) Date: Fri, 9 Mar 2018 10:44:17 +0100 From: Pavel Machek To: Tony Lindgren Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , Marcel Partap , Michael Scott , Rob Herring Subject: Re: [PATCHv4] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4 Message-ID: <20180309094417.GA5970@amd> References: <20180309023750.108942-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <20180309023750.108942-1-tony@atomide.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Let's add support for the GPIO controlled USB PHY on the MDM6600 modem. > It is used on some Motorola Mapphone series of phones and tablets such > as Droid 4. =2E.. > So it seems that MDM6600 is currently not yet idling even with it's > radio turned off, but that's something that is beyond the control of > this USB PHY driver. This patch does get us to the point where modem > data and GPS are usable with libqmi and ModemManager for example. > Voice calls need more audio driver work. Thanks for the good work. Looks like I'll need to get droid 4... fortunately it is not available in czech republic so I don't get excuse to get another toy. Oh.. no. It is available in Czech republic. Is Motorola Droid 4 XT894 the right one? Hmm, and LTE modem is useless in Europe, while the GSM one does not work, right? Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlqiV3EACgkQMOfwapXb+vJWGgCeMrjB8AWDMCJrtuyMHoVPf082 g+AAnR6pEWfuVoBDuFqtYDwn2yOzK56r =GM3i -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--