diff for duplicates of <32630741.rNENluEsDE@avalon> diff --git a/a/1.txt b/N1/1.txt index 1c81e1d..64db808 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ On Tuesday 30 June 2015 09:45:21 Geert Uytterhoeven wrote: > > requesting hog GPIO led1-high (chip r8a73a4_pfc, offset 28) failed > -> The actual error code is -517 == -EPROBE_DEFER. +> The actual error code is -517 = -EPROBE_DEFER. > > The problem is that PFC+GPIO registration is handled in multiple steps: > 1. pinctrl_register(), @@ -55,15 +55,13 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > reg = <0 0xe6050000 0 0x9000>; > gpio-controller; > #gpio-cells = <2>; -> + gpio-ranges = -> + <&pfc 0 0 31>, <&pfc 32 32 9>, +> + gpio-ranges > + <&pfc 0 0 31>, <&pfc 32 32 9>, > + <&pfc 64 64 22>, <&pfc 96 96 31>, > + <&pfc 128 128 7>, <&pfc 160 160 19>, > + <&pfc 192 192 31>, <&pfc 224 224 27>, > + <&pfc 256 256 28>, <&pfc 288 288 21>, > + <&pfc 320 320 10>; -> interrupts-extended = -> <&irqc0 0 0>, <&irqc0 1 0>, <&irqc0 2 0>, <&irqc0 3 0>, +> interrupts-extended > <&irqc0 0 0>, <&irqc0 1 0>, <&irqc0 2 0>, <&irqc0 3 0>, > <&irqc0 4 0>, <&irqc0 5 0>, <&irqc0 6 0>, <&irqc0 7 0>, -- diff --git a/a/content_digest b/N1/content_digest index eb02aac..d65522f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,18 +2,8 @@ "ref\01435650327-2542-2-git-send-email-geert+renesas@glider.be\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 1/7] ARM: shmobile: r8a73a4 dtsi: Add missing \"gpio-ranges\" to gpio node\0" - "Date\0Tue, 30 Jun 2015 12:49:47 +0300\0" - "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" - "Cc\0Linus Walleij <linus.walleij@linaro.org>" - Alexandre Courbot <gnurou@gmail.com> - Simon Horman <horms@verge.net.au> - Magnus Damm <magnus.damm@gmail.com> - Maxime Ripard <maxime.ripard@free-electrons.com> - Boris Brezillon <boris.brezillon@free-electrons.com> - Benoit Parrot <bparrot@ti.com> - linux-gpio@vger.kernel.org - linux-sh@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "Date\0Tue, 30 Jun 2015 09:49:47 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Geert,\n" @@ -27,7 +17,7 @@ "> \n" "> requesting hog GPIO led1-high (chip r8a73a4_pfc, offset 28) failed\n" "> \n" - "> The actual error code is -517 == -EPROBE_DEFER.\n" + "> The actual error code is -517 = -EPROBE_DEFER.\n" "> \n" "> The problem is that PFC+GPIO registration is handled in multiple steps:\n" "> 1. pinctrl_register(),\n" @@ -73,15 +63,13 @@ "> \t\treg = <0 0xe6050000 0 0x9000>;\n" "> \t\tgpio-controller;\n" "> \t\t#gpio-cells = <2>;\n" - "> +\t\tgpio-ranges =\n" - "> +\t\t\t<&pfc 0 0 31>, <&pfc 32 32 9>,\n" + "> +\t\tgpio-ranges > +\t\t\t<&pfc 0 0 31>, <&pfc 32 32 9>,\n" "> +\t\t\t<&pfc 64 64 22>, <&pfc 96 96 31>,\n" "> +\t\t\t<&pfc 128 128 7>, <&pfc 160 160 19>,\n" "> +\t\t\t<&pfc 192 192 31>, <&pfc 224 224 27>,\n" "> +\t\t\t<&pfc 256 256 28>, <&pfc 288 288 21>,\n" "> +\t\t\t<&pfc 320 320 10>;\n" - "> \t\tinterrupts-extended =\n" - "> \t\t\t<&irqc0 0 0>, <&irqc0 1 0>, <&irqc0 2 0>, <&irqc0 3 0>,\n" + "> \t\tinterrupts-extended > \t\t\t<&irqc0 0 0>, <&irqc0 1 0>, <&irqc0 2 0>, <&irqc0 3 0>,\n" "> \t\t\t<&irqc0 4 0>, <&irqc0 5 0>, <&irqc0 6 0>, <&irqc0 7 0>,\n" "\n" "-- \n" @@ -89,4 +77,4 @@ "\n" Laurent Pinchart -68b3bf7a25b75b0362ab4f96c5c12fd2bcf130f6e2e89fcb8194c9145bf2d816 +a8adab5170cc80c13bd6d166472ab180d101b3266dfcd9435c7be43c3218411f
diff --git a/a/content_digest b/N2/content_digest index eb02aac..dc3cd9b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,19 +1,9 @@ "ref\01435650327-2542-1-git-send-email-geert+renesas@glider.be\0" "ref\01435650327-2542-2-git-send-email-geert+renesas@glider.be\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH 1/7] ARM: shmobile: r8a73a4 dtsi: Add missing \"gpio-ranges\" to gpio node\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH 1/7] ARM: shmobile: r8a73a4 dtsi: Add missing \"gpio-ranges\" to gpio node\0" "Date\0Tue, 30 Jun 2015 12:49:47 +0300\0" - "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" - "Cc\0Linus Walleij <linus.walleij@linaro.org>" - Alexandre Courbot <gnurou@gmail.com> - Simon Horman <horms@verge.net.au> - Magnus Damm <magnus.damm@gmail.com> - Maxime Ripard <maxime.ripard@free-electrons.com> - Boris Brezillon <boris.brezillon@free-electrons.com> - Benoit Parrot <bparrot@ti.com> - linux-gpio@vger.kernel.org - linux-sh@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Geert,\n" @@ -89,4 +79,4 @@ "\n" Laurent Pinchart -68b3bf7a25b75b0362ab4f96c5c12fd2bcf130f6e2e89fcb8194c9145bf2d816 +061dbe7493e6a629c05bb72c9b6e4371a7e97c5a294a2b5f74a8f5ec55a74940
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.