From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1D09EB64D8 for ; Tue, 20 Jun 2023 07:17:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230356AbjFTHRj (ORCPT ); Tue, 20 Jun 2023 03:17:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbjFTHRg (ORCPT ); Tue, 20 Jun 2023 03:17:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 929D0E7; Tue, 20 Jun 2023 00:17:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2EA4261028; Tue, 20 Jun 2023 07:17:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DB17C433C8; Tue, 20 Jun 2023 07:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687245454; bh=XvknyRL+7tT3OlhxFVOJOUpD0An+XG2R483V/GaZ6C4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VlpT3oH+S0kOwvRFPRiVwgwbdb+lJx9mEAs4Wz8QFbpOp49OXSjMJSGnd6hGqPzPm VpkrUEJmj6yw52Ps4l72Uj6vr8DGed9dbTVSFgkhNYRO+iRAYHeLANRxpJHkiW7yST 8IRvSTBzzBrdKKrpKlAU7i/qiN9mfM312R5z8Pl0KM8zxLPvEba0k3ggc00JtV0muB vlAbjAGA/Y3ipLywmgyvjjBcadw/ZgmW1q2d/CpfWWKG5xzcZoNYjY8G7tHlSUDVkh VbmtLU8UCvNIX/8n7EHNpZ4fggK80f7nh4eaZDPuNxEyAJg58WHfOCuvxUWsu3Vdwp U4bDkYEN13EJA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1qBVcM-0006sf-Bc; Tue, 20 Jun 2023 09:17:34 +0200 Date: Tue, 20 Jun 2023 09:17:34 +0200 From: Johan Hovold To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 4/5] gnss: ubx: add support for the reset gpio Message-ID: References: <20230523064310.3005-1-wsa+renesas@sang-engineering.com> <20230523064310.3005-5-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230523064310.3005-5-wsa+renesas@sang-engineering.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 23, 2023 at 08:43:09AM +0200, Wolfram Sang wrote: > Tested with a Renesas KingFisher board. The chip correctly disappears > from the I2C bus when the 'gnss0' device is not opened. What do you mean by "disappears from the I2C bus"? Does this device support both I2C and UART? Johan