From patchwork Thu Feb 25 10:46:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georgi Djakov X-Patchwork-Id: 62872 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp89495lbc; Thu, 25 Feb 2016 02:46:40 -0800 (PST) X-Received: by 10.98.13.86 with SMTP id v83mr61978497pfi.162.1456397199823; Thu, 25 Feb 2016 02:46:39 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x12si11785171pfa.98.2016.02.25.02.46.39; Thu, 25 Feb 2016 02:46:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760132AbcBYKqi (ORCPT + 7 others); Thu, 25 Feb 2016 05:46:38 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:35145 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759925AbcBYKqh (ORCPT ); Thu, 25 Feb 2016 05:46:37 -0500 Received: by mail-wm0-f45.google.com with SMTP id c200so22308689wme.0 for ; Thu, 25 Feb 2016 02:46:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Qg6Hg2ujcHd9GXOaB70OxR91I0yVpeOcN/Hi3nUSjCs=; b=g6jaF67jxMzk7lL+6XdM07ozqeWeb5NjNWy3ze1IgP3OiEF70xdMznaXhN4ogJn4LQ wc1H5FJYy/ofPFYJr9yErEBHfaa+B5HtcsfQN/IoeoTfFrkkTuQb6l7A964CDNTLzUQi ZuUnaJBDHpvMxCueZkOmG+nQ7ryi/ZdoTJD2Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Qg6Hg2ujcHd9GXOaB70OxR91I0yVpeOcN/Hi3nUSjCs=; b=JPLBpHpby5g5gh3BxDlc201d0FJ6w92Uqe8AHJPuJ7qJvgCXtJjzGqhqL/tL475qWU PyHN4nmCrT4Qr35mW1de/EXOIz8DL32bcUYl4IquIZKms7UZasjpmVOlifZdU6fuZ66P 8o1XL5suVGLW8fmWr7WpddgVP19YVM2WBPhYDo6+4sOX1jU83arka8qE9S5x3svxEn1D E28Z3I6/BJPbY/D5RBOHA5ZLzsgMKzRHIINWwBFhTXEDuG1I08/VI9R2uUG+Upl3oHlC 1XOsJyVDzd8tuQ6GCqJArSLecBCAJhSD9D/V4VHel5lcVTaI0lQfz7rgVRWBjyGLmBu0 L1UA== X-Gm-Message-State: AG10YOSvNvh8/HUSs1YeQi2ppFzEKUg6ZdgqV4e85TE42cjy+sf9TjIpE0AZhZWgV0Rz61an X-Received: by 10.194.57.244 with SMTP id l20mr25051758wjq.45.1456397196343; Thu, 25 Feb 2016 02:46:36 -0800 (PST) Received: from mms.qualcomm.mm-sol.com ([37.157.136.206]) by smtp.googlemail.com with ESMTPSA id i10sm2585279wmf.14.2016.02.25.02.46.34 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Feb 2016 02:46:35 -0800 (PST) From: Georgi Djakov To: arm@kernel.org Cc: andy.gross@linaro.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, georgi.djakov@linaro.org Subject: [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Date: Thu, 25 Feb 2016 12:46:32 +0200 Message-Id: <1456397192-2407-2-git-send-email-georgi.djakov@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1456397192-2407-1-git-send-email-georgi.djakov@linaro.org> References: <1456397192-2407-1-git-send-email-georgi.djakov@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Increase the block minors from the default 8 to 16. The db410c board by default has eMMC rootfs on the 10th partition. Signed-off-by: Georgi Djakov --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 47b5dac96bfc..7787e4031a75 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -192,6 +192,7 @@ CONFIG_USB_MSM_OTG=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y CONFIG_MMC=y +CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y