From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756163AbaCDEHn (ORCPT ); Mon, 3 Mar 2014 23:07:43 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:25438 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755410AbaCDEHm (ORCPT ); Mon, 3 Mar 2014 23:07:42 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18t+SP2sjEoHGndeEjknM4xoXCC1eNHgQ0= X-DKIM: OpenDKIM Filter v2.0.1 titan 2C8EA539218 Date: Mon, 3 Mar 2014 23:07:29 -0500 From: Jason Cooper To: Sebastian Hesselbarth , arm@kernel.org, Arnd Bergmann , Olof Johansson , Kevin Hilman Cc: Andrew Lunn , Russell King , linux-kernel@vger.kernel.org, Gregory Clement , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/4] ARM: add Marvell Dove and some drivers to multi_v7 defconfig Message-ID: <20140304040729.GJ1872@titan.lakedaemon.net> References: <1393536486-3827-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393536486-3827-5-git-send-email-sebastian.hesselbarth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393536486-3827-5-git-send-email-sebastian.hesselbarth@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, Olof, Kevin, On Thu, Feb 27, 2014 at 10:28:05PM +0100, Sebastian Hesselbarth wrote: > With Marvell Dove now being part of the multi_v7 family, add some Dove > specific drivers to multi_v7 defconfig. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Russell King > Cc: Olof Johansson > Cc: Kevin Hilman > Cc: Arnd Bergmann > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm/configs/multi_v7_defconfig | 4 ++++ > 1 file changed, 4 insertions(+) I'm taking the other part of this series in, so: Acked-by: Jason Cooper thx, Jason.