Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1607295

Re: [PATCH v2 0/4] gpio: mvebu: Add PWM fan support

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/4] gpio: mvebu: Add PWM fan support
Date Thu, 23 Mar 2017 10:30:02 +0100
Message-ID <to7ea-eW-27@gated-at.bofh.it> (permalink)
References <tmoM9-8r5-11@gated-at.bofh.it>
X-Original-To Ralph Sennhauser <ralph.sennhauser@gmail.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0Ew97scvzgb0xDe4U4w/8SdUn7K5CTYSyW3/VmeUmvk=; b=a64Xyg2vjk1GUfusJWc26Ip0mkeqZQIBBl6c8iiW25Gj3WMFwhCSQauD+zXGqkYlGE cSlKcSNCzT5ONRUa2t3ZBIPCVsvtmVL+2hINLXmfIKx4Mo2AIi3+Stvf2UR0KzqplpLM u2TZGZv/v4UgCVSAYDKIxlBXDilB5ajssAUmU=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0Ew97scvzgb0xDe4U4w/8SdUn7K5CTYSyW3/VmeUmvk=; b=rODAglsNmcay0cIQMgNMV92o9Pgw/nczPL5pOh0DfiOxpN0YHCSs1Bjr0zSdak5TwT p/aFBz+ryVozuXb402fa/qZgOW878H0Sek6RqZ+qPJr8J68CgtfqCeLe5+9VzBp7h5xW MRK1Su05QcPiAgd02qZ03g08Os5FmsZRzwyWBxnBR7k+/fC9G3cLnJA3XiMHm70tlD3Q BSwGWrcQqiS9Rso6cWEnRgjw4VjBC7OtG1XwQYqe5g0VMmlTSZBSwkk7FyKWOEHKw62v EhlNspkSSh3lVQ1hK81IGsugPt1h/dslMTXDpP69a2nALS6a5Y+4+43/sPjp4R36WOSf U18g==
X-Gm-Message-State AFeK/H2DLc/1qPHIJiy93QaLAtlJgkiEVnVmFuRZ7xzQACU9aIEAckugKLt8bE+iCPJxeHL3KnXcML6XRmhr8R9v
X-Received by 10.107.146.198 with SMTP id u189mr1765964iod.173.1490261028191; Thu, 23 Mar 2017 02:23:48 -0700 (PDT)
MIME-Version 1.0
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 13
Organization linux.* mail to news gateway
X-Original-Cc "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, Andrew Lunn <andrew@lunn.ch>, Imre Kaloz <kaloz@openwrt.org>, Thierry Reding <thierry.reding@gmail.com>, Alexandre Courbot <gnurou@gmail.com>, "open list:PWM SUBSYSTEM" <linux-pwm@vger.kernel.org>, open list <linux-kernel@vger.kernel.org>
X-Original-Date Thu, 23 Mar 2017 10:23:47 +0100
X-Original-Message-ID <CACRpkdbdnkWpDHeAwWQ-dmJL4DB-vsW17Po7-7bzKMPCb_KaMA@mail.gmail.com>
X-Original-References <20170318154305.28348-1-ralph.sennhauser@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1607295

Show key headers only | View raw


On Sat, Mar 18, 2017 at 4:43 PM, Ralph Sennhauser
<ralph.sennhauser@gmail.com> wrote:

> This patch series was originally submitted by Andrew Lunn but got stalled.
> I picked up the series and addressed what was discussed for the earlier
> submission with some helpful input from Andrew. Hopefully this time support
> for the PWM fan as found on Linksys WRT1900AC (Mamba) will make it in.

All looks good to me, I'm waiting for an ACK from the PWM
maintainer.

Yours,
Linus Walleij

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] gpio: mvebu: Add PWM fan support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-18 16:50 +0100
  [PATCH v2 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-18 16:50 +0100
    Re: [PATCH v2 1/4] gpio: mvebu: Add limited PWM support Rob Herring <robh@kernel.org> - 2017-03-24 16:30 +0100
      Re: [PATCH v2 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-24 23:30 +0100
  [PATCH v2 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-18 17:00 +0100
  Re: [PATCH v2 0/4] gpio: mvebu: Add PWM fan support Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 10:30 +0100
    Re: [PATCH v2 0/4] gpio: mvebu: Add PWM fan support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-23 11:00 +0100

csiph-web