From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24170CA9EB5 for ; Mon, 4 Nov 2019 15:45:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DFB71204FD for ; Mon, 4 Nov 2019 15:45:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="IQqhJBlg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729295AbfKDPp6 (ORCPT ); Mon, 4 Nov 2019 10:45:58 -0500 Received: from mail-lf1-f66.google.com ([209.85.167.66]:36485 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727891AbfKDPp5 (ORCPT ); Mon, 4 Nov 2019 10:45:57 -0500 Received: by mail-lf1-f66.google.com with SMTP id a6so9209435lfo.3 for ; Mon, 04 Nov 2019 07:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DwOQqfkML6mZVQQJ0E1pEMWKtqr2r31eZ85PaIGMmgU=; b=IQqhJBlgWadnxdyu6cfIUzn+zx293WrU0J+vvVeex9J89EKwEta3C+qpkGchecJNst 94ZcUnB59g0NBqIFhuspeGj+nDwA5WvzUg44Idu5OAztaNmUdRQR2UAAwYBCHjgOjYxZ 3jip6PFRtj1srZaUJ0ller1NjpZwW6IXAyS8f4/TKPJo4R0+MzH7pVU6m5AefC0T853K BWYv7Qo+U2WWHKmjH+VFGTtcLgtu42ZVpYOkG5bhQkMx82LEjUVeElNVi02LiLcTSqIu +JFf18NG48PeCeIH3j0oao+twWgoUcO+mQzVHiGK28OzkMxw/Aihuyx8xgOlItbFJggv aHMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DwOQqfkML6mZVQQJ0E1pEMWKtqr2r31eZ85PaIGMmgU=; b=Ng41l7QJhYMcyjF5RLc2CZnb7d2xlr3tDbn2ZuP+BrkT7OEdmSy+3G13PJTCfhRInr OQWAjBrMeRygVE8PMqaAma1oMnqx4VBvOhN3DQXCz36sE4hDxULG1planXsX9BoIAzzT sijUqV7d/0+taIH89JjHJhQOPDFgSDSL7XDBYmDC+LEriwe2AtNmlOSb/wqU3OyGLvvO TFsSjjlDd7WVBsFXxFOrdVud3NZxjJ/k60aQ9z1l5EoJYGjG9AJrucRpL+nniFml8juv i9CFX09fvRmxwHx3qgOu2V8rNQvEHC2K0Gn0wfq1raC/GtcttU5qpmxmpakYnpJXn+q6 1UQQ== X-Gm-Message-State: APjAAAWhOZ1swwvpwrktIXZVZbw4utEEV9mIYECMOkM8fx6RzLZ+oNGF DMKoWMO3FLqrmshEDwRdzda7zNP6nc76cXrGIULDRA== X-Google-Smtp-Source: APXvYqwttKRdVsyVJcuL188wpW/OsgZ62RtyOb5/f6UDc4Kan+iShKlu2eMEBGHO+HNXoRn8M2t5FVfJxN4hDx/+sU0= X-Received: by 2002:a19:651b:: with SMTP id z27mr17005776lfb.117.1572882354242; Mon, 04 Nov 2019 07:45:54 -0800 (PST) MIME-Version: 1.0 References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-15-arnd@arndb.de> In-Reply-To: <20191018154201.1276638-15-arnd@arndb.de> From: Linus Walleij Date: Mon, 4 Nov 2019 16:45:41 +0100 Message-ID: Subject: Re: [PATCH 15/46] ARM: pxa: maybe fix gpio lookup tables To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , Robert Jarzmik , Linux ARM , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 18, 2019 at 5:42 PM Arnd Bergmann wrote: > From inspection I found a couple of GPIO lookups that are > listed with device "gpio-pxa", but actually have a number > from a different gpio controller. > > Try to rectify that here, with a guess of what the actual > device name is. > > Signed-off-by: Arnd Bergmann OOps my mistakes: Reviewed-by: Linus Walleij I suppose this tells us a bit about how much these platforms are getting tested in real life though :/ Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD3DDCA9EB5 for ; Mon, 4 Nov 2019 15:46:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B1C0320869 for ; Mon, 4 Nov 2019 15:46:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gPJBYV+P"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="IQqhJBlg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B1C0320869 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xE2omh0pyVonfTppHH194PGi2WBB999bOD9kMsNX62c=; b=gPJBYV+PoFzA4d n34w9Rd0e0Vzeeht8mcm29+nsApZ+FDgkb3J4seB7nQbL3qm1VzEHfrauxhpGWgNq88STEuhJL2o2 QfieLtsbDUOuHXWcyQIr7iGifxtX+4mJo2rn3wlIYX8IqB2IBjAnYb+jHK9n/YuIdT5T2EbAj4m0V n92k8jD/6wV80ez1qQ4FQywuVVyChWdjV9noHyKjmLL1Wb6Zjh8kJOTkasAV1sR+zJ0cE1QP9DN0r jSAFIzA5xOFa47haHADqQIl9CYVA4IVYiKq65M/jGBwDBCqLnOB01yTQoeIiHFHjOxyEqqet7lhrq UoaVpFBoyaD0PiDr8yuw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iReYI-0002vH-I4; Mon, 04 Nov 2019 15:45:58 +0000 Received: from mail-lf1-x142.google.com ([2a00:1450:4864:20::142]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iReYG-0002ut-0s for linux-arm-kernel@lists.infradead.org; Mon, 04 Nov 2019 15:45:57 +0000 Received: by mail-lf1-x142.google.com with SMTP id v8so12568682lfa.12 for ; Mon, 04 Nov 2019 07:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DwOQqfkML6mZVQQJ0E1pEMWKtqr2r31eZ85PaIGMmgU=; b=IQqhJBlgWadnxdyu6cfIUzn+zx293WrU0J+vvVeex9J89EKwEta3C+qpkGchecJNst 94ZcUnB59g0NBqIFhuspeGj+nDwA5WvzUg44Idu5OAztaNmUdRQR2UAAwYBCHjgOjYxZ 3jip6PFRtj1srZaUJ0ller1NjpZwW6IXAyS8f4/TKPJo4R0+MzH7pVU6m5AefC0T853K BWYv7Qo+U2WWHKmjH+VFGTtcLgtu42ZVpYOkG5bhQkMx82LEjUVeElNVi02LiLcTSqIu +JFf18NG48PeCeIH3j0oao+twWgoUcO+mQzVHiGK28OzkMxw/Aihuyx8xgOlItbFJggv aHMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DwOQqfkML6mZVQQJ0E1pEMWKtqr2r31eZ85PaIGMmgU=; b=gr0N+LI/fE/oZZPa9YjA0WmW0d9sFHLihap/XZSAKdNt4WMtOpo6MK2IPpknjxJ54r rMe5s3ZQ/HymJe10hbPEfdo/JFrRqYVPpDG5wQqEK3/aexSA2kbSUueAB0zyXjjcfVgK 0nWo8WNW6qta19pQUNN0TNvjXGYogEYqPWC+fQPKFZ5z+y5Ud1k87rFveoAa5kWjB1LJ 6ItA1rc0SoQU7BO+xb6fDcvlgUn2Er9TKBH7LmDCymWFCzciICaaR+KLwXRfS9KlrV2G dMkKLXncTrsAJNgJ5D4DwTyrYCHMck1nYr6wF/MN9GuP12Gm9Fz0EOtjWpvlUO7h5Fed L99A== X-Gm-Message-State: APjAAAWJr9SaWpy51WIoOrX72WzxSLflu7Euze1pu88rMlKsePO77OxN PUllfQEy56JbzYQyLmoSXzvrArtSiiSKs1y9okxRouwyq74= X-Google-Smtp-Source: APXvYqwttKRdVsyVJcuL188wpW/OsgZ62RtyOb5/f6UDc4Kan+iShKlu2eMEBGHO+HNXoRn8M2t5FVfJxN4hDx/+sU0= X-Received: by 2002:a19:651b:: with SMTP id z27mr17005776lfb.117.1572882354242; Mon, 04 Nov 2019 07:45:54 -0800 (PST) MIME-Version: 1.0 References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-15-arnd@arndb.de> In-Reply-To: <20191018154201.1276638-15-arnd@arndb.de> From: Linus Walleij Date: Mon, 4 Nov 2019 16:45:41 +0100 Message-ID: Subject: Re: [PATCH 15/46] ARM: pxa: maybe fix gpio lookup tables To: Arnd Bergmann X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191104_074556_068767_34F2C96C X-CRM114-Status: GOOD ( 11.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux ARM , Robert Jarzmik , Haojian Zhuang , Daniel Mack , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Oct 18, 2019 at 5:42 PM Arnd Bergmann wrote: > From inspection I found a couple of GPIO lookups that are > listed with device "gpio-pxa", but actually have a number > from a different gpio controller. > > Try to rectify that here, with a guess of what the actual > device name is. > > Signed-off-by: Arnd Bergmann OOps my mistakes: Reviewed-by: Linus Walleij I suppose this tells us a bit about how much these platforms are getting tested in real life though :/ Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel