Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp243799ybz; Fri, 24 Apr 2020 15:17:12 -0700 (PDT) X-Google-Smtp-Source: APiQypIjJgD5Z/dItgIf6FhH8qHQYusiHR5U0moLtN4lw6mCIRL2K8hdNkpFZCUNKVWNVUbxZPsw X-Received: by 2002:aa7:ce0f:: with SMTP id d15mr9518056edv.327.1587766632496; Fri, 24 Apr 2020 15:17:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587766632; cv=none; d=google.com; s=arc-20160816; b=ZG0neryMaPNjblzmY2oFoLqqiTMVCjbjztQavatJcDl/wKiRAxj7TVAOuR72oDeScE 2GjhN5Au8kENeRPGvZfXMTtdCV1yKYdKLDntCvxCTDyNEBUAuEtqc2BxukwtDwypzfxJ TBLVL+tZkfXDr/VrLziSWjahlZQexRXFzqi5OtgGEvZKPhXwA3HYGtl7P/4yE3KCwgF6 wcUeOTwYWhL/Xi97/qR1zlwk05sVMgXGV5k4hX9nORbeoHLET8pqm9t/mJv0PtzRWK+S xi5Vcr8ma6lztA/QrpWiFFg7Jf5TTmRKnIO+HUxIeMxGtMD5/cOAyIV+Jflk1fnMtzQq 9oKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=k5OHcgF0YOQ1+G41M+e5ikxdcBvoh2Z5uv/wsETSJ8I=; b=0GrSQ3/ZpVZbr7zgAxT7OAsRzuW9m5vaREfSaUTi4hLcIxNOyp7OwKggqLX7Hsin/A Isk3wXiolIcbffs+HpY/4ivceYYggggO8yG/TrDMA9da6cFfzlTBhoi2rWlq4Ziuy8ia 6nN0NKPmY6kK5IuaFWIHumVVU2eMHGuG0foV6ZeV4RJ9UUVuuJjA7GPPWUu718jBXd/2 acO+B7ynEac2ptd00UQuPKq7hv7HIngwA6RBrt1JKUeTMqQVJ+aoa0LQvIZkap1w6jzg 0TLbpYCfl6/fabxg2ggl+wywrLxcJkj3PMi1353AAQf51ySTNS7+5cbJTb7kKsr4MA0O bCQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k2si3762238edh.267.2020.04.24.15.16.49; Fri, 24 Apr 2020 15:17:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726053AbgDXWPW (ORCPT + 99 others); Fri, 24 Apr 2020 18:15:22 -0400 Received: from muru.com ([72.249.23.125]:51336 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725874AbgDXWPV (ORCPT ); Fri, 24 Apr 2020 18:15:21 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D47FE80E7; Fri, 24 Apr 2020 22:16:06 +0000 (UTC) Date: Fri, 24 Apr 2020 15:15:15 -0700 From: Tony Lindgren To: Pavel Machek Cc: Johan Hovold , Greg Kroah-Hartman , Rob Herring , Alan Cox , Lee Jones , Jiri Slaby , Merlijn Wajer , Peter Hurley , Sebastian Reichel , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCHv6 0/4] n_gsm serdev support and protocol driver for droid4 modem Message-ID: <20200424221515.GM37466@atomide.com> References: <20200421232752.3070-1-tony@atomide.com> <20200423114326.GQ18608@localhost> <20200424215040.GA14087@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200424215040.GA14087@amd> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek [200424 21:51]: > Hi! > > > > Here's v4 set of n_gsm serdev support patches, and the related protocol > > > driver for the modem found on Motorola Mapphone phones and tablets > > > like droid4. > > > > > > This series only adds basic character device support for the serdev > > > driver. Other serdev consumer drivers for specific devices will be > > > posted separately. > > > > I'm still missing an architectural (design) overview here -- reviewer > > time is a scarce resource. > > > > I also suggested earlier that you include, at least as an RFC, one or > > more of your child-device drivers so that we can see how this ends up > > being used in the end (including an example devicetree). > > Note that this is useful on its own: we have ofonod running on the top > of this doing calls and SMSes. Yup. > Tony: I know you have drivers depending on this somewhere (audio > routing and GPS), but I can't find them. It is not droid4-pending-v5.6 > AFAICT. Do you have a pointer / could you publish them somewhere? Hmm they should be there in droid4-pending-v5.6 branch [0]: $ git log --abbrev=12 --pretty=format:"%h (\"%s\")" \ v5.6..droid4-pending-v5.6 | grep -i -e gsm -e mot -e mdm e09590a260a4 ("mfd: motmdm: Fix oops on unload of motorola-mdm") f9252f9ff6bd ("mfd: motmdm: Revert bad list change") d733dcaf4416 ("mfd: motmdm: Fix issue with receiving data before ddata is set") 452d2b5d4c95 ("n_gsm: Build fixes for make randconfig build") 6882b27ea92a ("phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle interval") 58ff58c4b520 ("mfd: motmdm: Add basic DTMF support") e92b6f30e5ae ("ASoC: audio-graph-card: Add audio mixer for motorold mdm6600") c2caea5767d5 ("gnss: mot-mdm6600: Add support for Motorola Mapphone MDM6600 modem") a5f73b7b06f6 ("mfd: motmdm: Add Motorola TS 27.010 serdev driver for devices like droid4") 6c311d5aeb0a ("dt-bindings: mfd: motmdm: Add binding for motorola-mdm") cd02274b920e ("tty: n_gsm: Add support for serdev drivers") a73a48321c98 ("phy: mapphone-mdm6600: Fix timeouts by adding wake-up handling") Regards, Tony [0] https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git/log/?h=droid4-pending-v5.6