Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754547AbcDFXhr (ORCPT ); Wed, 6 Apr 2016 19:37:47 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:48795 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752024AbcDFXhq (ORCPT ); Wed, 6 Apr 2016 19:37:46 -0400 From: Suman Anna To: Jassi Brar CC: , , , Suman Anna Subject: [PATCH 0/4] OMAP mailbox suspend/resume support Date: Wed, 6 Apr 2016 18:37:16 -0500 Message-ID: <1459985840-1106-1-git-send-email-s-anna@ti.com> X-Mailer: git-send-email 2.7.4 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 Content-Length: 862 Lines: 27 Hi, The following series adds the suspend/resume support through the PM callbacks to the OMAP mailbox driver. The functionality is added mainly in Patch 2. Patch 4 kills the legacy API exported to the mailbox clients to save and restore the context. The series is based on 4.6-rc2 + the OMAP Mailbox legacy platform device support removal series [1]. regards Suman [1] http://marc.info/?l=linux-omap&m=145996429717184&w=2 Suman Anna (4): mailbox/omap: store mailbox interrupt type in omap_mbox_device mailbox/omap: add support for suspend/resume mailbox/omap: check for any unread messages during suspend mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions drivers/mailbox/omap-mailbox.c | 106 +++++++++++++++++++++-------------------- include/linux/omap-mailbox.h | 2 - 2 files changed, 55 insertions(+), 53 deletions(-) -- 2.7.4