From patchwork Wed Jul 12 11:37:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 702011 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 EBB46EB64D9 for ; Wed, 12 Jul 2023 11:38:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbjGLLi3 (ORCPT ); Wed, 12 Jul 2023 07:38:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229843AbjGLLi1 (ORCPT ); Wed, 12 Jul 2023 07:38:27 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A86101FF0 for ; Wed, 12 Jul 2023 04:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=WWq50IXc7DT3nr DcWZF3oif51BO0pBy6J8A61kjH14k=; b=L3v07Z1W6+gGNCijdvjpl3z962fDSl dRcKWEVlvEkkCUk48697JyPAqZH+ePfDp4rFwza8NLpZGGS2EnUTTCDLZrzsJ7hf g19VV7F6qs/WkLY4qK6RY4bCGdZ+dlY2qCIqSpxSyn420xqF7rEDFMefeMjiUt/L 0zE0UOuxEpH/U4hB7GK9b5Kvg264fqa3P9BddChngmUsV2dXv9j2qBAiKE1pksBe ao2asZjinz4l37GkqoPQlkCnMOZflaH6qxx01S+LnjfMweH2rn0VG/0E1bS3qAws 2PQwsUlIpWdbwdvgm5Qj8CTGV6vw8IHwOh8aFs9nSYvJ4keySd9W0XsQ== Received: (qmail 1596742 invoked from network); 12 Jul 2023 13:37:43 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 12 Jul 2023 13:37:43 +0200 X-UD-Smtp-Session: l3s3148p1@WjrbpEgATKUujnvL From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , devicetree@vger.kernel.org, Johan Hovold , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] gnss: ubx: updates to support the Renesas KingFisher board Date: Wed, 12 Jul 2023 13:37:28 +0200 Message-Id: <20230712113731.3306-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org For that, we need "reset-gpio" support (patches 2+3). But first, simplify regulator handling with a new helper (patch 1). Changes since RFC v2: * dropped DTS patch because the binding is clear now and we can upstream it separately * added binding documentation * rebased to 6.5-rc1 Wolfram Sang (3): gnss: ubx: use new helper to remove open coded regulator handling dt-bindings: gnss: u-blox: add "reset-gpios" binding gnss: ubx: add support for the reset gpio .../bindings/gnss/u-blox,neo-6m.yaml | 7 ++++ drivers/gnss/ubx.c | 35 ++++++++----------- 2 files changed, 22 insertions(+), 20 deletions(-)