Re: [PATCH v2] pinctrl/nomadik: add ASIC DB8450 pinctrl driver

2012-08-08 Thread Stephen Warren
On 08/08/2012 06:05 AM, Linus Walleij wrote: > From: Patrice Chotard > > This implements a subdriver for the DB8540 ASIC for the > Nomadik pin controller. > > Signed-off-by: Patrice Chotard > Signed-off-by: Linus Walleij Reviewed-by: Stephen Warren -- To unsubscribe from this list: send the

[PATCH v2] pinctrl/nomadik: add ASIC DB8450 pinctrl driver

2012-08-08 Thread Linus Walleij
From: Patrice Chotard This implements a subdriver for the DB8540 ASIC for the Nomadik pin controller. Signed-off-by: Patrice Chotard Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Check the explicit "version" variable instead of indirectly inspecting platform data as pointed out by Ste