[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aWgiV4E-KtVG3uDl@zenone.zhora.eu>
Date: Thu, 15 Jan 2026 00:11:57 +0100
From: Andi Shyti <andi.shyti@...nel.org>
To: Troy Mitchell <troy.mitchell@...ux.spacemit.com>
Cc: Yixun Lan <dlan@...too.org>, Alex Elder <elder@...cstar.com>,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org,
spacemit@...ts.linux.dev
Subject: Re: [PATCH v5 1/3] i2c: spacemit: drop useless spaces
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 <troy.mitchell@...ux.spacemit.com>
I merged just this patch to i2c/i2c-host so that you don't need
to carry it around.
> - #include <linux/clk.h>
> - #include <linux/i2c.h>
> - #include <linux/iopoll.h>
> - #include <linux/module.h>
> - #include <linux/of_address.h>
> - #include <linux/platform_device.h>
There was a little conflict here which was easy to fix because
linux/reset.h has been included in the meantime.
Thanks,
Andi
> +#include <linux/clk.h>
> +#include <linux/i2c.h>
> +#include <linux/iopoll.h>
> +#include <linux/module.h>
> +#include <linux/of_address.h>
> +#include <linux/platform_device.h>
>
> /* spacemit i2c registers */
> #define SPACEMIT_ICR 0x0 /* Control register */
>
> --
> 2.52.0
>
Powered by blists - more mailing lists