From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753084AbbJWTQJ (ORCPT ); Fri, 23 Oct 2015 15:16:09 -0400 Received: from mail.kernel.org ([198.145.29.136]:57675 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbbJWTQD (ORCPT ); Fri, 23 Oct 2015 15:16:03 -0400 Message-ID: <562A8742.6090508@kernel.org> Date: Sat, 24 Oct 2015 04:15:14 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Krzysztof Kozlowski CC: Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ARM: defconfig: Exynos improvements for 4.4, 2nd pull References: <1444696722-25093-1-git-send-email-k.kozlowski@samsung.com> In-Reply-To: <1444696722-25093-1-git-send-email-k.kozlowski@samsung.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/13/15 09:38, Krzysztof Kozlowski wrote: > Dear Kukjin, > > This is another round of defconfig related changes for 4.4. > > Description along with a tag. > You can find them also on the lists with my reviewed-by. > > Best regards, > Krzysztof > > > The following changes since commit 7fa5ce4e6fcb4596761c17e124e7d1f8cf64fe96: > > ARM: exynos_defconfig: Disable simplefb support (2015-09-13 19:25:39 +0900) > > are available in the git repository at: > > https://github.com/krzk/linux.git tags/samsung-defconfig-4.4-2 > > for you to fetch changes up to 89a0112100e74f50407d269570a02a82fd28ccb8: > > ARM: multi_v7_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 (2015-10-12 12:59:50 +0900) > > ---------------------------------------------------------------- > Defconfig changes around Exynos based boards: > 1. Change WiFi-Ex from built-in to module to fix issue with probing > the driver before root filesystem is available (driver needs > firmware). > 2. Enable Realtek RTL81t3 ethernet adapter present on Odroid-XU4 > board. > > ---------------------------------------------------------------- > Anand Moon (2): > ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 > ARM: multi_v7_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 > > Javier Martinez Canillas (1): > ARM: exynos_defconfig: Enable WiFi-Ex as a module instead built-in > > arch/arm/configs/exynos_defconfig | 5 +++-- > arch/arm/configs/multi_v7_defconfig | 1 + > 2 files changed, 4 insertions(+), 2 deletions(-) Applied, thanks. - Kukjin