diff for duplicates of <SNT145-W659480DCC260415F2FA288A5650@phx.gbl> diff --git a/a/1.txt b/N1/1.txt index 6aa3426..d8742c9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,92 +34,3 @@ > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ - -From linus.walleij@linaro.org Tue Mar 25 15:07:03 2014 -Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 25 Mar 2014 15:07:19 +0100 (CET) -Received: from mail-oa0-f44.google.com ([209.85.219.44]:38043 "EHLO - mail-oa0-f44.google.com" rhost-flags-OK-OK-OK-OK) - by eddie.linux-mips.org with ESMTP id S6821284AbaCYOHC5MQqF (ORCPT - <rfc822;linux-mips@linux-mips.org>); Tue, 25 Mar 2014 15:07:02 +0100 -Received: by mail-oa0-f44.google.com with SMTP id n16so616428oag.17 - for <linux-mips@linux-mips.org>; Tue, 25 Mar 2014 07:06:54 -0700 (PDT) -X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; - d=1e100.net; s=20130820; - h=x-gm-message-state:mime-version:in-reply-to:references:date - :message-id:subject:from:to:cc:content-type; - bh=CTge+HluogvYftZ/PMGQ6T+iVUOcAlYGdNseftG50yI=; - b=Eg7+Vcq1bwQQA/WVhcQb5HWP+W7XWYdxjpDV62J/jjLbofSfYK3a2wtJ8MfsOZNpxQ - cEdLxtXLDxqlJP62RN6stvkpcEktbyxveCiin3NotI5wiS76cDZWJvBjbdpmI1ny+2Ei - pvyxCJLUGkzDNfLiQT1K7d2gACYhMOhahQ7nzGfmT/li/RqJkWzvXFE0WF2LOkLW8ev+ - 87266GKcJ12k7xbBlqoOEwTfZ0zXDa6fJJ2a+48ySl9BY+gAxIWzwRYdM0PZ1nTzIUG7 - kuP3EHKklocPZdYOB++0CDj6+sEaEG906l8dRKcQKDOP4OgpjGQZotHbqFY1ke9ZLnDM - nBFg== -X-Gm-Message-State: ALoCoQnMproRwgcXzuU5gdYJk6h91XiVxNF9o5B0I7oCMO3ReZ4tF48L+V0Utp9WTIbRmeuxptRe -MIME-Version: 1.0 -X-Received: by 10.60.161.101 with SMTP id xr5mr1008984oeb.71.1395756413961; - Tue, 25 Mar 2014 07:06:53 -0700 (PDT) -Received: by 10.182.85.202 with HTTP; Tue, 25 Mar 2014 07:06:53 -0700 (PDT) -In-Reply-To: <20140319170030.GH17197@linux-mips.org> -References: <1390518477-10020-1-git-send-email-linus.walleij@linaro.org> - <20140319170030.GH17197@linux-mips.org> -Date: Tue, 25 Mar 2014 15:06:53 +0100 -Message-ID: <CACRpkdYownU1JcCi=iuWEDokdD22j6qH2kARHZiKTOBmpg0xUw@mail.gmail.com> -Subject: Re: [PATCH] gpio: vr41xx: mark GPIO lines used for IRQ -From: Linus Walleij <linus.walleij@linaro.org> -To: Ralf Baechle <ralf@linux-mips.org> -Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, - Alexandre Courbot <acourbot@nvidia.com>, - linux-mips@linux-mips.org, Yoichi Yuasa <yuasa@linux-mips.org> -Content-Type: text/plain; charset=ISO-8859-1 -Return-Path: <linus.walleij@linaro.org> -X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) -X-Orcpt: rfc822;linux-mips@linux-mips.org -Original-Recipient: rfc822;linux-mips@linux-mips.org -X-archive-position: 39578 -X-ecartis-version: Ecartis v1.0.0 -Sender: linux-mips-bounce@linux-mips.org -Errors-to: linux-mips-bounce@linux-mips.org -X-original-sender: linus.walleij@linaro.org -Precedence: bulk -List-help: <mailto:ecartis@linux-mips.org?Subject=help> -List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> -List-software: Ecartis version 1.0.0 -List-Id: linux-mips <linux-mips.eddie.linux-mips.org> -X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org> -List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> -List-owner: <mailto:ralf@linux-mips.org> -List-post: <mailto:linux-mips@linux-mips.org> -List-archive: <http://www.linux-mips.org/archives/linux-mips/> -X-list: linux-mips -Content-Length: 948 -Lines: 29 - -On Wed, Mar 19, 2014 at 6:00 PM, Ralf Baechle <ralf@linux-mips.org> wrote: -> On Fri, Jan 24, 2014 at 12:07:57AM +0100, Linus Walleij wrote: -> -> Added Yoichi to cc. -> ->> When an IRQ is started on a GPIO line, mark this GPIO as IRQ in ->> the gpiolib so we can keep track of the usage centrally. ->> ->> Cc: Ralf Baechle <ralf@linux-mips.org> ->> Cc: linux-mips@linux-mips.org ->> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> ->> --- ->> It would be much appreciated if one of the MIPS people could ->> test this patch, thanks in advance. (I did compile-test it ->> with a MIPS cross compiler.) ->> --- -> -> I haven't received any test results but as it's looking good I'm queueing -> this for 3.15. - -If it works I'd like to queue it through the GPIO tree actually, -as I need to tweak it a bit to use the new resource callbacks -from the IRQ tree. - -(But no big deal if you've already prepped your queue, -I can fix this up later.) - -Yours, -Linus Walleij diff --git a/a/content_digest b/N1/content_digest index 6d0fbfd..81861fd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -44,95 +44,6 @@ "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - "> Please read the FAQ at http://www.tux.org/lkml/\n" - " \t\t \t \t\t \n" - "From linus.walleij@linaro.org Tue Mar 25 15:07:03 2014\n" - "Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 25 Mar 2014 15:07:19 +0100 (CET)\n" - "Received: from mail-oa0-f44.google.com ([209.85.219.44]:38043 \"EHLO\n" - " mail-oa0-f44.google.com\" rhost-flags-OK-OK-OK-OK)\n" - " by eddie.linux-mips.org with ESMTP id S6821284AbaCYOHC5MQqF (ORCPT\n" - " <rfc822;linux-mips@linux-mips.org>); Tue, 25 Mar 2014 15:07:02 +0100\n" - "Received: by mail-oa0-f44.google.com with SMTP id n16so616428oag.17\n" - " for <linux-mips@linux-mips.org>; Tue, 25 Mar 2014 07:06:54 -0700 (PDT)\n" - "X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\n" - " d=1e100.net; s=20130820;\n" - " h=x-gm-message-state:mime-version:in-reply-to:references:date\n" - " :message-id:subject:from:to:cc:content-type;\n" - " bh=CTge+HluogvYftZ/PMGQ6T+iVUOcAlYGdNseftG50yI=;\n" - " b=Eg7+Vcq1bwQQA/WVhcQb5HWP+W7XWYdxjpDV62J/jjLbofSfYK3a2wtJ8MfsOZNpxQ\n" - " cEdLxtXLDxqlJP62RN6stvkpcEktbyxveCiin3NotI5wiS76cDZWJvBjbdpmI1ny+2Ei\n" - " pvyxCJLUGkzDNfLiQT1K7d2gACYhMOhahQ7nzGfmT/li/RqJkWzvXFE0WF2LOkLW8ev+\n" - " 87266GKcJ12k7xbBlqoOEwTfZ0zXDa6fJJ2a+48ySl9BY+gAxIWzwRYdM0PZ1nTzIUG7\n" - " kuP3EHKklocPZdYOB++0CDj6+sEaEG906l8dRKcQKDOP4OgpjGQZotHbqFY1ke9ZLnDM\n" - " nBFg==\n" - "X-Gm-Message-State: ALoCoQnMproRwgcXzuU5gdYJk6h91XiVxNF9o5B0I7oCMO3ReZ4tF48L+V0Utp9WTIbRmeuxptRe\n" - "MIME-Version: 1.0\n" - "X-Received: by 10.60.161.101 with SMTP id xr5mr1008984oeb.71.1395756413961;\n" - " Tue, 25 Mar 2014 07:06:53 -0700 (PDT)\n" - "Received: by 10.182.85.202 with HTTP; Tue, 25 Mar 2014 07:06:53 -0700 (PDT)\n" - "In-Reply-To: <20140319170030.GH17197@linux-mips.org>\n" - "References: <1390518477-10020-1-git-send-email-linus.walleij@linaro.org>\n" - " <20140319170030.GH17197@linux-mips.org>\n" - "Date: Tue, 25 Mar 2014 15:06:53 +0100\n" - "Message-ID: <CACRpkdYownU1JcCi=iuWEDokdD22j6qH2kARHZiKTOBmpg0xUw@mail.gmail.com>\n" - "Subject: Re: [PATCH] gpio: vr41xx: mark GPIO lines used for IRQ\n" - "From: Linus Walleij <linus.walleij@linaro.org>\n" - "To: Ralf Baechle <ralf@linux-mips.org>\n" - "Cc: \"linux-gpio@vger.kernel.org\" <linux-gpio@vger.kernel.org>,\n" - " Alexandre Courbot <acourbot@nvidia.com>,\n" - " linux-mips@linux-mips.org, Yoichi Yuasa <yuasa@linux-mips.org>\n" - "Content-Type: text/plain; charset=ISO-8859-1\n" - "Return-Path: <linus.walleij@linaro.org>\n" - "X-Envelope-To: <\"|/home/ecartis/ecartis -s linux-mips\"> (uid 0)\n" - "X-Orcpt: rfc822;linux-mips@linux-mips.org\n" - "Original-Recipient: rfc822;linux-mips@linux-mips.org\n" - "X-archive-position: 39578\n" - "X-ecartis-version: Ecartis v1.0.0\n" - "Sender: linux-mips-bounce@linux-mips.org\n" - "Errors-to: linux-mips-bounce@linux-mips.org\n" - "X-original-sender: linus.walleij@linaro.org\n" - "Precedence: bulk\n" - "List-help: <mailto:ecartis@linux-mips.org?Subject=help>\n" - "List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>\n" - "List-software: Ecartis version 1.0.0\n" - "List-Id: linux-mips <linux-mips.eddie.linux-mips.org>\n" - "X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org>\n" - "List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>\n" - "List-owner: <mailto:ralf@linux-mips.org>\n" - "List-post: <mailto:linux-mips@linux-mips.org>\n" - "List-archive: <http://www.linux-mips.org/archives/linux-mips/>\n" - "X-list: linux-mips\n" - "Content-Length: 948\n" - "Lines: 29\n" - "\n" - "On Wed, Mar 19, 2014 at 6:00 PM, Ralf Baechle <ralf@linux-mips.org> wrote:\n" - "> On Fri, Jan 24, 2014 at 12:07:57AM +0100, Linus Walleij wrote:\n" - ">\n" - "> Added Yoichi to cc.\n" - ">\n" - ">> When an IRQ is started on a GPIO line, mark this GPIO as IRQ in\n" - ">> the gpiolib so we can keep track of the usage centrally.\n" - ">>\n" - ">> Cc: Ralf Baechle <ralf@linux-mips.org>\n" - ">> Cc: linux-mips@linux-mips.org\n" - ">> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>\n" - ">> ---\n" - ">> It would be much appreciated if one of the MIPS people could\n" - ">> test this patch, thanks in advance. (I did compile-test it\n" - ">> with a MIPS cross compiler.)\n" - ">> ---\n" - ">\n" - "> I haven't received any test results but as it's looking good I'm queueing\n" - "> this for 3.15.\n" - "\n" - "If it works I'd like to queue it through the GPIO tree actually,\n" - "as I need to tweak it a bit to use the new resource callbacks\n" - "from the IRQ tree.\n" - "\n" - "(But no big deal if you've already prepped your queue,\n" - "I can fix this up later.)\n" - "\n" - "Yours,\n" - Linus Walleij + > Please read the FAQ at http://www.tux.org/lkml/ -42a768cf6c53f7535a0fcbaf8e97f3671afeb050adc2ab14541cc8aa4a26ddb2 +8171c1b4a3a8f2af1c9597fa8067fa928b674333d16cbadb76df63461c2c7d45
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox