Re: [PATCH] Platform: x86: chromeos_laptop: defer probing if no i2c busses found

2013-04-18 Thread Olof Johansson
On Thu, Apr 18, 2013 at 3:05 PM, Olof Johansson wrote: > On Thu, Apr 18, 2013 at 2:55 PM, Olof Johansson wrote: >> If chromeos_laptop is loaded before the DRM driver, the i2c busses will >> not yet be available. Defer probe for that case and try again later. >> >> Trickling the error up to the mo

Re: [PATCH] Platform: x86: chromeos_laptop: defer probing if no i2c busses found

2013-04-18 Thread Olof Johansson
On Thu, Apr 18, 2013 at 2:55 PM, Olof Johansson wrote: > If chromeos_laptop is loaded before the DRM driver, the i2c busses will > not yet be available. Defer probe for that case and try again later. > > Trickling the error up to the module init function is unfortuantely a > little awkward, since

Re: [PATCH] Platform: x86: chromeos_laptop: defer probing if no i2c busses found

2013-04-18 Thread Benson Leung
Acked-by: Benson Leung On Thu, Apr 18, 2013 at 2:55 PM, Olof Johansson wrote: > If chromeos_laptop is loaded before the DRM driver, the i2c busses will > not yet be available. Defer probe for that case and try again later. > > Trickling the error up to the module init function is unfortuantely