Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp763567imm; Fri, 29 Jun 2018 06:06:01 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfvewDjWZFvaru7uMo3+0/o5G9UjXDxAKk5GLdvYXDPY/qwFaKPpGzc/DMKLVbnnOdpeJZz X-Received: by 2002:a65:5185:: with SMTP id h5-v6mr12857980pgq.0.1530277561269; Fri, 29 Jun 2018 06:06:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530277561; cv=none; d=google.com; s=arc-20160816; b=x08d9E4IN9JtUQi1GYUfnfi9aBTbs7gjjDxY1BoP6hQbW98rI4kHwY11whPhv1zGQN JOa3PTRplIex3Si+NzcNPF3Wxw8fnP0lqYmret255j0ZOsYQxBgr69ZVixCbQ1m/wgpo rN3LvfQsZZ0j3qbjVSYAHOPDAHLwCqr1xwCFWZYiOG4lyYWCrCzmybXjLJ7/CExjYLrP 8ZMjv5oRoearExQbIpE3pCc9aHGgOQGHMY0wsuYvOFhVMCiSjW1B8ru+binSV8eEMVCB jhMqzmOhV2i0VXc+jpSkueUaVJaMm0r9Yk76oGN1EGZhzb1lnRDXd58WIeAuJGPsUNsE /vEg== 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=uRyBrxwBsh3GshoUk6p+T5wPf+YzJALzB0gFMNfosi8=; b=gCSJmboXOY4emSw6XnKRf9h4SqfXBgL2zg546DlWJRdqaAwh5bzCsIZwaf7DoMmz4F JsJ0RkAfrXPraBep4lKnFpPWKX+7QpVXVLrqX61y0r+LTnkm5cu0kvSuAhvE3H/J8sBW rRmO16nobvXIgAmqkY4I9fjtX36tKi6cLyhLcTGBhLjhLjBkuBWF4k8KSRdoVsvCp8Nw UFFIL39DHynmQUYOqOnurqALGGRYs0b5KKa0ymv5g6V7who5CeVU0Vlfg4ZAfEe2eVhX L5mocBb5We1R6UYMt5SHqP8iXKSiqpgdyA/HWRxZnb79Er2xIJPM0lkezS51y6wOvTpj LuNQ== 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 t19-v6si8285719pgb.196.2018.06.29.06.05.37; Fri, 29 Jun 2018 06:06:01 -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 S933491AbeF2JqM (ORCPT + 99 others); Fri, 29 Jun 2018 05:46:12 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:41333 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932331AbeF2JqJ (ORCPT ); Fri, 29 Jun 2018 05:46:09 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 3D532805BE; Fri, 29 Jun 2018 11:46:08 +0200 (CEST) Date: Fri, 29 Jun 2018 11:46:07 +0200 From: Pavel Machek To: Greg Kroah-Hartman , Linus Torvalds , alan@linux.intel.com Cc: Johan Hovold , Rob Herring , Mark Rutland , Andreas Kemnade , Arnd Bergmann , "H . Nikolaus Schaller" , Marcel Holtmann , Sebastian Reichel , Tony Lindgren , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/8] gnss: add new GNSS subsystem Message-ID: <20180629094607.GC31718@amd> References: <20180601082259.17563-1-johan@kernel.org> <20180628120103.GA28131@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xo44VMWPx7vlQ2+2" Content-Disposition: inline In-Reply-To: <20180628120103.GA28131@kroah.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 --xo44VMWPx7vlQ2+2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Finally, note that documentation (including kerneldoc) remains to be > > written, but hopefully this will not hinder review given that the > > current interfaces are fairly self-describing. >=20 > This all looks great. Thanks for doing this work and adding a new > subsystem for something that has been asked for for many years. >=20 > All now merged in my tree, nice job! I don't think discussion was finished on this one. In particular, we agreed that /dev/gnssrawX would be better device name, so that we still have place where to put proper abstraction layer in future. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --xo44VMWPx7vlQ2+2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAls1/98ACgkQMOfwapXb+vLUQACgqpWMsI37vi4u0C6kmqx7hkVo XRIAnjq3CzVtwfkll7xX/8TtjV9FUild =Q4uJ -----END PGP SIGNATURE----- --xo44VMWPx7vlQ2+2--