Re: [PATCH 05/18] ASoC: Ux500: Enable ux500 MSP driver for DeviceTree

From: Lee Jones
Date: Mon Jul 30 2012 - 09:57:11 EST


On 30/07/12 14:39, Mark Brown wrote:
On Mon, Jul 30, 2012 at 07:53:36AM +0100, Lee Jones wrote:
On 29/07/12 21:42, Mark Brown wrote:

+ if (of_get_property(np, "stericsson,use-pinctrl", NULL))

This doesn't seem particularly sane... why is this conditional?

It's conditional because only MSP1 and MSP3 have pinctrl support.

Why does the driver care - doesn't the pinctrl abstraction and/or
bindings handle this sensibly?

Not when I tested it. pinctrl_get() came back !IS_ERR() for MSP0, MSP2 & MSP3, then when it went on to pinctrl_lookup_state(), only then did it fail. Would it be more sane to retract the error messages and just let it fail silently? It's either that or have lots of "could not get MSP defstate" clogging up the log.

--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/