From: Jakub Kicinski <kuba@kernel.org>
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>, "Andrew Lunn" <andrew@lunn.ch>,
"Florian Fainelli" <f.fainelli@gmail.com>,
"Maxim Georgiev" <glipus@gmail.com>,
"Horatiu Vultur" <horatiu.vultur@microchip.com>,
"Köry Maincent" <kory.maincent@bootlin.com>,
"Maxime Chevallier" <maxime.chevallier@bootlin.com>,
"Richard Cochran" <richardcochran@gmail.com>,
"Vadim Fedorenko" <vadim.fedorenko@linux.dev>,
"Gerhard Engleder" <gerhard@engleder-embedded.com>,
"Hangbin Liu" <liuhangbin@gmail.com>,
"Russell King" <linux@armlinux.org.uk>,
"Heiner Kallweit" <hkallweit1@gmail.com>,
"Jacob Keller" <jacob.e.keller@intel.com>,
"Jay Vosburgh" <j.vosburgh@gmail.com>,
"Andy Gospodarek" <andy@greyhouse.net>,
"Wei Fang" <wei.fang@nxp.com>,
"Shenwei Wang" <shenwei.wang@nxp.com>,
"Clark Wang" <xiaoning.wang@nxp.com>,
"NXP Linux Team" <linux-imx@nxp.com>,
UNGLinuxDriver@microchip.com,
"Lars Povlsen" <lars.povlsen@microchip.com>,
"Steen Hegelund" <Steen.Hegelund@microchip.com>,
"Daniel Machon" <daniel.machon@microchip.com>,
"Simon Horman" <simon.horman@corigine.com>,
"Casper Andersson" <casper.casan@gmail.com>,
"Sergey Organov" <sorganov@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 net-next 10/10] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers
Date: Thu, 13 Jul 2023 19:50:37 -0700 [thread overview]
Message-ID: <20230713195037.34444454@kernel.org> (raw)
In-Reply-To: <20230713121907.3249291-11-vladimir.oltean@nxp.com>
On Thu, 13 Jul 2023 15:19:07 +0300 Vladimir Oltean wrote:
> /**
> * struct kernel_hwtstamp_config - Kernel copy of struct hwtstamp_config
> *
> @@ -26,6 +31,7 @@ struct kernel_hwtstamp_config {
> int rx_filter;
> struct ifreq *ifr;
> bool copied_to_user;
> + enum hwtstamp_source source;
> };
source is missing from the kdoc
phy_mii_ioctl() can be in a module so we need a stub / indirection
--
pw-bot: cr
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>, "Andrew Lunn" <andrew@lunn.ch>,
"Florian Fainelli" <f.fainelli@gmail.com>,
"Maxim Georgiev" <glipus@gmail.com>,
"Horatiu Vultur" <horatiu.vultur@microchip.com>,
"Köry Maincent" <kory.maincent@bootlin.com>,
"Maxime Chevallier" <maxime.chevallier@bootlin.com>,
"Richard Cochran" <richardcochran@gmail.com>,
"Vadim Fedorenko" <vadim.fedorenko@linux.dev>,
"Gerhard Engleder" <gerhard@engleder-embedded.com>,
"Hangbin Liu" <liuhangbin@gmail.com>,
"Russell King" <linux@armlinux.org.uk>,
"Heiner Kallweit" <hkallweit1@gmail.com>,
"Jacob Keller" <jacob.e.keller@intel.com>,
"Jay Vosburgh" <j.vosburgh@gmail.com>,
"Andy Gospodarek" <andy@greyhouse.net>,
"Wei Fang" <wei.fang@nxp.com>,
"Shenwei Wang" <shenwei.wang@nxp.com>,
"Clark Wang" <xiaoning.wang@nxp.com>,
"NXP Linux Team" <linux-imx@nxp.com>,
UNGLinuxDriver@microchip.com,
"Lars Povlsen" <lars.povlsen@microchip.com>,
"Steen Hegelund" <Steen.Hegelund@microchip.com>,
"Daniel Machon" <daniel.machon@microchip.com>,
"Simon Horman" <simon.horman@corigine.com>,
"Casper Andersson" <casper.casan@gmail.com>,
"Sergey Organov" <sorganov@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 net-next 10/10] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers
Date: Thu, 13 Jul 2023 19:50:37 -0700 [thread overview]
Message-ID: <20230713195037.34444454@kernel.org> (raw)
In-Reply-To: <20230713121907.3249291-11-vladimir.oltean@nxp.com>
On Thu, 13 Jul 2023 15:19:07 +0300 Vladimir Oltean wrote:
> /**
> * struct kernel_hwtstamp_config - Kernel copy of struct hwtstamp_config
> *
> @@ -26,6 +31,7 @@ struct kernel_hwtstamp_config {
> int rx_filter;
> struct ifreq *ifr;
> bool copied_to_user;
> + enum hwtstamp_source source;
> };
source is missing from the kdoc
phy_mii_ioctl() can be in a module so we need a stub / indirection
--
pw-bot: cr
next prev parent reply other threads:[~2023-07-14 2:51 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 12:18 [PATCH v7 net-next 00/10] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2023-07-13 12:18 ` Vladimir Oltean
2023-07-13 12:18 ` [PATCH v7 net-next 01/10] net: add NDOs for configuring hardware timestamping Vladimir Oltean
2023-07-13 12:18 ` Vladimir Oltean
2023-07-13 12:18 ` [PATCH v7 net-next 02/10] net: add hwtstamping helpers for stackable net devices Vladimir Oltean
2023-07-13 12:18 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 03/10] net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set() Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 04/10] net: macvlan: " Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 05/10] net: bonding: " Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 06/10] net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-14 3:05 ` Wei Fang
2023-07-14 3:05 ` Wei Fang
2023-07-14 8:47 ` Russell King (Oracle)
2023-07-14 8:47 ` Russell King (Oracle)
2023-07-14 9:08 ` Wei Fang
2023-07-14 9:08 ` Wei Fang
2023-07-13 12:19 ` [PATCH v7 net-next 07/10] net: fec: delete fec_ptp_disable_hwts() Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-14 3:06 ` Wei Fang
2023-07-14 3:06 ` Wei Fang
2023-07-13 12:19 ` [PATCH v7 net-next 08/10] net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 09/10] net: lan966x: " Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-13 12:19 ` [PATCH v7 net-next 10/10] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers Vladimir Oltean
2023-07-13 12:19 ` Vladimir Oltean
2023-07-14 2:50 ` Jakub Kicinski [this message]
2023-07-14 2:50 ` Jakub Kicinski
2023-07-13 21:50 ` [PATCH v7 net-next 00/10] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() Jacob Keller
2023-07-13 21:50 ` Jacob Keller
2023-07-13 22:33 ` Vladimir Oltean
2023-07-13 22:33 ` Vladimir Oltean
2023-07-13 22:36 ` Jacob Keller
2023-07-13 22:36 ` Jacob Keller
2023-07-14 8:00 ` Horatiu Vultur
2023-07-14 8:00 ` Horatiu Vultur
2023-07-17 11:29 ` Vladimir Oltean
2023-07-17 11:29 ` Vladimir Oltean
2023-07-17 1:22 ` Max Georgiev
2023-07-17 1:22 ` Max Georgiev
2023-07-17 11:25 ` Vladimir Oltean
2023-07-17 11:25 ` Vladimir Oltean
2023-07-17 20:23 ` Jacob Keller
2023-07-17 20:23 ` Jacob Keller
2023-07-18 3:28 ` Richard Cochran
2023-07-18 3:28 ` Richard Cochran
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=20230713195037.34444454@kernel.org \
--to=kuba@kernel.org \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=andy@greyhouse.net \
--cc=casper.casan@gmail.com \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=gerhard@engleder-embedded.com \
--cc=glipus@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=horatiu.vultur@microchip.com \
--cc=j.vosburgh@gmail.com \
--cc=jacob.e.keller@intel.com \
--cc=kory.maincent@bootlin.com \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=liuhangbin@gmail.com \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=shenwei.wang@nxp.com \
--cc=simon.horman@corigine.com \
--cc=sorganov@gmail.com \
--cc=vadim.fedorenko@linux.dev \
--cc=vladimir.oltean@nxp.com \
--cc=wei.fang@nxp.com \
--cc=xiaoning.wang@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.