From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681Ab3A2FKi (ORCPT ); Tue, 29 Jan 2013 00:10:38 -0500 Received: from mail-ob0-f176.google.com ([209.85.214.176]:36443 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200Ab3A2FKe (ORCPT ); Tue, 29 Jan 2013 00:10:34 -0500 MIME-Version: 1.0 Date: Tue, 29 Jan 2013 10:40:34 +0530 Message-ID: Subject: Failure due to missing (Exynos related) pinctrl patch From: Sachin Kamat To: Linus Walleij , Kukjin Kim Cc: LKML , linux-samsung-soc Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Kukjin, Patch titled "pinctrl: exynos: change PINCTRL_EXYNOS option" (linux-next commit Id: 7452b64d) which is present in linux-next is missing in the mainline kernel. This patch is required along with the patch "gpio: samsung: fix pinctrl condition for exynos and exynos5440" (mainline commit Id: e4a5da51) which has already made it into mainline. Without the missing patch we get the following boot up warnings and subsequent failures with dt boot on 4412 based board: WARNING: at drivers/gpio/gpio-samsung.c:3102 samsung_gpiolib_init+0x29c/0x2e8() Unknown SoC in gpio-samsung, no GPIOs added Modules linked in: [] (unwind_backtrace+0x0/0xf8) from [] (warn_slowpath_common+0x4c/0x64) [] (warn_slowpath_common+0x4c/0x64) from [] (warn_slowpath_fmt+0x30/0x40) [] (warn_slowpath_fmt+0x30/0x40) from [] (samsung_gpiolib_init+0x29c/0x2e8) [] (samsung_gpiolib_init+0x29c/0x2e8) from [] (do_one_initcall+0x34/0x174) [] (do_one_initcall+0x34/0x174) from [] (kernel_init_freeable+0xfc/0x1c8) [] (kernel_init_freeable+0xfc/0x1c8) from [] (kernel_init+0x8/0xe4) [] (kernel_init+0x8/0xe4) from [] (ret_from_fork+0x14/0x3c) -- With warm regards, Sachin