Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Greg KH
On Thu, Mar 26, 2015 at 10:26:09AM -0500, Kumar Gala wrote: > > On Mar 26, 2015, at 4:51 AM, Ivan T. Ivanov wrote: > > > > > On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: > >> pmic_arb v2 has no support for spmi non-data commands and thus > >> returns -EOPNOTSUPP on .cmd callback.

Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Kumar Gala
On Mar 26, 2015, at 4:51 AM, Ivan T. Ivanov wrote: > > On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: >> pmic_arb v2 has no support for spmi non-data commands and thus >> returns -EOPNOTSUPP on .cmd callback. This causes a failure in >> spmi_drv_probe() which sends a wakeup command to

Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Ivan T. Ivanov
On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: > pmic_arb v2 has no support for spmi non-data commands and thus > returns -EOPNOTSUPP on .cmd callback. This causes a failure in > spmi_drv_probe() which sends a wakeup command to the slave before > probing its driver. This patchset removes

Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Ivan T. Ivanov
On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: pmic_arb v2 has no support for spmi non-data commands and thus returns -EOPNOTSUPP on .cmd callback. This causes a failure in spmi_drv_probe() which sends a wakeup command to the slave before probing its driver. This patchset removes the

Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Greg KH
On Thu, Mar 26, 2015 at 10:26:09AM -0500, Kumar Gala wrote: On Mar 26, 2015, at 4:51 AM, Ivan T. Ivanov iiva...@mm-sol.com wrote: On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: pmic_arb v2 has no support for spmi non-data commands and thus returns -EOPNOTSUPP on .cmd

Re: [PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-26 Thread Kumar Gala
On Mar 26, 2015, at 4:51 AM, Ivan T. Ivanov iiva...@mm-sol.com wrote: On Wed, 2015-03-25 at 11:37 -0600, Gilad Avidov wrote: pmic_arb v2 has no support for spmi non-data commands and thus returns -EOPNOTSUPP on .cmd callback. This causes a failure in spmi_drv_probe() which sends a wakeup

[PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-25 Thread Gilad Avidov
pmic_arb v2 has no support for spmi non-data commands and thus returns -EOPNOTSUPP on .cmd callback. This causes a failure in spmi_drv_probe() which sends a wakeup command to the slave before probing its driver. This patchset removes the wakeup from spmi_drv_probe() since the spmi spec stipulates

[PATCH V5 0/2] add support for pmic_arb v2 and correct framework

2015-03-25 Thread Gilad Avidov
pmic_arb v2 has no support for spmi non-data commands and thus returns -EOPNOTSUPP on .cmd callback. This causes a failure in spmi_drv_probe() which sends a wakeup command to the slave before probing its driver. This patchset removes the wakeup from spmi_drv_probe() since the spmi spec stipulates