Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79D4184CD8 for ; Sun, 3 Sep 2023 11:36:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wp0CSExIYgcl for ; Sun, 3 Sep 2023 11:36:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14CD584CCF for ; Sun, 3 Sep 2023 11:36:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1EE6FBDB; Sun, 3 Sep 2023 11:36:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 11:36:52 +0000 From: "Tobias Nygren" Subject: CVS commit: src/sys/arch/arm/broadcom To: source-changes@NetBSD.org Approved: for-source-only Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20230903113652.F1EE6FBDB@cvs.NetBSD.org> Module Name: src Committed By: tnn Date: Sun Sep 3 11:36:52 UTC 2023 Modified Files: src/sys/arch/arm/broadcom: bcm2835_spi.c Log Message: bcm2835_spi: guard against too large clock divider and clamp if necessary To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/broadcom/bcm2835_spi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.