Re: [PATCH 4/5] pinctrl-baytrail: introduce to_byt_gpio() macro

2013-07-22 Thread Linus Walleij
On Wed, Jul 10, 2013 at 1:55 PM, Andy Shevchenko wrote: > The introduced macro helps to convert struct gpio_chip to struct byt_gpio. > > Signed-off-by: Andy Shevchenko Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH 4/5] pinctrl-baytrail: introduce to_byt_gpio() macro

2013-07-10 Thread Andy Shevchenko
The introduced macro helps to convert struct gpio_chip to struct byt_gpio. Signed-off-by: Andy Shevchenko --- drivers/pinctrl/pinctrl-baytrail.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-baytrail.c b/drivers/pinctrl/pinctrl-b