diff for duplicates of <53205A46.6000304@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f6809a8..4075656 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,14 +11,14 @@ Best Regards, Boris -Le 03/03/2014 11:05, Jean-Jacques Hiblot a ?crit : +Le 03/03/2014 11:05, Jean-Jacques Hiblot a écrit : > During the xlate stage of the DT interrupt parsing, the at91 pinctrl driver > requests the GPIOs that are described as interrupt sources. This prevents a > driver to request the gpio later to get its electrical value. > This patch replaces the gpio_request with a gpio_lock_as_irq to prevent the > gpio to be set as an ouput while allowing a subsequent gpio_request to succeed > -> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com> +> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org> > --- > drivers/pinctrl/pinctrl-at91.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) @@ -47,4 +47,9 @@ Le 03/03/2014 11:05, Jean-Jacques Hiblot a ?crit : > + ret = at91_gpio_direction_input(&at91_gpio->chip, intspec[0]); > if (ret) > return ret; -> +> + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 40566e0..d4c64e8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,18 @@ "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0" "ref\01393841162-25339-4-git-send-email-jjhiblot@traphandler.com\0" - "From\0b.brezillon.dev@gmail.com (Boris BREZILLON)\0" - "Subject\0[PATCH v5 3/9] at91: pinctrl: don't request GPIOs used for interrupts but lock them as IRQ\0" + "ref\01393841162-25339-4-git-send-email-jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org\0" + "From\0Boris BREZILLON <b.brezillon.dev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v5 3/9] at91: pinctrl: don't request GPIOs used for interrupts but lock them as IRQ\0" "Date\0Wed, 12 Mar 2014 13:59:50 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>" + " nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0" + "Cc\0plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org + " alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" "\00:1\0" "b\0" "Hi JJ,\n" @@ -19,14 +28,14 @@ "\n" "Boris\n" "\n" - "Le 03/03/2014 11:05, Jean-Jacques Hiblot a ?crit :\n" + "Le 03/03/2014 11:05, Jean-Jacques Hiblot a \303\251crit :\n" "> During the xlate stage of the DT interrupt parsing, the at91 pinctrl driver\n" "> requests the GPIOs that are described as interrupt sources. This prevents a\n" "> driver to request the gpio later to get its electrical value.\n" "> This patch replaces the gpio_request with a gpio_lock_as_irq to prevent the\n" "> gpio to be set as an ouput while allowing a subsequent gpio_request to succeed\n" ">\n" - "> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>\n" + "> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\n" "> ---\n" "> drivers/pinctrl/pinctrl-at91.c | 5 ++---\n" "> 1 file changed, 2 insertions(+), 3 deletions(-)\n" @@ -55,6 +64,11 @@ "> +\tret = at91_gpio_direction_input(&at91_gpio->chip, intspec[0]);\n" "> \tif (ret)\n" "> \t\treturn ret;\n" - > + "> \n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -f8aa7bd32dad7a00c73676d9b6bea216c6e8d8c473e0a59d19343de656279d88 +97cc3814432b527616424faf9ac521b1c20449bc04f5260bee85b3dee5818dc6
diff --git a/a/1.txt b/N2/1.txt index f6809a8..40f516e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,7 +11,7 @@ Best Regards, Boris -Le 03/03/2014 11:05, Jean-Jacques Hiblot a ?crit : +Le 03/03/2014 11:05, Jean-Jacques Hiblot a écrit : > During the xlate stage of the DT interrupt parsing, the at91 pinctrl driver > requests the GPIOs that are described as interrupt sources. This prevents a > driver to request the gpio later to get its electrical value. diff --git a/a/content_digest b/N2/content_digest index 40566e0..c93c457 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,17 @@ "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0" "ref\01393841162-25339-4-git-send-email-jjhiblot@traphandler.com\0" - "From\0b.brezillon.dev@gmail.com (Boris BREZILLON)\0" - "Subject\0[PATCH v5 3/9] at91: pinctrl: don't request GPIOs used for interrupts but lock them as IRQ\0" + "From\0Boris BREZILLON <b.brezillon.dev@gmail.com>\0" + "Subject\0Re: [PATCH v5 3/9] at91: pinctrl: don't request GPIOs used for interrupts but lock them as IRQ\0" "Date\0Wed, 12 Mar 2014 13:59:50 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Jacques Hiblot <jjhiblot@traphandler.com>" + " nicolas.ferre@atmel.com\0" + "Cc\0plagnioj@jcrosoft.com" + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + gregory.clement@free-electrons.com + devicetree@vger.kernel.org + thomas.petazzoni@free-electrons.com + " alexandre.belloni@free-electrons.com\0" "\00:1\0" "b\0" "Hi JJ,\n" @@ -19,7 +27,7 @@ "\n" "Boris\n" "\n" - "Le 03/03/2014 11:05, Jean-Jacques Hiblot a ?crit :\n" + "Le 03/03/2014 11:05, Jean-Jacques Hiblot a \303\251crit :\n" "> During the xlate stage of the DT interrupt parsing, the at91 pinctrl driver\n" "> requests the GPIOs that are described as interrupt sources. This prevents a\n" "> driver to request the gpio later to get its electrical value.\n" @@ -57,4 +65,4 @@ "> \t\treturn ret;\n" > -f8aa7bd32dad7a00c73676d9b6bea216c6e8d8c473e0a59d19343de656279d88 +6b165b3373e0a53358b7d650b1ac2ec2a0e52083a7dae262eba03d5f99245d10
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.