Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752491AbcDFRhr (ORCPT ); Wed, 6 Apr 2016 13:37:47 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:38586 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbcDFRho (ORCPT ); Wed, 6 Apr 2016 13:37:44 -0400 From: Suman Anna To: Jassi Brar CC: , , Suman Anna Subject: [PATCH 0/4] OMAP Mailbox legacy platform device support removal Date: Wed, 6 Apr 2016 12:37:36 -0500 Message-ID: <1459964260-43054-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: 881 Lines: 28 Hi Jassi, This series cleans up the OMAP Mailbox driver dropping the support for legacy non-DT platform devices. The infrastructure for creating any such devices has all been cleaned up from the mach-omap2 layers. The removal from the driver is accomplished in patch 1, while the remaining patches do some minor checkpatch fixes. Patches baselined on 4.6-rc2. regards Suman Suman Anna (4): mailbox/omap: drop legacy platform device support mailbox/omap: use variable name for sizeof() operator mailbox/omap: remove FSF mailing address paragraph mailbox/omap: add blank lines after declarations drivers/mailbox/omap-mailbox.c | 116 ++++++++++++----------------- include/linux/platform_data/mailbox-omap.h | 58 --------------- 2 files changed, 48 insertions(+), 126 deletions(-) delete mode 100644 include/linux/platform_data/mailbox-omap.h -- 2.7.4