Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp104959pxb; Fri, 16 Apr 2021 00:25:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy1g9man6DhEtb9BdpycXbUXRQh/2UUez/fiedNiCi1lcnR0ZDSTjis7Kd8oTel7U7P7EyK X-Received: by 2002:a17:906:855:: with SMTP id f21mr7027895ejd.364.1618557914160; Fri, 16 Apr 2021 00:25:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618557914; cv=none; d=google.com; s=arc-20160816; b=S8UOmxkdCuS5PzYvEPtr7tt5O2LFJG1f/5Dq1aULG/wMbmP+P11hykB+RdzsvIlWvZ n0TrAxtda+kZGACsqda7xepsBsRgoOm9F3Zah7+GCNTeDA00GmkCQoPEhI1uxXJzbFQs ukaI2CzXvQ3EeLSj0afwS6XvIKb409UIvbrZ/XAg23AZiL8VQWg1ii1Peu13iKKSVPpc 8XBePVRpvwMUwlbs14RggnR08sNdaz4mF2/lBOgfYYUnyMPTJKyM644pUKNLLqbXSrI6 eAsqbiKS8Ng7jsksgD78b8nYymoMd53DWQBtLZrkRH9xayxymqlLqeI7DkwiDsHH8FCs NKQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=yTGqp3QFRIlggj24pMvZUZ85DCSAkMB2kyBSj4ze7WY=; b=xVYsrzbOU+S4oJfvc7WV9pA/0JRhAfgtTgAW0v0x0i1xh1+tde/7gDGva4dsKE0WJU 1eGsEtlSjy9fWQDJLO7uDgD5N1CCcoOMytmd57p2A9Q3EKDeUvTfN+SpkcIBp4Mi+4IQ kwP3BGAYAjty0zR+m+7tFPbrfgp6XJ8d48Zld5FF3MyVcOT+fnzKaudkpHfsNXSppNnw 7PfKgg0Ob5iuq94LwuxGK7aoG4zGkS/eZQQENd744ueFpM0W0NV3HyAcz+jEVbcCe4eo kyyKZHeHc5S1gSltdWswOwaUNtjb5h44UTEbdZUJvqqkVb83cyrvNDb2mhKg65dV8s7L Diiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x4si4365726edd.118.2021.04.16.00.24.50; Fri, 16 Apr 2021 00:25:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239578AbhDPHXe (ORCPT + 99 others); Fri, 16 Apr 2021 03:23:34 -0400 Received: from elvis.franken.de ([193.175.24.41]:53271 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239521AbhDPHXc (ORCPT ); Fri, 16 Apr 2021 03:23:32 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lXIol-0007qW-01; Fri, 16 Apr 2021 09:23:07 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id DE657C04CD; Fri, 16 Apr 2021 09:22:01 +0200 (CEST) Date: Fri, 16 Apr 2021 09:22:01 +0200 From: Thomas Bogendoerfer To: Ilya Lipnitskiy Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Sergey Ryazanov Subject: Re: [PATCH v2 0/8] MIPS: fixes for PCI legacy drivers (rt2880, rt3883) Message-ID: <20210416072201.GA5371@alpha.franken.de> References: <20210414031240.313852-1-ilya.lipnitskiy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210414031240.313852-1-ilya.lipnitskiy@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 13, 2021 at 08:12:32PM -0700, Ilya Lipnitskiy wrote: > One major fix for rt2880-pci in the first patch - fixes breakage that > existed since v4.14. > > Other more minor fixes, cleanups, and improvements that either free up > memory, make dmesg messages clearer, or remove redundant dmesg output. > > v2: > - Do not use internal pci-rt2880 config read and write functions after > the device has been registered with the PCI subsystem to avoid races. > Use safe pci_bus_{read,write}_config_{d}word wrappers instead. > > Ilya Lipnitskiy (8): > MIPS: pci-rt2880: fix slot 0 configuration > MIPS: pci-rt2880: remove unneeded locks > MIPS: pci-rt3883: trivial: remove unused variable > MIPS: pci-rt3883: more accurate DT error messages > MIPS: pci-legacy: stop using of_pci_range_to_resource > MIPS: pci-legacy: remove redundant info messages > MIPS: pci-legacy: remove busn_resource field > MIPS: pci-legacy: use generic pci_enable_resources > > arch/mips/include/asm/pci.h | 1 - > arch/mips/pci/pci-legacy.c | 57 ++++++------------------------------- > arch/mips/pci/pci-rt2880.c | 50 ++++++++++++++++---------------- > arch/mips/pci/pci-rt3883.c | 10 ++----- > 4 files changed, 35 insertions(+), 83 deletions(-) series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]