From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933613AbbCDRjR (ORCPT ); Wed, 4 Mar 2015 12:39:17 -0500 Received: from mail1.bemta3.messagelabs.com ([195.245.230.170]:40389 "EHLO mail1.bemta3.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932589AbbCDRjP (ORCPT ); Wed, 4 Mar 2015 12:39:15 -0500 X-Greylist: delayed 423 seconds by postgrey-1.27 at vger.kernel.org; Wed, 04 Mar 2015 12:39:15 EST X-Env-Sender: Adam.Ward.opensource@diasemi.com X-Msg-Ref: server-4.tower-38.messagelabs.com!1425490320!685895!1 X-Originating-IP: [82.210.246.133] X-StarScan-Received: X-StarScan-Version: 6.13.4; banners=-,-,- X-VirusChecked: Checked Message-ID: From: Adam Ward Date: Wed, 4 Mar 2015 17:31:49 +0000 Subject: [PATCH v1 0/2] mfd: da9052: Fix SPI access and IRQ config To: Samuel Ortiz , Lee Jones CC: Support Opensource , MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch set is based on mainline v4.0-rc2. It corrects the SPI configuration to support both the basic hardware requirements and the defined OTP settings the device will be delivered with, to customers using an SPI configuration. It also configures the IRQ so the RTC component can perform wake-from-suspend, which is established in a separate patch set for that subsystem, to follow. Best regards, Adam Adam Ward (2): mfd: da9052: Fix register access via SPI mfd: da9052: Register ability of device to cause a wake-up interrupt drivers/mfd/da9052-irq.c | 2 ++ drivers/mfd/da9052-spi.c | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) -- end-of-patch for mfd: da9052: Fix SPI access and IRQ config