From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601AbbJLLTx (ORCPT ); Mon, 12 Oct 2015 07:19:53 -0400 Received: from mga01.intel.com ([192.55.52.88]:20012 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbbJLLTv (ORCPT ); Mon, 12 Oct 2015 07:19:51 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,672,1437462000"; d="scan'208";a="824657680" From: Andy Shevchenko To: platform-driver-x86@vger.kernel.org, Darren Hart , linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v2 0/5] intel_scu_ipc: bug fixes and amendments Date: Mon, 12 Oct 2015 14:19:43 +0300 Message-Id: <1444648788-74265-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.5.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are couple of bugfixes (patches 1 & 5) and amendments to the driver. Patch series has been tested on Intel Medfield and Intel Edison (Merrifield) boards. Changes v2: - improve patch 4 commit message (suggested by Darren) - leave only fix of a potential bug in patch 5 Andy Shevchenko (5): intel_scu_ipc: fix error path by turning to devm_* / pcim_* intel_scu_ipc: propagate pointer to struct intel_scu_ipc_dev intel_scu_ipc: convert to use struct device * intel_scu_ipc: switch to use module_pci_driver() macro intel_scu_ipc: protect dev member assignment on ->remove() drivers/platform/x86/intel_scu_ipc.c | 189 +++++++++++++++++------------------ 1 file changed, 90 insertions(+), 99 deletions(-) -- 2.5.3