From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949AbdBJOuc (ORCPT ); Fri, 10 Feb 2017 09:50:32 -0500 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:23122 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732AbdBJOu1 (ORCPT ); Fri, 10 Feb 2017 09:50:27 -0500 X-Greylist: delayed 4700 seconds by postgrey-1.27 at vger.kernel.org; Fri, 10 Feb 2017 09:50:27 EST X-MHO-User: 3446875e-ef95-11e6-b3c2-c9f38144898e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 173.50.81.193 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 8D1AF8003B Date: Fri, 10 Feb 2017 13:31:28 +0000 From: Jason Cooper To: Thomas Gleixner Cc: Marc Zyngier , linux-kernel@vger.kernel.org Subject: [GIT PULL] irqchip: Fixes for v4.10 Message-ID: <20170210133128.GD25924@io.lakedaemon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas, This is a couple of fixes that have unintentionally had plenty of time in linux-next. :-/ Please pull. thx, Jason. The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/irqchip-fixes-4.10 for you to fetch changes up to 88e20c74ee020f9e0c99dfce0dd9aa61c3f0cca0: irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND (2016-12-31 19:06:44 +0000) ---------------------------------------------------------------- irqchip fixes for v4.10 - keystone: Fix scheduling while atomic for realtime - mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND ---------------------------------------------------------------- Stefan Wahren (1): irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND Strashko, Grygorii (1): irqchip/keystone: Fix "scheduling while atomic" on rt drivers/irqchip/irq-keystone.c | 28 +++++++++++++++++++--------- drivers/irqchip/irq-mxs.c | 4 ++++ 2 files changed, 23 insertions(+), 9 deletions(-)