From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754643AbcKQRWR (ORCPT ); Thu, 17 Nov 2016 12:22:17 -0500 Received: from gloria.sntech.de ([95.129.55.99]:38830 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754586AbcKQRWM (ORCPT ); Thu, 17 Nov 2016 12:22:12 -0500 From: Heiko Stuebner To: linux-arm-kernel@lists.infradead.org Cc: Andy Yan , arnd@arndb.de, kuninori.morimoto.gx@renesas.com, catalin.marinas@arm.com, riku.voipio@linaro.org, will.deacon@arm.com, linux-kernel@vger.kernel.org, krzk@kernel.org, srinivas.kandagatla@linaro.org, alim.akhtar@samsung.com, horms+renesas@verge.net.au, treding@nvidia.com, shawn.lin@rock-chips.com Subject: Re: [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Date: Thu, 17 Nov 2016 16:55:09 +0100 Message-ID: <1583509.9esYpYNt56@phil> User-Agent: KMail/5.2.3 (Linux/4.7.0-1-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1473248790-27101-1-git-send-email-andy.yan@rock-chips.com> References: <1473248790-27101-1-git-send-email-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 7. September 2016, 19:46:30 CET schrieb Andy Yan: > I2C and MMC are very basic modules for a board to bootup, as I2C always > used to configure PMIC and MMC devices often used to store filesytem. > So enable them here to let the rockchip based arm64 boards can bootup. > > Signed-off-by: Andy Yan applied to a defconfig64 branch, after moving I2C_RK3X between QUP and TEGRA RCAR seems to be an exception to the otherwise alphabetically sorted list. Heiko