Re: [PATCH v3] can: c_can: add xceiver enable/disable support

2016-01-21 Thread Marc Kleine-Budde
On 01/21/2016 12:24 PM, Michael Grzeschik wrote: > This patch adds support to enable and disable the xceiver > in case it's switchable by the regulator framework. > > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: > - always returning PTR_ERR in case devm_regulator_get fails > - removed

[PATCH v3] can: c_can: add xceiver enable/disable support

2016-01-21 Thread Michael Grzeschik
This patch adds support to enable and disable the xceiver in case it's switchable by the regulator framework. Signed-off-by: Michael Grzeschik --- v1 -> v2: - always returning PTR_ERR in case devm_regulator_get fails - removed inline wrapper functions with checks for xceiver == NULL v2 -> v3:

[PATCH v3] can: c_can: add xceiver enable/disable support

2016-01-21 Thread Michael Grzeschik
This patch adds support to enable and disable the xceiver in case it's switchable by the regulator framework. Signed-off-by: Michael Grzeschik --- v1 -> v2: - always returning PTR_ERR in case devm_regulator_get fails - removed inline wrapper functions with checks

Re: [PATCH v3] can: c_can: add xceiver enable/disable support

2016-01-21 Thread Marc Kleine-Budde
On 01/21/2016 12:24 PM, Michael Grzeschik wrote: > This patch adds support to enable and disable the xceiver > in case it's switchable by the regulator framework. > > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: > - always returning PTR_ERR in case