Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3590451ybg; Mon, 28 Oct 2019 15:30:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqwQv0icw65LBUtC9jILgbMXzkyvqhrvmZmV8f2lrGlrrj+eLxiNKHnxwLQ58/jfYCZ2dzj3 X-Received: by 2002:a50:8969:: with SMTP id f38mr22304835edf.211.1572301817863; Mon, 28 Oct 2019 15:30:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572301817; cv=none; d=google.com; s=arc-20160816; b=LLJJn0d2NI3OosC9pvHUZett/NPeymID8jpV13JBTK936Pn2N6wOk4Bnv3R+kJAGKn XGjkKPHhLiLAjeYAMXVQtNgQ+nGrN9kFqBcPTopMJcj3jwHzX5ItklIH9D0HK9uvqo7n 0uwQz9/i9HyPcSdHZylOyFFrXFb8hcrnWgaMoCx2Oe2p1snI4wSYRwq9yIz68o3UYSUi G5mZEorAzOfndWlXKk6KyzoyI1hf+h+CFq9N4ccayfIXvhBonFCpH0IwqpjlI83Hzcmr 0eiWt11ydwmmGE8eLTjovIU3RTk1w3mfyTmwrEOugCJs/CB9Ih7F5Dli/dCUjiqGL7Sm b2mg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=h/s4nO2+aNe110LeUeDKjMT+MZMyef2EcJEWZHPXLPE=; b=zgM+Fg4On+5x6B6GznvzEYI639KgZHhEqnXNoPerBATtJLbA6fDsHH2QQl3aHSWn7A MIyo6w2Dv7CHiCW0diw0oWeO23VGykOh98JLUSOeCeoiBTL9O5gR3nKnB0yVmaafSLiK VW/O3Ak9JV/GEehKDa9RFxs0/Q7Lu0AJNKhJU1vyZzJYAnHJM/yzez3Nw5pYlQNFohTC lB68bWaqsNSpZhB7MtPpqEQ0KuW/8BsSPq7hGsLwH/mXy0BmuX0FhMHDp5SqlgJAKhbM HQW4XnXVve7kd3hdSO12cjXtRYhLE6MC3y6X8MY6f3Z+TJNG8yJBYfZNBw+1eKgly2Ld JzjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b24si3927795ejv.254.2019.10.28.15.29.54; Mon, 28 Oct 2019 15:30:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388208AbfJ1UsK (ORCPT + 99 others); Mon, 28 Oct 2019 16:48:10 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:25464 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725867AbfJ1UsK (ORCPT ); Mon, 28 Oct 2019 16:48:10 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d17 with ME id K8o72100G5TFNlm038o8cg; Mon, 28 Oct 2019 21:48:08 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 28 Oct 2019 21:48:08 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH 15/46] ARM: pxa: maybe fix gpio lookup tables References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-15-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 28 Oct 2019 21:48:07 +0100 In-Reply-To: <20191018154201.1276638-15-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 18 Oct 2019 17:41:30 +0200") Message-ID: <87eeywmwag.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > 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 Ah yes that's a good catch, maybe something like this could be added : Fixes: 32d1544880aa ("ARM: pxa: Add gpio descriptor lookup tables for MMC CD/WP") Fixes: 9b00bc7b901f ("spi: spi-gpio: Rewrite to use GPIO descriptors") Thanks for fixing this. Acked-by: Robert Jarzmik Cheers. -- Robert