netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] dpaa2-eth: defer probe on object allocate
@ 2018-11-09 15:26 Ioana Ciornei
  2018-11-09 15:26 ` [PATCH net-next v2 1/2] " Ioana Ciornei
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ioana Ciornei @ 2018-11-09 15:26 UTC (permalink / raw)
  To: netdev@vger.kernel.org, davem@davemloft.net, andrew@lunn.ch
  Cc: Ioana Ciocoi Radulescu, Ioana Ciornei

Allocatable objects on the fsl-mc bus may be probed by the fsl_mc_allocator
after the first attempts of other drivers to use them. Defer the probe when
this situation happens.

Changes in v2:
  - proper handling of IS_ERR_OR_NULL

Ioana Ciornei (2):
  dpaa2-eth: defer probe on object allocate
  dpaa2-ptp: defer probe when portal allocation failed

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 32 ++++++++++++++++--------
 drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c |  5 +++-
 2 files changed, 26 insertions(+), 11 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-11-10 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-09 15:26 [PATCH net-next v2 0/2] dpaa2-eth: defer probe on object allocate Ioana Ciornei
2018-11-09 15:26 ` [PATCH net-next v2 1/2] " Ioana Ciornei
2018-11-09 20:39   ` Andrew Lunn
2018-11-09 15:26 ` [PATCH net-next v2 2/2] dpaa2-ptp: defer probe when portal allocation failed Ioana Ciornei
2018-11-10  4:09 ` [PATCH net-next v2 0/2] dpaa2-eth: defer probe on object allocate 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).