Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1607291
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Linus Walleij <linus.walleij@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes |
| Date | Thu, 23 Mar 2017 10:30:02 +0100 |
| Message-ID | <to7ea-eW-15@gated-at.bofh.it> (permalink) |
| References | <tm4Ns-29P-11@gated-at.bofh.it> |
| X-Original-To | John Keeping <john@metanate.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=PxK0Sj+pKzChvTR8ooFWOZkghWY7ganh70Q9ivk4b1E=; b=ErU4D7Y7M/gE/MQY8x/8Fzhtni30kpUyskiltvA0SRaMgHemKsgsNErbpmp4O3yDro zTOkythTOt0TQsQ48hVOTd7ApCOqpHdLMgaE6h/zeB+7/yLtqMJV6TrDH7aD7tsM/QrJ 0zMm0BD0WO0mHCupnUH2GwAu5Ix4tzIXsSboU= |
| 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=PxK0Sj+pKzChvTR8ooFWOZkghWY7ganh70Q9ivk4b1E=; b=RhjlR0NOtYF0/oCL9y2PxKaXEjE/1n6oC8I36lz/JKSJC7SnpsjYPv3PKnubzskEwI MDK72l43MW3kC2ZQK0nj4w51P5WfeM9QDPoUgdjjsMk/iOYPwVRP5gAhUJc0HZuvXvTH PqxF+Y7HnNmy4jmBGABzIjGjdItMIADJyQ6RyPHvwQBBKbJChpnsAVJWxHWQCS4/GP8k nud47jouVG4RBVKyd7Hk2l4WjNZSv9QOSwut/rJqG1ob4X1fwgiPjZd178X2RHc8qWx2 GS7b+O9oz8Nt7fx2a8O9F/jrFI7EiqJOtITyVR0q1NZCZpFXS9sWk2esOu2fLINjytDC b2Fg== |
| X-Gm-Message-State | AFeK/H280raJqkhF8atqMl+Ik+sGyBEkCYPNH4NBhjus1RCeG9eAnDVU+TgQ0ynUzdvG/6LgSSGaOVv7dMtE//JA |
| X-Received | by 10.36.228.13 with SMTP id o13mr12410034ith.56.1490260807663; Thu, 23 Mar 2017 02:20:07 -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 | 14 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Heiko Stuebner <heiko@sntech.de>, Julia Cartwright <julia@ni.com>, "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, "open list:ARM/Rockchip SoC..." <linux-rockchip@lists.infradead.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> |
| X-Original-Date | Thu, 23 Mar 2017 10:20:06 +0100 |
| X-Original-Message-ID | <CACRpkdbcnuPGQGuNG-0ZdARbKdJRMrXGZsoeG4NPVFTMg5p6sw@mail.gmail.com> |
| X-Original-References | <20170317182430.27400-1-john@metanate.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1607291 |
Show key headers only | View raw
On Fri, Mar 17, 2017 at 7:24 PM, John Keeping <john@metanate.com> wrote: > The aim of the series is to make the Rockchip pinctrl irq_chip > implementation safe for use with RT_FULL which requires that raw > spinlocks are used to avoid sleeping in hardirq context. > > This is the same as version 2 [1] with the 2.1 version of patch 1 > included, but I'm rolling it up as a new version so it's simpler to > apply. This v3 does not apply either so please rebase and resend. Yours, Linus Walleij
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes John Keeping <john@metanate.com> - 2017-03-17 19:30 +0100 [PATCH v3 1/4] pinctrl: rockchip: remove unnecessary locking John Keeping <john@metanate.com> - 2017-03-17 19:30 +0100 [PATCH v3 4/4] pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip John Keeping <john@metanate.com> - 2017-03-17 19:30 +0100 [PATCH v3 3/4] pinctrl: rockchip: split out verification of mux settings John Keeping <john@metanate.com> - 2017-03-17 19:30 +0100 [PATCH v3 2/4] pinctrl: rockchip: convert to raw spinlock John Keeping <john@metanate.com> - 2017-03-17 19:30 +0100 Re: [PATCH v3 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 10:30 +0100
csiph-web