Re: [PATCH v2 07/17] smiapp: Always initialise the sensor in probe

2016-09-19 Thread Sakari Ailus
Sebastian Reichel wrote: Hi, On Thu, Sep 15, 2016 at 02:22:21PM +0300, Sakari Ailus wrote: Initialise the sensor in probe. The reason why it wasn't previously done in case of platform data was that the probe() of the driver that provided the clock through the set_xclk() callback would need to f

Re: [PATCH v2 07/17] smiapp: Always initialise the sensor in probe

2016-09-19 Thread Sebastian Reichel
Hi, On Thu, Sep 15, 2016 at 02:22:21PM +0300, Sakari Ailus wrote: > Initialise the sensor in probe. The reason why it wasn't previously done > in case of platform data was that the probe() of the driver that provided > the clock through the set_xclk() callback would need to finish before the > pro

[PATCH v2 07/17] smiapp: Always initialise the sensor in probe

2016-09-15 Thread Sakari Ailus
Initialise the sensor in probe. The reason why it wasn't previously done in case of platform data was that the probe() of the driver that provided the clock through the set_xclk() callback would need to finish before the probe() function of the smiapp driver. The set_xclk() callback no longer exist