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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD331D3CC88 for ; Wed, 14 Jan 2026 23:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=608k6xUlrEoqehdm0OWYE9GaMZkSC+0hcz5jR1LQj1w=; b=SLKJFi7z7gjK+0 biXindkdi2UIL0yhYV+vejsX/f+McW0MXbw1j+tehGA8UCkf/iMKRgw4rA4SWpX4tH4dKDEcFLYMl p6gTmjqAORFRKQPFN8YFF/mIPkya4poDk7/+89Eaw6N9b64wNXKy93CRQKc3ZFsjnuHL50Msw/DBp oWwZl4p25nj/hnzUJZqB2V23n+1g5v2NPkPQhxLM2YdjA9u0R/58zZtx8M8xTpPTWZksAAcPugzpk vGD3W5raQjb17b4rm1VqUclevd0dTBke+fFV5pWOgXq+MFD914zmB8q0adiXHgqENPUBTjrMj330Z mwX9V7mx+HrfzVaeeIqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgA20-0000000B2tE-2Idp; Wed, 14 Jan 2026 23:12:04 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgA1z-0000000B2sz-2Pgy for linux-riscv@lists.infradead.org; Wed, 14 Jan 2026 23:12:03 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id A27B46000A; Wed, 14 Jan 2026 23:12:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDEA2C4CEF7; Wed, 14 Jan 2026 23:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768432322; bh=8XB/D0JpDRvXAyzgdBb/JfDqdJiGXftcDUQwxJ04rPo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QuV9cC2CK8duvwodyE54LG+CRRkbGlXLREFuC01kExri9o5MzWHUrEzRLFD/U+XSE 497twA6+72SKM8ZKtMSWE1+72C4yp/WGvAjKKS1vr5zlit+ILYw+YeocEdMykmNHFe 86RXvU0MRZBT+ods2QEzS5Zuq3/fXFahVq7JYNjbAGv2P5u+z1xLCGMXk6xKWTSi2m hOmzSJtSafrX7fznyVMZGQm5QzN8LmZgU+GKQsvlu30YbaPHKxtcK/1qw6nIyo2/P2 gX/073RNK10Xs1wygvKThcjkI9Y1Hg5iG41rGKfb+SbkYmaQWHsGphlM60tn7kFllA 2O5akDjfHVy1Q== Date: Thu, 15 Jan 2026 00:11:57 +0100 From: Andi Shyti To: Troy Mitchell Cc: Yixun Lan , Alex Elder , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev Subject: Re: [PATCH v5 1/3] i2c: spacemit: drop useless spaces Message-ID: References: <20251226-k1-i2c-ilcr-v5-0-b5807b7dd0e6@linux.spacemit.com> <20251226-k1-i2c-ilcr-v5-1-b5807b7dd0e6@linux.spacemit.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20251226-k1-i2c-ilcr-v5-1-b5807b7dd0e6@linux.spacemit.com> X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Troy, On Fri, Dec 26, 2025 at 04:31:59PM +0800, Troy Mitchell wrote: > Previously, the I2C driver had an extra leading space in column 0 of > included header lines. This commit removes the redundant whitespace. > > Signed-off-by: Troy Mitchell I merged just this patch to i2c/i2c-host so that you don't need to carry it around. > - #include > - #include > - #include > - #include > - #include > - #include There was a little conflict here which was easy to fix because linux/reset.h has been included in the meantime. Thanks, Andi > +#include > +#include > +#include > +#include > +#include > +#include > > /* spacemit i2c registers */ > #define SPACEMIT_ICR 0x0 /* Control register */ > > -- > 2.52.0 > _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv