[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250424191350.7bf69fdb@kernel.org>
Date: Thu, 24 Apr 2025 19:13:50 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Parvathi Pudi <parvathi@...thit.com>
Cc: danishanwar@...com, rogerq@...nel.org, andrew+netdev@...n.ch,
davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org, nm@...com,
ssantosh@...nel.org, tony@...mide.com, richardcochran@...il.com,
glaroque@...libre.com, schnelle@...ux.ibm.com, m-karicheri2@...com,
s.hauer@...gutronix.de, rdunlap@...radead.org, diogo.ivo@...mens.com,
basharath@...thit.com, horms@...nel.org, jacob.e.keller@...el.com,
m-malladi@...com, javier.carrasco.cruz@...il.com, afd@...com,
s-anna@...com, linux-arm-kernel@...ts.infradead.org,
netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, pratheesh@...com, prajith@...com,
vigneshr@...com, praneeth@...com, srk@...com, rogerq@...com,
krishna@...thit.com, pmohan@...thit.com, mohan@...thit.com
Subject: Re: [PATCH net-next v6 04/11] net: ti: prueth: Adds link detection,
RX and TX support.
On Wed, 23 Apr 2025 12:53:49 +0530 Parvathi Pudi wrote:
> +static inline void icssm_prueth_write_reg(struct prueth *prueth,
> + enum prueth_mem region,
> + unsigned int reg, u32 val)
> +{
> + writel_relaxed(val, prueth->mem[region].va + reg);
> +}
Please don't use "inline" unnecessarily.
The compiler will inline a single-line static function.
Powered by blists - more mailing lists