[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fe2148dd4e1547a937624ebb63653ab0ccb04383.camel@perches.com>
Date: Mon, 16 Oct 2023 23:48:03 -0700
From: Joe Perches <joe@...ches.com>
To: Frank Li <Frank.Li@....com>, alexandre.belloni@...tlin.com,
miquel.raynal@...tlin.com, conor.culhane@...vaco.com,
linux-i3c@...ts.infradead.org, linux-kernel@...r.kernel.org,
imx@...ts.linux.dev
Subject: Re: [PATCH 1/5] i3c: master: svc: enable hotjoin default
On Mon, 2023-10-16 at 11:46 -0400, Frank Li wrote:
> Hotjoin require clock running and enable SLVSTART irq.
> Add module parameter 'hotjoin' to disable hotjoin and enable runtime_pm to
> save power.
[]
> diff --git a/drivers/i3c/master/svc-i3c-master.c b/drivers/i3c/master/svc-i3c-master.c
[]
> @@ -128,6 +128,9 @@
> /* This parameter depends on the implementation and may be tuned */
> #define SVC_I3C_FIFO_SIZE 16
>
> +static bool hotjoin = true;
> +module_param(hotjoin, bool, S_IRUGO | S_IWUSR);
Might be nicer using 0644
Consider using checkpatch --strict on the series.
Powered by blists - more mailing lists