From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757560AbbJVRZd (ORCPT ); Thu, 22 Oct 2015 13:25:33 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35264 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755280AbbJVRZc (ORCPT ); Thu, 22 Oct 2015 13:25:32 -0400 Date: Thu, 22 Oct 2015 09:38:42 -0700 From: Olof Johansson To: Antoine Tenart Cc: sebastian.hesselbarth@gmail.com, arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: multi_v7_defconfig: improve multi_v7_defconfig support for Berlin Message-ID: <20151022163842.GA17556@localhost> References: <1444831370-25688-1-git-send-email-antoine.tenart@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444831370-25688-1-git-send-email-antoine.tenart@free-electrons.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 On Wed, Oct 14, 2015 at 04:02:50PM +0200, Antoine Tenart wrote: > Some drivers used on a Marvell Berlin kernel were missing from > multi_v7_defconfig. This series add them: > > * The pxa168 Ethernet driver is added as a loadable module. > * The Berlin ADC driver is added as a loadable module. > * Both the Berlin USB PHY and SATA PHY drivers are added, > built-in, as they are required for the already available USB > and SATA functionalities in multi_v7_defconfig. > > Signed-off-by: Antoine Tenart > --- > > Hi, > > That's actually a v2 of the series "ARM: berlin: improve multi_v7_defconfig > support" I sent earlier. I've squashed all 4 commits into a single one and > updated to use loadable modules when possible in this v2. > > Antoine Applied, thanks! -Olof