From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 06/11] pinctrl: berlin: use the regmap provided by syscon Date: Thu, 5 Mar 2015 10:38:42 +0100 Message-ID: References: <1423671332-24580-1-git-send-email-antoine.tenart@free-electrons.com> <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org To: Antoine Tenart Cc: Sebastian Hesselbarth , Jisheng Zhang , zhiming Xu , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" List-Id: linux-gpio@vger.kernel.org On Wed, Feb 11, 2015 at 5:15 PM, Antoine Tenart wrote: > The Berlin pin controller nodes are now sub-nodes of the soc-controller > and the system-controller nodes. The register bank is managed by syscon, > which provides a regmap. > > Remove the regmap setup from the Berlin pinctrl driver and use the one > provided by syscon. > > Signed-off-by: Antoine Tenart Sweet: Acked-by: Linus Walleij I guess you'll merge this through ARM SoC? Else tell me if you prefer that I merge it into the pinctrl tree. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755119AbbCEJip (ORCPT ); Thu, 5 Mar 2015 04:38:45 -0500 Received: from mail-ob0-f175.google.com ([209.85.214.175]:35631 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754892AbbCEJin (ORCPT ); Thu, 5 Mar 2015 04:38:43 -0500 MIME-Version: 1.0 In-Reply-To: <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> References: <1423671332-24580-1-git-send-email-antoine.tenart@free-electrons.com> <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> Date: Thu, 5 Mar 2015 10:38:42 +0100 Message-ID: Subject: Re: [PATCH 06/11] pinctrl: berlin: use the regmap provided by syscon From: Linus Walleij To: Antoine Tenart Cc: Sebastian Hesselbarth , Jisheng Zhang , zhiming Xu , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 11, 2015 at 5:15 PM, Antoine Tenart wrote: > The Berlin pin controller nodes are now sub-nodes of the soc-controller > and the system-controller nodes. The register bank is managed by syscon, > which provides a regmap. > > Remove the regmap setup from the Berlin pinctrl driver and use the one > provided by syscon. > > Signed-off-by: Antoine Tenart Sweet: Acked-by: Linus Walleij I guess you'll merge this through ARM SoC? Else tell me if you prefer that I merge it into the pinctrl tree. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 5 Mar 2015 10:38:42 +0100 Subject: [PATCH 06/11] pinctrl: berlin: use the regmap provided by syscon In-Reply-To: <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> References: <1423671332-24580-1-git-send-email-antoine.tenart@free-electrons.com> <1423671332-24580-7-git-send-email-antoine.tenart@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 11, 2015 at 5:15 PM, Antoine Tenart wrote: > The Berlin pin controller nodes are now sub-nodes of the soc-controller > and the system-controller nodes. The register bank is managed by syscon, > which provides a regmap. > > Remove the regmap setup from the Berlin pinctrl driver and use the one > provided by syscon. > > Signed-off-by: Antoine Tenart Sweet: Acked-by: Linus Walleij I guess you'll merge this through ARM SoC? Else tell me if you prefer that I merge it into the pinctrl tree. Yours, Linus Walleij