Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331007
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Linus Walleij <linus.walleij@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver |
| Date | Wed, 10 Feb 2016 11:10:04 +0100 |
| Message-ID | <r0zSI-OA-39@gated-at.bofh.it> (permalink) |
| References | <qW0JP-8ef-3@gated-at.bofh.it> |
| X-Original-To | Alban Bedel <albeu@free.fr> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CEZyXW0XpNTILlgzZ3utbdqgKTOy5KPOcJQhF3WXUzo=; b=XeyPqRpRN4ufbg5mAZ6gCPqBtJ1Rus04w9R5ALaz84xcoetoN84/ywnTKeJwcL4hp6 Z24H3MPKdE/+z/PJVR0X4GL0Cbi1lHpX7YEvqhG+8RGFlJOwRaN8HK8nylzPW2D5x6I/ yukTE+itNZo2RH82MGImGcPz9WH0xrDpe2rVw= |
| 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=CEZyXW0XpNTILlgzZ3utbdqgKTOy5KPOcJQhF3WXUzo=; b=DBfyZQuxvtbZovleHUmsFGRVxM0V+O7WfZxB0E6AnHshl1S6lT/kUhWKJSREm8ymVX ZGomDDhEaTXXxb/s+9qesHWfcKfz5Sf1CqtQaKN3o4LiVokoJzn+1tk8UO5/ruSVXrAg TEe+RokrVKI5jkWR6aSQr4qgjzp63CMvIEfKI5NHQ2T0x1OjGMcPtvSA4t3apWJifVzw nxNwLt2pRzmWvK1Etv2YDI+vu8UhL22BaunoZVQFTpVEGs45xK7HxHw+VzQCa/1LNIQt tX5A1s9LFNy6m6xE/K5Ow93SQNeY/roa+o8rEVdPEztpTGQRL8hBlmfTl1lcz/V7M6xf WpZQ== |
| X-Gm-Message-State | AG10YORR8pK+JD3d0WJXDAoC5h6+OXeMvlmua5AEFlpKNuBscBbS8oOjQMAWu8BRARSXgtmDf+YPY/ncD/+I1Jej |
| MIME-Version | 1.0 |
| X-Received | by 10.60.220.230 with SMTP id pz6mr36778943oec.49.1455098834030; Wed, 10 Feb 2016 02:07:14 -0800 (PST) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 15 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, Alexandre Courbot <gnurou@gmail.com>, Antony Pavlov <antonynpavlov@gmail.com>, Gabor Juhos <juhosg@openwrt.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> |
| X-Original-Date | Wed, 10 Feb 2016 11:07:13 +0100 |
| X-Original-Message-ID | <CACRpkdb4jQ=jW9VEj_W3JiXc_YsK4X+a0Hj7mJOFeMYgBuB4yw@mail.gmail.com> |
| X-Original-References | <1454010273-21513-1-git-send-email-albeu@free.fr> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1331007 |
Show key headers only | View raw
On Thu, Jan 28, 2016 at 8:44 PM, Alban Bedel <albeu@free.fr> wrote: > Drop most of the code in favor of the generic MMIO GPIO driver. > As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig > entry to make the driver optional. > > We leave the base pointer and lock in the data struct because they are > needed for the IRQ support. > > Signed-off-by: Alban Bedel <albeu@free.fr> Patch applied with Alexandre's ACK. Yours, Linus Walleij
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver Linus Walleij <linus.walleij@linaro.org> - 2016-02-10 11:10 +0100
csiph-web