[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0323cb84-14fe-422b-9423-3b1599f8452b@lunn.ch>
Date: Thu, 11 Jan 2024 17:45:43 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Catalin Popescu <catalin.popescu@...ca-geosystems.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org, afd@...com,
hkallweit1@...il.com, linux@...linux.org.uk, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] net: phy: dp83826: add support for voltage tuning of
logical levels
> +u8 dp83826_cfg_dac_minus_raw[DP83826_CFG_DAC_RAW_VALUES_MAX] = {0x38, 0x37, 0x36, 0x35, 0x34, 0x33,
> + 0x32, 0x31, 0x30, 0x2f, 0x2e, 0x2d,
> + 0x2c, 0x2b, 0x2a, 0x29, 0x28};
> +u8 dp83826_cfg_dac_plus_raw[DP83826_CFG_DAC_RAW_VALUES_MAX] = {0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,
> + 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13,
> + 0x14, 0x15, 0x16, 0x17, 0x18};
Both of these should be static const.
However, they appear pointless. Plus is just a shift. minus is some
simple arithmetic and a shift.
Andrew
Powered by blists - more mailing lists