Re: [PATCH] i2c: mux: Use subsys_initcall for the i2c-arb-gpio-challenge

2014-05-21 Thread Wolfram Sang
On Thu, Apr 24, 2014 at 08:35:22PM +0530, Naveen Krishna Chatradhi wrote: > From: Doug Anderson > > Since many drivers rely on FETs that live behind this arbitrator, they > can't successfully probe until after the arbitrator comes up. They > ought to handle things properly with EPROBE_DEFER and

[PATCH] i2c: mux: Use subsys_initcall for the i2c-arb-gpio-challenge

2014-04-24 Thread Naveen Krishna Chatradhi
From: Doug Anderson Since many drivers rely on FETs that live behind this arbitrator, they can't successfully probe until after the arbitrator comes up. They ought to handle things properly with EPROBE_DEFER and still work, but that has some downsides: 1. Those drivers don't come up till later