From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752051Ab3ISOF5 (ORCPT ); Thu, 19 Sep 2013 10:05:57 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:50951 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751562Ab3ISOFz (ORCPT ); Thu, 19 Sep 2013 10:05:55 -0400 Message-ID: <523B04BF.80209@atmel.com> Date: Thu, 19 Sep 2013 16:05:51 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Linus Walleij CC: Nicolas Ferre , Boris BREZILLON , Mark Rutland , , Ian Campbell , "Pawel Moll" , Stephen Warren , "Richard Genoud" , Jiri Kosina , , , Rob Herring , Rob Landley , "Jean-Christophe PLAGNIOL-VILLARD" , Subject: Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string References: <1377609965-22154-1-git-send-email-b.brezillon@overkiz.com> <521CBE58.9060402@atmel.com> In-Reply-To: <521CBE58.9060402@atmel.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/08/2013 16:57, Nicolas Ferre : > On 27/08/2013 15:26, Boris BREZILLON : >> Add missing "atmel,at91sam9x5-pinctrl" compatible string to the >> documentation. >> >> Signed-off-by: Boris BREZILLON > > Acked-by: Nicolas Ferre Linus, it seems that you were not in copy of the original email. Anyway, do you want that I re-send to you or you can pick it on patchwork? Here it is: https://patchwork.kernel.org/patch/2850188/ >> --- >> .../bindings/pinctrl/atmel,at91-pinctrl.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt >> index 648d60e..cf7c7bc 100644 >> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt >> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt >> @@ -18,7 +18,7 @@ mode) this pin can work on and the 'config' configures various pad settings >> such as pull-up, multi drive, etc. >> >> Required properties for iomux controller: >> -- compatible: "atmel,at91rm9200-pinctrl" >> +- compatible: "atmel,at91rm9200-pinctrl" or "atmel,at91sam9x5-pinctrl" >> - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be >> configured in this periph mode. All the periph and bank need to be describe. >> >> > > -- Nicolas Ferre