Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603810
| Path | csiph.com!news.redatomik.org!weretis.net!feeder4.news.weretis.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ralph Sennhauser <ralph.sennhauser@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] gpio: mvebu: Add PWM fan support |
| Date | Sat, 18 Mar 2017 17:20:02 +0100 |
| Message-ID | <tmpfc-sU-13@gated-at.bofh.it> (permalink) |
| References | <tlxot-2Mg-3@gated-at.bofh.it> <tmoCv-8nl-15@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=ra/VxV+MznpvJbcFd7b7eB3yirUWhRorEe6qFuyOl3w=; b=G0YobR+4gYjoEy51MeH4dNxipbTgOLcVrnQrhtgQPJh/UnYwJbtWIVypxor0mtvHb+ yts+ljQceb9c0RiDn35lnzmkZbM1bL7jQ7buU9oe4da9xCYNGQSdnBHooEfVkA+06D+Z lXNlOApsNHpR+/6mJ2Y+jWbHAUmsbBtDr5r3onFMxeRrm+CPlhbXLKm82Kl/A3U4mdgl QjhWn4ExWWla4pYW5vV1bPcBIuXJ2ZmlqcePbmcxUyejyLwmHayepfprRoW8k65HN8Ny gQOp9GLduzvb8avRBRD0ehJDKPrxCNO3KsEgW4tUqeLNgACfF0TX1GUwSN9ova6UhPb8 Q13g== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=ra/VxV+MznpvJbcFd7b7eB3yirUWhRorEe6qFuyOl3w=; b=tywAVmyL80qV13tz/wMCOyxWR5KaAGiMDSXitK/xh5Vs69VVJxFJb7CqsL51WD8RiP RTZtuUb+5biTrGPKokQ05wOji4fBAbk4J0xnOM4yFqTQBf9Ah9KK7Ylbicr87zEjnIjU DZ2A6L9gCEbNS3GQ1IdHJHe+TRUueB41yEFJQc7q+H0adEM2mnvjXCUzsxnUF//V5NZy owGEAWYju2tJ2dsQ8/MVibPR2G0nkLp3Y/odtc+nwtRB7Ti6fDtOr5N+LvL0edqSZ1qE inHdMoNaXqd1wSaI4yvWeJBirZDWdI3k1xRTYXwHy16Bnyyl9chIiuAYkELS14JuYR0j VcyA== |
| X-Gm-Message-State | AFeK/H3aScVUggI+xViWKUy8SFxWyrX5QZ4ynhEZYOANKUiLgjr4yYAsUiWgoV1Y55pYxQ== |
| X-Received | by 10.28.148.195 with SMTP id w186mr2968041wmd.35.1489852242193; Sat, 18 Mar 2017 08:50:42 -0700 (PDT) |
| Organization | none |
| X-Mailer | Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| 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 | 27 |
| X-Original-Cc | linux-gpio@vger.kernel.org, Imre Kaloz <kaloz@openwrt.org>, Thierry Reding <thierry.reding@gmail.com>, Linus Walleij <linus.walleij@linaro.org>, Alexandre Courbot <gnurou@gmail.com>, "open list:PWM SUBSYSTEM" <linux-pwm@vger.kernel.org>, open list <linux-kernel@vger.kernel.org> |
| X-Original-Date | Sat, 18 Mar 2017 16:50:40 +0100 |
| X-Original-Message-ID | <20170318165040.534dd4d5@gmail.com> |
| X-Original-References | <20170316064218.9169-1-ralph.sennhauser@gmail.com> <20170318153906.GB22088@lunn.ch> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1603810 |
Show key headers only | View raw
On Sat, 18 Mar 2017 16:39:06 +0100 Andrew Lunn <andrew@lunn.ch> wrote: > On Thu, Mar 16, 2017 at 07:42:14AM +0100, Ralph Sennhauser wrote: > > Hi everyone > > > > this patch series was originally submitted by Andrew Lunn but got > > stalled. I picked up the series and addressed what was disscussed > > 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. > > And i tested this version on the WRT1900AC. > > Tested-by: Andrew Lunn <andrew@lunn.ch> > > Andrew Hi Andrew, Just sent v2 and missed your Tested-by by a couple minutes, will add it to v3 if need be or Linus will have to add it. Thanks and a nice continued stay. You had quite some luck with the weather last week. Ralph
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] gpio: mvebu: Add PWM fan support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-16 07:50 +0100
[PATCH 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-16 07:50 +0100
[PATCH 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-16 07:50 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Linus Walleij <linus.walleij@linaro.org> - 2017-03-16 17:10 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-17 10:20 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 15:00 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-21 07:40 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 11:20 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-23 11:40 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Andrew Lunn <andrew@lunn.ch> - 2017-03-18 16:40 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 15:00 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 15:50 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 14:50 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-21 07:40 +0100
Re: [PATCH 1/4] gpio: mvebu: Add limited PWM support Andrew Lunn <andrew@lunn.ch> - 2017-03-21 16:00 +0100
Re: [PATCH 0/4] gpio: mvebu: Add PWM fan support Linus Walleij <linus.walleij@linaro.org> - 2017-03-16 16:50 +0100
Re: [PATCH 0/4] gpio: mvebu: Add PWM fan support Andrew Lunn <andrew@lunn.ch> - 2017-03-18 16:40 +0100
Re: [PATCH 0/4] gpio: mvebu: Add PWM fan support Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-03-18 17:20 +0100
csiph-web