Re: [PATCH 5/6] pinctrl: samsung: Handle banks with two configuration registers

2013-04-09 Thread Linus Walleij
On Mon, Mar 18, 2013 at 10:31 PM, Tomasz Figa wrote: > This patch adds support for banks that have more than one function > configuration registers, e.g. some of the banks of S3C64xx SoCs. > > Signed-off-by: Tomasz Figa Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send

[PATCH 5/6] pinctrl: samsung: Handle banks with two configuration registers

2013-03-18 Thread Tomasz Figa
This patch adds support for banks that have more than one function configuration registers, e.g. some of the banks of S3C64xx SoCs. Signed-off-by: Tomasz Figa --- drivers/pinctrl/pinctrl-samsung.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/pinctrl/pinctrl-samsung.c