From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754330Ab3EVHrz (ORCPT ); Wed, 22 May 2013 03:47:55 -0400 Received: from mga09.intel.com ([134.134.136.24]:28148 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753187Ab3EVHrs (ORCPT ); Wed, 22 May 2013 03:47:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,718,1363158000"; d="scan'208";a="341247377" From: Andy Shevchenko To: Linus Walleij , David Cohen , Mika Westerberg , linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v2 0/4] gpio-langwell: bugfix and amendments Date: Wed, 22 May 2013 10:47:35 +0300 Message-Id: <1369208859-16514-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 1.8.2.rc0.22.gb3600c3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is locking bug fix and few amendments. Each commit message verbose enoough I think. Since v1: - patch 2/4 ("amend error messages") moved to 4/4 - minor fix in patch 3/4 ("use managed ...") - fix patch 4/4 ("amend error messages") to be real amendment Andy Shevchenko (4): gpio-langwell: initialize lock before usage gpio-langwell: do not use direct access to iomapped memory gpio-langwell: use managed functions pcim_* and devm_* gpio-langwell: amend error messages drivers/gpio/gpio-langwell.c | 102 +++++++++++++------------------------------ 1 file changed, 31 insertions(+), 71 deletions(-) -- 1.8.2.rc0.22.gb3600c3