From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f174.google.com ([209.85.214.174]:33491 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639AbbFJIvR (ORCPT ); Wed, 10 Jun 2015 04:51:17 -0400 Received: by obcej4 with SMTP id ej4so30499724obc.0 for ; Wed, 10 Jun 2015 01:51:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1433868446-11028-2-git-send-email-thomas.petazzoni@free-electrons.com> References: <1433868446-11028-1-git-send-email-thomas.petazzoni@free-electrons.com> <1433868446-11028-2-git-send-email-thomas.petazzoni@free-electrons.com> Date: Wed, 10 Jun 2015 10:51:17 +0200 Message-ID: Subject: Re: [PATCH 01/34] pinctrl: mvebu: armada-38x: fix PCIe functions From: Linus Walleij To: Thomas Petazzoni Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , "linux-arm-kernel@lists.infradead.org" , Tawfik Bayouk , Nadav Haklai , Lior Amsalem , stable Content-Type: text/plain; charset=UTF-8 Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jun 9, 2015 at 6:46 PM, Thomas Petazzoni wrote: > A new revision of the Marvell Armada 38x hardware datasheet unveiled > that the definition of some of the PCIe functions were not > correct. This commit fixes the pinctrl driver accordingly. > > Some PCIe functions simply do not exist, some of the PCIe functions in > fact were corresponding to other functions, and some PCIe functions > have been added. > > Note: the seemingly unrelated removal of spi(cs2) on MPP47 is related: > this function is in fact implemented on MPP43, instead of a PCIe > function. > > Signed-off-by: Thomas Petazzoni > Cc: # v3.15+ > Fixes: ca6d9a084b56f ("pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385") Patch applied. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Wed, 10 Jun 2015 10:51:17 +0200 Subject: [PATCH 01/34] pinctrl: mvebu: armada-38x: fix PCIe functions In-Reply-To: <1433868446-11028-2-git-send-email-thomas.petazzoni@free-electrons.com> References: <1433868446-11028-1-git-send-email-thomas.petazzoni@free-electrons.com> <1433868446-11028-2-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 9, 2015 at 6:46 PM, Thomas Petazzoni wrote: > A new revision of the Marvell Armada 38x hardware datasheet unveiled > that the definition of some of the PCIe functions were not > correct. This commit fixes the pinctrl driver accordingly. > > Some PCIe functions simply do not exist, some of the PCIe functions in > fact were corresponding to other functions, and some PCIe functions > have been added. > > Note: the seemingly unrelated removal of spi(cs2) on MPP47 is related: > this function is in fact implemented on MPP43, instead of a PCIe > function. > > Signed-off-by: Thomas Petazzoni > Cc: # v3.15+ > Fixes: ca6d9a084b56f ("pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385") Patch applied. Yours, Linus Walleij