From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933069AbaKRXuU (ORCPT ); Tue, 18 Nov 2014 18:50:20 -0500 Received: from mail-ig0-f179.google.com ([209.85.213.179]:59026 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932181AbaKRXuJ (ORCPT ); Tue, 18 Nov 2014 18:50:09 -0500 From: Doug Anderson To: Heiko Stuebner , Linus Walleij Cc: Sonny Rao , Dmitry Torokhov , Chris Zhong , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Doug Anderson , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Pinctrl fixes for rockchip Date: Tue, 18 Nov 2014 15:49:54 -0800 Message-Id: <1416354596-15013-1-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These two patches fix some pinctrl issues on rockchip. The first fixes a real issue where interrupts were being left on in suspend/resume and waking the system up when they shouldn't. The second fixes purely theoretical problems and could be considered more of an RFC patch. I've tested these patches more extensively on a non-mainline tree but have done basic compile and boot testing on mainline. I don't have suspend/resume working so well on mainline yet, so I haven't tested fully there. Doug Anderson (2): pinctrl: rockchip: Handle wakeup pins pinctrl: rockchip: Fix enable/disable/mask/unmask drivers/pinctrl/pinctrl-rockchip.c | 51 +++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) -- 2.1.0.rc2.206.gedb03e5