From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754979Ab3GWCfv (ORCPT ); Mon, 22 Jul 2013 22:35:51 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:41271 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754884Ab3GWCfu (ORCPT ); Mon, 22 Jul 2013 22:35:50 -0400 Date: Mon, 22 Jul 2013 19:35:52 -0700 From: Olof Johansson To: Srinivas KANDAGATLA Cc: linux-arm-kernel@lists.infradead.org, Russell King , Stuart Menefy , linux-kernel@vger.kernel.org, kernel@stlinux.com, Arnd Bergmann Subject: Re: [PATCH v2 1/2] ARM: dts: STi: Fix pinconf setup for STiH416 serial2 Message-ID: <20130723023552.GB14983@quad.lixom.net> References: <1373354752-26292-1-git-send-email-srinivas.kandagatla@st.com> <1373354784-26357-1-git-send-email-srinivas.kandagatla@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1373354784-26357-1-git-send-email-srinivas.kandagatla@st.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 09, 2013 at 08:26:24AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch fixes a bug in pinctrl setup of serial2 device, Some of the > pins in the pinctrl node of serial2 do not belong to that > pin-controller. This patch divides them in the pins into there > respective pin controller nodes. > > Without this patch serial on StiH416-B2000 Board will not work as it > fails with: > > "st-pinctrl pin-controller-rear.3: failed to get pin(99) name > st-pinctrl pin-controller-rear.3: maps: function serial2 group serial2-0 > num 4 > pinconfig core: failed to register map default (3): no group/pin given" > > Signed-off-by: Srinivas Kandagatla Applied to fixes, thanks. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Mon, 22 Jul 2013 19:35:52 -0700 Subject: [PATCH v2 1/2] ARM: dts: STi: Fix pinconf setup for STiH416 serial2 In-Reply-To: <1373354784-26357-1-git-send-email-srinivas.kandagatla@st.com> References: <1373354752-26292-1-git-send-email-srinivas.kandagatla@st.com> <1373354784-26357-1-git-send-email-srinivas.kandagatla@st.com> Message-ID: <20130723023552.GB14983@quad.lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 09, 2013 at 08:26:24AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch fixes a bug in pinctrl setup of serial2 device, Some of the > pins in the pinctrl node of serial2 do not belong to that > pin-controller. This patch divides them in the pins into there > respective pin controller nodes. > > Without this patch serial on StiH416-B2000 Board will not work as it > fails with: > > "st-pinctrl pin-controller-rear.3: failed to get pin(99) name > st-pinctrl pin-controller-rear.3: maps: function serial2 group serial2-0 > num 4 > pinconfig core: failed to register map default (3): no group/pin given" > > Signed-off-by: Srinivas Kandagatla Applied to fixes, thanks. -Olof