Re: [PATCH 1/1] pinctrl: imx: fix using pin->input_val wrongly

2013-11-04 Thread Linus Walleij
On Mon, Oct 28, 2013 at 7:01 AM, Peter Chen wrote: > The commit: "pinctrl: imx: Use struct type for pins" relaced > pin->input_reg by pin->input_val wrongly, fix it at this commit. > > Signed-off-by: Peter Chen Patch applied with Sascha's ACK. Yours. Linus Walleij -- To unsubscribe from this l

Re: [PATCH 1/1] pinctrl: imx: fix using pin->input_val wrongly

2013-10-28 Thread Sascha Hauer
On Mon, Oct 28, 2013 at 02:01:16PM +0800, Peter Chen wrote: > The commit: "pinctrl: imx: Use struct type for pins" relaced > pin->input_reg by pin->input_val wrongly, fix it at this commit. > > Signed-off-by: Peter Chen Oops. Acked-by: Sascha Hauer > --- > drivers/pinctrl/pinctrl-imx.c |

[PATCH 1/1] pinctrl: imx: fix using pin->input_val wrongly

2013-10-27 Thread Peter Chen
The commit: "pinctrl: imx: Use struct type for pins" relaced pin->input_reg by pin->input_val wrongly, fix it at this commit. Signed-off-by: Peter Chen --- drivers/pinctrl/pinctrl-imx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pinctrl/pinctrl-imx.c b/