All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] Remove unneeded PHY time stamping option.
@ 2021-01-21  4:05 ` Richard Cochran
  0 siblings, 0 replies; 30+ messages in thread
From: Richard Cochran @ 2021-01-21  4:05 UTC (permalink / raw)
  To: netdev
  Cc: David Miller, Jakub Kicinski, Andrew Lunn, Brandon Streiff,
	Dinh Nguyen, Florian Fainelli, Krzysztof Kozlowski, Marc Zyngier,
	Olof Johansson, Russell King, Vivien Didelot, Vladimir Oltean,
	linux-arm-kernel, linux-kernel

The NETWORK_PHY_TIMESTAMPING configuration option adds additional
checks into the networking hot path, and it is only needed by two
rather esoteric devices, namely the TI DP83640 PHYTER and the ZHAW
InES 1588 IP core.  Very few end users have these devices, and those
that do have them are building specialized embedded systems.

Unfortunately two unrelated drivers depend on this option, and two
defconfigs enable it.  It is probably my fault for not paying enough
attention in reviews.

This series corrects the gratuitous use of NETWORK_PHY_TIMESTAMPING.


Richard Cochran (4):
  net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.
  net: mvpp2: Remove unneeded Kconfig dependency.
  ARM: socfpga_defconfig: Disable PHY time stamping by default.
  ARM: axm55xx_defconfig: Disable PHY time stamping by default.

 arch/arm/configs/axm55xx_defconfig   | 1 -
 arch/arm/configs/socfpga_defconfig   | 6 +-----
 drivers/net/dsa/mv88e6xxx/Kconfig    | 1 -
 drivers/net/ethernet/marvell/Kconfig | 1 -
 4 files changed, 1 insertion(+), 8 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2021-01-23 21:40 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  4:05 [PATCH net 0/4] Remove unneeded PHY time stamping option Richard Cochran
2021-01-21  4:05 ` Richard Cochran
2021-01-21  4:06 ` [PATCH net 1/4] net: dsa: mv88e6xxx: Remove bogus Kconfig dependency Richard Cochran
2021-01-21  4:06   ` Richard Cochran
2021-01-21 19:59   ` Brandon Streiff
2021-01-21 19:59     ` Brandon Streiff
2021-01-21  4:06 ` [PATCH net 2/4] net: mvpp2: Remove unneeded " Richard Cochran
2021-01-21  4:06   ` Richard Cochran
2021-01-21 10:27   ` Russell King - ARM Linux admin
2021-01-21 10:27     ` Russell King - ARM Linux admin
2021-01-21 15:08     ` Richard Cochran
2021-01-21 15:08       ` Richard Cochran
2021-01-23  2:14       ` Jakub Kicinski
2021-01-23  2:14         ` Jakub Kicinski
2021-01-23  9:39         ` Russell King - ARM Linux admin
2021-01-23  9:39           ` Russell King - ARM Linux admin
2021-01-23 13:26         ` Richard Cochran
2021-01-23 13:26           ` Richard Cochran
2021-01-23 20:12           ` Jakub Kicinski
2021-01-23 20:12             ` Jakub Kicinski
2021-01-23 21:14             ` Richard Cochran
2021-01-23 21:14               ` Richard Cochran
2021-01-23 21:38               ` Jakub Kicinski
2021-01-23 21:38                 ` Jakub Kicinski
2021-01-21  4:06 ` [PATCH net 3/4] ARM: socfpga_defconfig: Disable PHY time stamping by default Richard Cochran
2021-01-21  4:06   ` Richard Cochran
2021-01-21  4:06 ` [PATCH net 4/4] ARM: axm55xx_defconfig: " Richard Cochran
2021-01-21  4:06   ` Richard Cochran
2021-01-21 15:10 ` [PATCH net 0/4] Remove unneeded PHY time stamping option Richard Cochran
2021-01-21 15:10   ` Richard Cochran

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.