Re: [PATCH 0/3] GPIO support for BRCMSTB

2015-05-26 Thread Gregory Fong
Hi Linus, On Wed, May 13, 2015 at 1:59 AM, Linus Walleij wrote: > On Tue, May 12, 2015 at 9:38 PM, Gregory Fong wrote: >> On Tue, May 12, 2015 at 3:59 AM, Linus Walleij >> wrote: >>> On Wed, May 6, 2015 at 10:37 AM, Gregory Fong >>> wrote: >>> There is only one IRQ for each GIO IP block

Re: [PATCH] pinctrl: zynq: change error code for pinctrl_register failure

2015-05-26 Thread Masahiro Yamada
Hi Sören, 2015-05-27 3:37 GMT+09:00 Sören Brinkmann : > On Tue, 2015-05-26 at 10:12AM +0200, Arnd Bergmann wrote: >> On Tuesday 26 May 2015 13:18:29 Masahiro Yamada wrote: >> > diff --git a/drivers/pinctrl/pinctrl-zynq.c >> > b/drivers/pinctrl/pinctrl-zynq.c >> > index 04748a4..0ff653c 100644 >>

Re: [PATCH v4 15/18] ARM: pxa: poodle: use new LoCoMo driver

2015-05-26 Thread Robert Jarzmik
Dmitry Eremin-Solenikov writes: > Convert poodle to use new mfd-based LoCoMo driver. > > Signed-off-by: Dmitry Eremin-Solenikov > Reviewed-by: Linus Walleij Acked-by: Robert Jarzmik Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a me

[PATCHv2 2/2] gpio-stp-xway: Use the of_property_read_u32 helper

2015-05-26 Thread Martin Blumenstingl
This removes some redundant code but does not have any functional impact. Signed-off-by: Martin Blumenstingl --- v2: Fixed patch description drivers/gpio/gpio-stp-xway.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/drivers/gpio/gpio-stp-xway.

Re: [PATCH] pinctrl: zynq: change error code for pinctrl_register failure

2015-05-26 Thread Sören Brinkmann
On Tue, 2015-05-26 at 10:12AM +0200, Arnd Bergmann wrote: > On Tuesday 26 May 2015 13:18:29 Masahiro Yamada wrote: > > diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c > > index 04748a4..0ff653c 100644 > > --- a/drivers/pinctrl/pinctrl-zynq.c > > +++ b/drivers/pinctrl/pi

Re: [PATCH 5/6] ARM: shmobile: lager: Set sdhi and mmcif clock rates

2015-05-26 Thread Ben Hutchings
On Mon, 2015-05-18 at 20:48 +0100, Ben Hutchings wrote: > On Sun, 2015-05-17 at 10:13 +0200, Geert Uytterhoeven wrote: > > On Sun, May 17, 2015 at 2:29 AM, Ben Hutchings > > wrote: > > > From: Ben Dooks > > > > > > [bwh: Fold in fix from Ian Molton] > > > Signed-off-by: Ben Hutchings > > > --- >

Re: [PATCH v4 04/18] input: locomokbd: differentiate between two Enter keys

2015-05-26 Thread Dmitry Torokhov
On Mon, May 25, 2015 at 02:41:39PM +0300, Dmitry Eremin-Solenikov wrote: > There are two Enter keys on collie/poodle keyboards. Make one of them to > generate KEY_KPENTER rather than just KEY_ENTER. > > Signed-off-by: Dmitry Eremin-Solenikov Acked-by: Dmitry Torokhov > --- > drivers/input/key

Re: [PATCH v4 03/18] input: convert LoCoMo keyboard driver to use new locomo core

2015-05-26 Thread Dmitry Torokhov
On Mon, May 25, 2015 at 02:41:38PM +0300, Dmitry Eremin-Solenikov wrote: > As LoCoMo is switching to new device model, adapt keyboard driver to > support new locomo core driver. > > Signed-off-by: Dmitry Eremin-Solenikov Acked-by: Dmitry Torokhov > --- > drivers/input/keyboard/Kconfig |

[PATCH] gpio: pcf857x: Check for irq_set_irq_wake() failures

2015-05-26 Thread Geert Uytterhoeven
If an interrupt controller doesn't support wake-up configuration, irq_set_irq_wake() returns an error code. Then any subsequent call trying to deconfigure wake-up will cause an imbalance, and a warning will be printed: WARNING: CPU: 1 PID: 1341 at kernel/irq/manage.c:540 irq_set_irq_wake+0x

Re: [PATCH v4 2/7] mmc: mediatek: Add Mediatek MMC driver

2015-05-26 Thread Ulf Hansson
[...] >> >> > +{ >> >> > + unsigned long tmo = jiffies + msecs_to_jiffies(20); >> >> > + >> >> > + while ((readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) >> >> > + && time_before(jiffies, tmo)) >> >> > + continue; >> >> > + >> >> > + if (readl(

Re: [PATCH] pinctrl: zynq: change error code for pinctrl_register failure

2015-05-26 Thread Masahiro Yamada
Hi Arnd, 2015-05-26 17:12 GMT+09:00 Arnd Bergmann : > On Tuesday 26 May 2015 13:18:29 Masahiro Yamada wrote: >> diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c >> index 04748a4..0ff653c 100644 >> --- a/drivers/pinctrl/pinctrl-zynq.c >> +++ b/drivers/pinctrl/pinctrl-zy

Re: [PATCH] pinctrl: zynq: change error code for pinctrl_register failure

2015-05-26 Thread Arnd Bergmann
On Tuesday 26 May 2015 13:18:29 Masahiro Yamada wrote: > diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c > index 04748a4..0ff653c 100644 > --- a/drivers/pinctrl/pinctrl-zynq.c > +++ b/drivers/pinctrl/pinctrl-zynq.c > @@ -1141,7 +1141,7 @@ static int zynq_pinctrl_probe(s