From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CC1D927146B for ; Mon, 1 Dec 2025 11:37:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764589031; cv=none; b=U4QFWgJze3MbMeWc9JmzGPD4/jGi4ppHwDzj07ttWwdmLq/AVOSr57RCEMSqKDKTOVoXhAuDtuizpwHS3IbbyaGrWzTzOLL6RwX5BDI5ptk8C5Zl0V3+oudkYqklFXiEs2kKlVoywztIwmwbcPpmZZFAxBeKaTvgGxhsn8CKKw4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764589031; c=relaxed/simple; bh=0GhiFXo9LgBIz84Hc5Bolv73FuNRTHkE0yBFNm7IGYo=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=WlMPPds3yGCJvk3Mx9G0PemKJQwDNCcMG/eq810K2Ol6xBLzk71gF8nUUBwrH8nLjzvgw5AUWoeSVJr/v/pNkEECwBdoHR6TpufwY1VIZpXSvwdCGSjpUsj2DQVhwV+enpreWk4ICKiY5SepXERVkEa7+IMxsFzjvRF5OP3PJRo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=punYWMSn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="punYWMSn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A416BC4CEF1; Mon, 1 Dec 2025 11:37:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764589031; bh=0GhiFXo9LgBIz84Hc5Bolv73FuNRTHkE0yBFNm7IGYo=; h=Date:From:To:Cc:Subject:From; b=punYWMSnMZH5xOiGzmAxBIstu1Q/CBIL/F9oi0g+nlHZUrxZtzffsn5wPswFG+ldg 4PKxJuDUeVK4v4W9DvJHg3tLtpGGwDk5ZH1lSJwMVjpU+sEN0VHtUeYnzTzib7WtTP e8u1bQdQl5zEeGoGlt6AqMZciz2xD6BoG7pWNnlMA12oKMmGdyZoon1FXXwfpG+tjK n6QngN/IF581mVd5JVwY+MPbeFCxlCTVimiYR26V4W5v92PI+jc2H+uk2KLIwTgYTF Fzstw9y1KqhN9JRfxf7PclgD2OXN5w8bUs0NcB6Cj3ScWdddoFLlB/7jOUhLTV7S+5 PiJWAwAcUi4kQ== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vQ2DU-000000001Vi-1v4q; Mon, 01 Dec 2025 12:37:16 +0100 Date: Mon, 1 Dec 2025 12:37:16 +0100 From: Johan Hovold To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] GNSS updates for 6.19-rc1 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c: Linux 6.18-rc5 (2025-11-09 15:10:19 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git tags/gnss-6.19-rc1 for you to fetch changes up to f5ef3f722d76eb8fdd11be3f1f1f1cc4fefbf45b: dt-bindings: gnss: fix timepulse description (2025-11-20 16:45:43 +0100) ---------------------------------------------------------------- GNSS updates for 6.19-rc1 Here are the GNSS updates for 6.19-rc1, including: - add support for claiming and deasserting the safeboot pin found on recent u-blox receivers - fix timepulse pin description in the devicetree binding Included are also some related binding updates. All have been in linux-next with no reported issues. ---------------------------------------------------------------- Alejandro Enrique (2): dt-bindings: gnss: u-blox: add safeboot gpio gnss: ubx: add support for the safeboot gpio Johan Hovold (3): dt-bindings: gnss: u-blox: use open-drain reset and safeboot in example dt-bindings: gnss: u-blox: use lowercase company name dt-bindings: gnss: fix timepulse description Documentation/devicetree/bindings/gnss/gnss-common.yaml | 3 +-- Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml | 10 +++++++--- drivers/gnss/ubx.c | 8 ++++++++ 3 files changed, 16 insertions(+), 5 deletions(-)