Received: by 10.213.65.68 with SMTP id h4csp44610imn; Sat, 24 Mar 2018 13:03:38 -0700 (PDT) X-Google-Smtp-Source: AG47ELu7HLCmiwaXLiO8Gb+vCohV/23Sc7apGwdUjrQrkHjhAX+bWNZPohkEuOWE+6wsJdgporOV X-Received: by 10.99.184.1 with SMTP id p1mr21660587pge.96.1521921818178; Sat, 24 Mar 2018 13:03:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521921818; cv=none; d=google.com; s=arc-20160816; b=ZGzN6hiFf0hZutOG0oNl+D91wYtzu6bsGfTRgqewueaN+e5og4z7E1oDvyejz3rgwo q+zgOEKyZQE4Vs60qdqfXa7heydpNxK7pXbQ2wUTIvz9wldCdHu0NzICiBiUP3uyMAQn am2/j5SoBPv0I588zNUYlash0okLbbMRPdS+Oy6vl1ETxTORJtYGRucOe4ZuHYpx/21I lLx2pLMC0rA7wDUosxd4mKL7+BIWfN3kFRzs80BsLr7JLf6Fgodq1myIH2TPhHUAOai/ qFoyn2tjFP6NXpolfYHmzOv/oM/0RwyWqAmWtgigD3lNd1mlgTYbR8q5hzb/BYJQ9CIf 7ZDQ== 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=zkJQJKu9GBIYvrgbekH81OrPj7Nd5H9Y/6roT9codCI=; b=Q3GnUa9B+x4+vjtmjdEYIy4IOqZfdQL/KxRyPetOhT+guLIMeNKp931POxQXlufule wsyMnzYcGNKRn265WCYes8kRoVyQa5oxH4uIG8DsIWUxogHHTC22Qo59x8NtWofZwtUQ bUYqyiMoU5fvbCHXJHuF9AAAV4Ah2ZEKkzvRp4kU3D4vPg6VRrf2/vptsN2ni8bS0HMn kTUD+jojdUl2JCA2hFqRKosNe3xvYtFLDMnEH0rZxkU0JAluHx9eVgIKmOyW1qDuhYlx milesfq3yjv6uA60PluyZysNVZIVbpJzGwRKpKxQw1BYiEEUt4nxf+8YK/NZsEXXQ1Cc PoUg== 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 a33-v6si5325634plc.507.2018.03.24.13.03.23; Sat, 24 Mar 2018 13:03:38 -0700 (PDT) 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 S1752858AbeCXUC2 (ORCPT + 99 others); Sat, 24 Mar 2018 16:02:28 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:41745 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbeCXUC0 (ORCPT ); Sat, 24 Mar 2018 16:02:26 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 14F918034E; Sat, 24 Mar 2018 21:02:25 +0100 (CET) Date: Sat, 24 Mar 2018 21:02:24 +0100 From: Pavel Machek To: Tony Lindgren Cc: Dan Williams , Sebastian Reichel , 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: <20180324200224.GA17857@amd> References: <20180309023750.108942-1-tony@atomide.com> <20180322135553.GA27648@amd> <20180322164633.GF5799@atomide.com> <20180322192843.GA17189@amd> <20180323105455.GB21644@amd> <20180323113521.45va72bhzis6ym6m@earth.universe> <20180323201343.GC23658@amd> <20180324142517.GA94954@atomide.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <20180324142517.GA94954@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 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat 2018-03-24 07:25:17, Tony Lindgren wrote: > * Dan Williams [180324 14:00]: > > On Fri, 2018-03-23 at 21:13 +0100, Pavel Machek wrote: > > > Does ofonod work for you? I could not get that one to work... > >=20 > > Because it's looking for a Gobi modem but the MDM6600 isn't one and > > doesn't expose that layout (and doesn't really need to anyway). I > > don't think ofono has a generic QMI driver, so you'd either need to for > > ce it to use the telitqmi or quectelqmi drivers, or write your own > > generic QMI one. >=20 > We also get five USB uarts if we add the device id with something > like the patch below. I don't quite get why we get five UARTS? Not sure, either. Often more than one uart is useful, you get AT commands on one, while GPRS data flow on some other.=20 > Also not sure if we should be using drivers/usb/serial/qcaux.c > instead of qcserial.c? >=20 > And from what I recall trying it out, adding the USB UARTs > somehow confused ModemManager I think, that needs to be retested > though :) >=20 > And the USB UARTs added do not offer the same set of AT commands > as the n_gsm serial mux. Hmm. Interesting. Anyway, for me ttyUSB4 is interesting, as it seems to react to AT commands, and in particular reacts to ADT123; (; is important). AT+CMGF=3D1 AT+CMGS=3D"123" foo^Z Works for SMS sending. Good. (And... Thanks!) Now, if someone knows what needs to be done to get GSM audio working, let me know. That's something I'd really like. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlq2rtAACgkQMOfwapXb+vIfzwCfbqg02z0w/RbRCCJLVbkTsu7v 8doAn2cEZIYwoYurIUkBq7xfk5hI/gLE =mWT6 -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI--