From: Florian Fainelli <f.fainelli@gmail.com>
To: Duanqiang Wen <duanqiangwen@net-swift.com>,
netdev@vger.kernel.org, jiawenwu@trustnetic.com,
mengyuanlou@net-swift.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
maciej.fijalkowski@intel.com, andrew@lunn.ch,
wangxiongfeng2@huawei.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v4] net: txgbe: fix i2c dev name cannot match clkdev
Date: Thu, 21 Mar 2024 06:06:39 -0700 [thread overview]
Message-ID: <61624f55-2f1f-4cb3-8845-0dc3988a849d@gmail.com> (raw)
In-Reply-To: <20240321054742.446481-1-duanqiangwen@net-swift.com>
On 3/20/2024 10:47 PM, Duanqiang Wen wrote:
> txgbe clkdev shortened clk_name, so i2c_dev info_name
> also need to shorten. Otherwise, i2c_dev cannot initialize
> clock. And had "i2c_dw" string in a define.
>
> Fixes: e30cef001da2 ("net: txgbe: fix clk_name exceed MAX_DEV_ID limits")
> Signed-off-by: Duanqiang Wen <duanqiangwen@net-swift.com>
When Jiri suggested to use a define, I did not read it as meaning a
define local within the driver, but rather a define that would span
beyond you driver that would match what is expected to be used by
drivers/i2c/busses/i2c-designware-pcidrv.c.
As a matter of fact, there are quite a few drivers that expect to use
this driver name:
git grep i2c_designware *
drivers/i2c/busses/i2c-designware-pcidrv.c:MODULE_ALIAS("i2c_designware-pci");
drivers/i2c/busses/i2c-designware-platdrv.c:MODULE_ALIAS("platform:i2c_designware");
drivers/i2c/busses/i2c-designware-platdrv.c: .name =
"i2c_designware",
drivers/mfd/intel-lpss.c: .name = "i2c_designware",
drivers/mfd/intel_quark_i2c_gpio.c:#define
INTEL_QUARK_I2C_CONTROLLER_CLK "i2c_designware.0"
drivers/mfd/intel_quark_i2c_gpio.c: .name = "i2c_designware",
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c: snprintf(clk_name,
sizeof(clk_name), "i2c_designware.%d",
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c: info.name =
"i2c_designware";
so they should all be covered by using a define under
include/linux/i2c-designware.h.
--
Florian
prev parent reply other threads:[~2024-03-21 13:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-21 5:47 [PATCH net v4] net: txgbe: fix i2c dev name cannot match clkdev Duanqiang Wen
2024-03-21 10:55 ` Jiri Pirko
2024-03-21 13:06 ` Florian Fainelli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=61624f55-2f1f-4cb3-8845-0dc3988a849d@gmail.com \
--to=f.fainelli@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=duanqiangwen@net-swift.com \
--cc=edumazet@google.com \
--cc=jiawenwu@trustnetic.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.fijalkowski@intel.com \
--cc=mengyuanlou@net-swift.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=wangxiongfeng2@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).