From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 30 Jan 2014 21:25:00 +0100 Subject: [PATCH v2 00/21] pinctrl: mvebu: restructure and remove hardcoded addresses from Dove pinctrl In-Reply-To: <52EA9EFA.1030609@gmail.com> References: <1390674856-4993-1-git-send-email-sebastian.hesselbarth@gmail.com> <1390869573-27624-1-git-send-email-sebastian.hesselbarth@gmail.com> <20140130182925.GM10864@lunn.ch> <52EA9EFA.1030609@gmail.com> Message-ID: <20140130202500.GN10864@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 30, 2014 at 07:50:34PM +0100, Sebastian Hesselbarth wrote: > On 01/30/2014 07:29 PM, Andrew Lunn wrote: > >On Tue, Jan 28, 2014 at 01:39:12AM +0100, Sebastian Hesselbarth wrote: > >>This patch set is one required step for Dove to hop into mach-mvebu. > >>Until now, pinctrl-dove was hardcoding some registers that do not > >>directly belong to MPP core registers. This is not compatible with > >>what we want for mach-mvebu. > > > >I think there might be something wrong here.... > > There _is_ something wrong. I'll have a look at it. For the record, > what SoC are you testing with? From the base address, I guess it is > Kirkwood? Yes, Kirkwood. Sorry for not saying. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v2 00/21] pinctrl: mvebu: restructure and remove hardcoded addresses from Dove pinctrl Date: Thu, 30 Jan 2014 21:25:00 +0100 Message-ID: <20140130202500.GN10864@lunn.ch> References: <1390674856-4993-1-git-send-email-sebastian.hesselbarth@gmail.com> <1390869573-27624-1-git-send-email-sebastian.hesselbarth@gmail.com> <20140130182925.GM10864@lunn.ch> <52EA9EFA.1030609@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <52EA9EFA.1030609@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Sebastian Hesselbarth Cc: Thomas Petazzoni , Andrew Lunn , Russell King , Jason Cooper , devicetree@vger.kernel.org, Linus Walleij , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Gregory Clement , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, Jan 30, 2014 at 07:50:34PM +0100, Sebastian Hesselbarth wrote: > On 01/30/2014 07:29 PM, Andrew Lunn wrote: > >On Tue, Jan 28, 2014 at 01:39:12AM +0100, Sebastian Hesselbarth wrote: > >>This patch set is one required step for Dove to hop into mach-mvebu. > >>Until now, pinctrl-dove was hardcoding some registers that do not > >>directly belong to MPP core registers. This is not compatible with > >>what we want for mach-mvebu. > > > >I think there might be something wrong here.... > > There _is_ something wrong. I'll have a look at it. For the record, > what SoC are you testing with? From the base address, I guess it is > Kirkwood? Yes, Kirkwood. Sorry for not saying. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753097AbaA3UZP (ORCPT ); Thu, 30 Jan 2014 15:25:15 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:49448 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997AbaA3UZM (ORCPT ); Thu, 30 Jan 2014 15:25:12 -0500 Date: Thu, 30 Jan 2014 21:25:00 +0100 From: Andrew Lunn To: Sebastian Hesselbarth Cc: Andrew Lunn , Jason Cooper , Gregory Clement , Thomas Petazzoni , Russell King , Linus Walleij , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/21] pinctrl: mvebu: restructure and remove hardcoded addresses from Dove pinctrl Message-ID: <20140130202500.GN10864@lunn.ch> References: <1390674856-4993-1-git-send-email-sebastian.hesselbarth@gmail.com> <1390869573-27624-1-git-send-email-sebastian.hesselbarth@gmail.com> <20140130182925.GM10864@lunn.ch> <52EA9EFA.1030609@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52EA9EFA.1030609@gmail.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 Thu, Jan 30, 2014 at 07:50:34PM +0100, Sebastian Hesselbarth wrote: > On 01/30/2014 07:29 PM, Andrew Lunn wrote: > >On Tue, Jan 28, 2014 at 01:39:12AM +0100, Sebastian Hesselbarth wrote: > >>This patch set is one required step for Dove to hop into mach-mvebu. > >>Until now, pinctrl-dove was hardcoding some registers that do not > >>directly belong to MPP core registers. This is not compatible with > >>what we want for mach-mvebu. > > > >I think there might be something wrong here.... > > There _is_ something wrong. I'll have a look at it. For the record, > what SoC are you testing with? From the base address, I guess it is > Kirkwood? Yes, Kirkwood. Sorry for not saying. Andrew