From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752401AbcDZRGq (ORCPT ); Tue, 26 Apr 2016 13:06:46 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:58390 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbcDZRGp (ORCPT ); Tue, 26 Apr 2016 13:06:45 -0400 Subject: Re: [PATCH 0/4] OMAP Mailbox legacy platform device support removal To: Jassi Brar References: <1459964260-43054-1-git-send-email-s-anna@ti.com> CC: Linux Kernel Mailing List , linux-omap From: Suman Anna Message-ID: <571FA022.9010207@ti.com> Date: Tue, 26 Apr 2016 12:06:42 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/25/2016 11:55 PM, Jassi Brar wrote: > On Wed, Apr 6, 2016 at 6:37 PM, Suman Anna wrote: >> 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. >> > Applied this and the next patchset, with a trivial cleanup > > - #define MBOX_INTR_CFG_TYPE1 (0) > - #define MBOX_INTR_CFG_TYPE2 (1) > + #define MBOX_INTR_CFG_TYPE1 0 > + #define MBOX_INTR_CFG_TYPE2 1 > > Thanks. Thanks Jassi. regards Suman