Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Linus Walleij 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: References: X-Original-To: John Keeping 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: 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 , Julia Cartwright , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Rockchip SoC..." , "linux-kernel@vger.kernel.org" X-Original-Date: Thu, 23 Mar 2017 10:20:06 +0100 X-Original-Message-ID: X-Original-References: <20170317182430.27400-1-john@metanate.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1607291 On Fri, Mar 17, 2017 at 7:24 PM, John Keeping 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