Re: [PATCH 3/4] pinctrl-msm: Remove separate allocation of bitmaps

2013-12-16 Thread Linus Walleij
On Sun, Dec 15, 2013 at 8:01 AM, Bjorn Andersson wrote: > Make the bitmaps part of the msm_pinctrl allocation instead of > separately allocating them. > > Signed-off-by: Bjorn Andersson Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

[PATCH 3/4] pinctrl-msm: Remove separate allocation of bitmaps

2013-12-14 Thread Bjorn Andersson
Make the bitmaps part of the msm_pinctrl allocation instead of separately allocating them. Signed-off-by: Bjorn Andersson --- drivers/pinctrl/pinctrl-msm.c | 32 +--- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/drivers/pinctrl/pinctrl-msm.c b/driv