From: Vladimir Oltean <olteanv@gmail.com>
To: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Cc: netdev@vger.kernel.org, linus.walleij@linaro.org, andrew@lunn.ch,
vivien.didelot@gmail.com, f.fainelli@gmail.com,
alsi@bang-olufsen.dk, arinc.unal@arinc9.com,
frank-w@public-files.de
Subject: Re: [PATCH net-next v3 02/11] net: dsa: realtek: rename realtek_smi to realtek_priv
Date: Mon, 3 Jan 2022 21:07:01 +0200 [thread overview]
Message-ID: <20220103190701.pvd7ixfcomlqlbgm@skbuf> (raw)
In-Reply-To: <20211231043306.12322-3-luizluca@gmail.com>
On Fri, Dec 31, 2021 at 01:32:57AM -0300, Luiz Angelo Daros de Luca wrote:
> In preparation to adding other interfaces, the private data structure
> was renamed to priv.
>
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---
> @@ -385,76 +385,76 @@ int realtek_smi_setup_mdio(struct realtek_smi *smi)
>
> static int realtek_smi_probe(struct platform_device *pdev)
> {
> - const struct realtek_smi_variant *var;
> + const struct realtek_variant *var;
Undocumented change.
> struct device *dev = &pdev->dev;
> - struct realtek_smi *smi;
> + struct realtek_priv *priv;
> struct device_node *np;
> int ret;
> /**
> - * struct realtek_smi_ops - vtable for the per-SMI-chiptype operations
> + * struct realtek_ops - vtable for the per-SMI-chiptype operations
> * @detect: detects the chiptype
> */
> -struct realtek_smi_ops {
Undocumented name change.
next prev parent reply other threads:[~2022-01-03 19:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-31 4:32 [PATCH net-next 00/13 v3] net: dsa: realtek: MDIO interface and RTL8367S Luiz Angelo Daros de Luca
2021-12-31 4:32 ` [PATCH net-next v3 01/11] net: dsa: realtek-smi: move to subdirectory Luiz Angelo Daros de Luca
2022-01-01 17:45 ` Florian Fainelli
2022-01-03 17:59 ` Vladimir Oltean
2021-12-31 4:32 ` [PATCH net-next v3 02/11] net: dsa: realtek: rename realtek_smi to realtek_priv Luiz Angelo Daros de Luca
2022-01-02 16:48 ` Florian Fainelli
2022-01-03 19:07 ` Vladimir Oltean [this message]
2022-01-05 0:22 ` Luiz Angelo Daros de Luca
2021-12-31 4:32 ` [PATCH net-next v3 03/11] net: dsa: realtek: remove direct calls to realtek-smi Luiz Angelo Daros de Luca
2021-12-31 4:32 ` [PATCH net-next v3 04/11] net: dsa: realtek: convert subdrivers into modules Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 05/11] net: dsa: realtek: use phy_read in ds->ops Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 06/11] net: dsa: realtek: add new mdio interface for drivers Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 07/11] net: dsa: realtek: rtl8365mb: rename extport to extint, add "realtek,ext-int" Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 08/11] net: dsa: realtek: rtl8365mb: use GENMASK(n-1,0) instead of BIT(n)-1 Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 09/11] net: dsa: realtek: rtl8365mb: use DSA CPU port Luiz Angelo Daros de Luca
2022-01-03 19:08 ` Vladimir Oltean
2021-12-31 4:33 ` [PATCH net-next v3 10/11] net: dsa: realtek: rtl8365mb: add RTL8367S support Luiz Angelo Daros de Luca
2021-12-31 4:33 ` [PATCH net-next v3 11/11] net: dsa: realtek: rtl8365mb: multiple cpu ports, non cpu extint Luiz Angelo Daros de Luca
2022-01-01 2:30 ` [PATCH net-next 00/13 v3] net: dsa: realtek: MDIO interface and RTL8367S Jakub Kicinski
2022-01-01 18:49 ` Luiz Angelo Daros de Luca
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=20220103190701.pvd7ixfcomlqlbgm@skbuf \
--to=olteanv@gmail.com \
--cc=alsi@bang-olufsen.dk \
--cc=andrew@lunn.ch \
--cc=arinc.unal@arinc9.com \
--cc=f.fainelli@gmail.com \
--cc=frank-w@public-files.de \
--cc=linus.walleij@linaro.org \
--cc=luizluca@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@gmail.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