linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2]  use readl_poll_timeout() function
@ 2020-02-06 14:24 Dejin Zheng
  2020-02-06 14:24 ` [PATCH 1/2] net: stmmac: use readl_poll_timeout() function in init_systime() Dejin Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dejin Zheng @ 2020-02-06 14:24 UTC (permalink / raw)
  To: peppe.cavallaro, alexandre.torgue, joabreu, davem,
	mcoquelin.stm32, netdev
  Cc: linux-stm32, linux-arm-kernel, linux-kernel, Dejin Zheng

This patch series just for use readl_poll_timeout() function
to replace the open coded handling of use readl_poll_timeout()
in the stmmac driver. There are two modification positions,
the one in the init_systime() function and the other in the
dwmac4_dma_reset() function.

Dejin Zheng (2):
  net: stmmac: use readl_poll_timeout() function in init_systime()
  net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()

 drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c   | 14 ++++++--------
 .../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c  | 14 ++++++--------
 2 files changed, 12 insertions(+), 16 deletions(-)

-- 
2.25.0


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

end of thread, other threads:[~2020-02-06 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 14:24 [PATCH 0/2] use readl_poll_timeout() function Dejin Zheng
2020-02-06 14:24 ` [PATCH 1/2] net: stmmac: use readl_poll_timeout() function in init_systime() Dejin Zheng
2020-02-06 14:24 ` [PATCH 2/2] net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset() Dejin Zheng
2020-02-06 14:51 ` [PATCH 0/2] use readl_poll_timeout() function David Miller

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).