Received: by 10.192.165.148 with SMTP id m20csp326352imm; Tue, 24 Apr 2018 23:30:41 -0700 (PDT) X-Google-Smtp-Source: AIpwx49F8EzWndRsBnQjZHYByvAoKsTYGxCuZrAvdu9xlBYNgvBjo2SWP3750qyL5g2cCzEzEReH X-Received: by 2002:a17:902:8e8a:: with SMTP id bg10-v6mr28359008plb.329.1524637840992; Tue, 24 Apr 2018 23:30:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524637840; cv=none; d=google.com; s=arc-20160816; b=hmKIui0nvZ6HT1JFn5JR2NfC5noYCATy1xdduMSSFGM2xyfgW7VoP/0XLAF9RNiH4b BxlJ3ZDSctpDLMCv+LF7YP3fN0PNzZm2pB6v8ZiCkogENkw7+DMmzFgGHHIMSkHGSM0F cxmeosxC+z80/WzE4qWXTAspb7lXAqm9W6yiIvgPwMKhAvkWcqdF0HrkQWQjpyShvSh3 k36eInoR8L5tXBrMmhZPj1VrIAKK6Hig/hxc+FCUZq4th5F0qIsyAPVeKPhHJiri4X2J FwIq75bqFJi+K+n1LsIQ2nypJag4hZVlM6m8z2L0o8lU4QkF8JlExQHPikVQZuwMeF0n 4Qlw== 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=D8ezu8wBJk6G6tGK+3xnyR3YG9ReTunaO2QIKL/9CK8=; b=gEprZKbvhhdkkP4tW/zPAQnO5m2QSLXwS+TlB2oPfYzWn+hYhZTLF6Of5BPbUAGf0t WjffUP6lrn2+TepnEUpl/si8rNKK6NU8jM8DHZSTaue1P1tGVcB4IES6ygk3Nf0IUgZK IPVUEP98QipgNU5EdhRd6iQGTKV4I7rAff3CE3GzkPWQRe4aI7TOuTEJlGYxUUriQ0R2 12UcsynSzHqHBr5e249Rxhkk0YLhf4LKV49hlyvZ460UK17wxyOGF3K/wniDltCIX42D IY60ADX3QXCRziCRtrddFD2+mdIvITWUnPKVzsX49QV1r0Wm+MDl+6KpY9/i15RCNa0d OawQ== 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 f1-v6si13124287plr.6.2018.04.24.23.30.26; Tue, 24 Apr 2018 23:30:40 -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 S1751451AbeDYG1G (ORCPT + 99 others); Wed, 25 Apr 2018 02:27:06 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:43180 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbeDYG1B (ORCPT ); Wed, 25 Apr 2018 02:27:01 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id EDC9F80487; Wed, 25 Apr 2018 08:26:59 +0200 (CEST) Date: Wed, 25 Apr 2018 08:26:59 +0200 From: Pavel Machek To: Johan Hovold Cc: Greg Kroah-Hartman , Rob Herring , Mark Rutland , Andreas Kemnade , Arnd Bergmann , "H . Nikolaus Schaller" , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/7] gnss: add new GNSS subsystem Message-ID: <20180425062659.GA5352@amd> References: <20180424163458.11947-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <20180424163458.11947-1-johan@kernel.org> 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 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This series adds a new subsystem for GNSS receivers (e.g. GPS > receivers). >=20 > While GNSS receivers are typically accessed using a UART interface they > often also support other I/O interfaces such as I2C, SPI and USB, while > yet other devices use iomem or even some form of remote-processor > messaging (rpmsg). > =20 > The new GNSS subsystem abstracts the underlying interface and provides a > new "gnss" class type, which exposes a character-device interface (e.g. > /dev/gnss0) to user space. This allows GNSS receivers to have a > representation in the Linux device model, something which is important > not least for power management purposes and which also allows for easy > detection and (eventually) identification of GNSS devices. Actually... no, what you done is not GNSS subsystem. It is generic subsystem for a link + some controls, typically for power. Yes, that setup is common for GPS receivers, but it is there also for modems (droid 4: usb + gpios) and bluetooth dongles (n900: serial + gpios). Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlrgH7MACgkQMOfwapXb+vJM3QCfaB/TsM5fW9gWR+P8iDcIFSo5 9CAAn3AWDODk1U2XVOxgTGPJ/ruOiMyv =apkP -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G--