From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141AbbINThB (ORCPT ); Mon, 14 Sep 2015 15:37:01 -0400 Received: from muru.com ([72.249.23.125]:50516 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751518AbbINTg7 (ORCPT ); Mon, 14 Sep 2015 15:36:59 -0400 Date: Mon, 14 Sep 2015 12:36:56 -0700 From: Tony Lindgren To: Nishanth Menon Cc: Kevin Hilman , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] ARM: OMAP5/DRA7: minor fixes Message-ID: <20150914193656.GX4215@atomide.com> References: <1441833494-32450-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441833494-32450-1-git-send-email-nm@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [150909 14:21]: > Hi, > > While doing a SoC only build for DRA7, a few bugs did pop up. The > following series provides necessary fixups for the same. > > Nishanth Menon (4): > ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well > ARM: omap2+: board-generic: Remove stale of_irq macros > ARM: DRA7: Select missing options for SoC only build > ARM: OMAP5: Cleanup options for SoC only build > > arch/arm/mach-omap2/Kconfig | 6 +++++- > arch/arm/mach-omap2/board-generic.c | 7 ------- > arch/arm/mach-omap2/pm.h | 3 ++- > 3 files changed, 7 insertions(+), 9 deletions(-) Applying all into omap-for-v4.3/fixes thanks. Tony