[PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers
From: srinivas kandagatla <hidden>
Date: 2014-03-07 11:33:52
Also in:
linux-devicetree, lkml
From: srinivas kandagatla <hidden>
Date: 2014-03-07 11:33:52
Also in:
linux-devicetree, lkml
On 07/03/14 11:28, Maxime Coquelin wrote:
quoted
Problem is that "oe" and "pu" takes -1 in that patch, and these values will be passed directly to devm_regmap_field_alloc without any check. I propose to apply this patch before "pinctrl: st: add pinctrl support for the STiH407 SoC", and move stih407_flashdata as you recommend. Is it fine for you?
Am OK with re-ordering, This will also be good for git bisect... :-) Thanks, srini
Thanks for the review, Maxime