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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A7C9C433EF for ; Fri, 7 Jan 2022 22:37:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231219AbiAGWhJ (ORCPT ); Fri, 7 Jan 2022 17:37:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231197AbiAGWhI (ORCPT ); Fri, 7 Jan 2022 17:37:08 -0500 Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F837C061401 for ; Fri, 7 Jan 2022 14:37:08 -0800 (PST) Received: by mail-wr1-x42c.google.com with SMTP id t28so6916634wrb.4 for ; Fri, 07 Jan 2022 14:37:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6+ftPPg+mBtDFE1Rumj/v9cdHX74g8JsGDvIeuaB0sw=; b=AP4vnWnjNZ0+FbyV/paMdWCoPqlJsNv7u/VAZmbyQPIQYIkKmM9xtluYweMfGDCwlx M6xlF3WNOEXlhJIw5eYbOUznnu+94L5InBLgV7SPnjq7TeH+Tly04IZtkTcFGb0zS0Ry 30CmLfIo2fCaXdYowRSZPyRgSImplqOqzG+tI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6+ftPPg+mBtDFE1Rumj/v9cdHX74g8JsGDvIeuaB0sw=; b=QRudzPAMx4YdyE772LW5a14R6hWoamPEoK15Pqasa6jQ3Cm4p+FeewiFJPjYoD1qtW frv/bpk8k4lOY0K6aoTK29IgDVusenE67uQXKcKvCwTTp5jKNwUvupLX5VSURjKnmzsk jHZs55hn2vbxzBDi+C5fSIKppisnw3LIMXhoCZmbV9V8fLtgpKFgpBPkJlkRL1yfHFy4 hHY3QHVyuBT1jKpqfNkPJ2yhLKBtH8ry7w4twezUawB8KO3kZs9jUHP9+wN+a4tJxLBr uKhZO87fdCIpqDoQne6z4wHkLETSdqzNBqFC4SCawJFMipfe068FxY5BrGbMJp55n9NP Rvzw== X-Gm-Message-State: AOAM533tBSETRpWN5oj41rMZ9sgvE2r3TG3Od6WEVoo+c97XeelWUi8c tbgcfPd1b9PIZi4B7bAM0+MBb7NcerVaqT0gNCVUvA== X-Google-Smtp-Source: ABdhPJxBgtZis30xOXNXG44kdaru7DxXX4kR8w0Gqb6L6sTYxtDqty53dbly3IotCoc7BxQNTyR5PLfs45h7sgxRwXM= X-Received: by 2002:a05:6000:18af:: with SMTP id b15mr56930329wri.616.1641595026619; Fri, 07 Jan 2022 14:37:06 -0800 (PST) MIME-Version: 1.0 References: <20211209204726.6676-1-jim2101024@gmail.com> <20220105104202.GD7009@alpha.franken.de> In-Reply-To: <20220105104202.GD7009@alpha.franken.de> From: Jim Quinlan Date: Fri, 7 Jan 2022 17:36:55 -0500 Message-ID: Subject: Re: [PATCH v1 0/4] PCI: brcmstb: Augment driver for MIPs SOCs To: Thomas Bogendoerfer Cc: Jim Quinlan , "open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS" , linux-mips@vger.kernel.org, Nicolas Saenz Julienne , Bjorn Helgaas , Kevin Cernekee , "maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , open list , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , Rob Herring , Saenz Julienne Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Wed, Jan 5, 2022 at 5:42 AM Thomas Bogendoerfer wrote: > > On Thu, Dec 09, 2021 at 03:47:21PM -0500, Jim Quinlan wrote: > > With this patchset, the Broadcom STB PCIe controller driver > > supports Arm, Arm64, and now MIPs. > > > > Jim Quinlan (4): > > dt-bindings: PCI: Add compatible string for Brcmstb 74[23]5 MIPs SOCs > > MIPS: bmips: Add support PCIe controller device nodes > > MIPS: bmips: Remove obsolete DMA mapping support > > PCI: brcmstb: Augment driver for MIPs SOCs > > > > .../bindings/pci/brcm,stb-pcie.yaml | 2 + > > arch/mips/Kconfig | 1 - > > arch/mips/bmips/dma.c | 106 +----------------- > > arch/mips/boot/dts/brcm/bcm7425.dtsi | 30 +++++ > > arch/mips/boot/dts/brcm/bcm7435.dtsi | 30 +++++ > > arch/mips/boot/dts/brcm/bcm97425svmb.dts | 9 ++ > > arch/mips/boot/dts/brcm/bcm97435svmb.dts | 9 ++ > > drivers/pci/controller/Kconfig | 2 +- > > drivers/pci/controller/pcie-brcmstb.c | 82 +++++++++++++- > > 9 files changed, 161 insertions(+), 110 deletions(-) > > if nobody objects I'd like to add this series to mips-next. Hi Thomas, I have another pullreq in progress [1] that may possibly be accepted soon. I have tested that these two pullreqs do not conflict or cause compiler errors regardless of their merge order. Regards, Jim Quinlan Broadcom STB [1] [PATCH v10 0/7] PCI: brcmstb: root port turns on sub-device power [PATCH v10 0/7] PCI: brcmstb: root port turns on sub-device power > > Thomas. > > -- > Crap can work. Given enough thrust pigs will fly, but it's not necessarily a > good idea. [ RFC1925, 2.3 ]