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 8591FC433F5 for ; Wed, 23 Mar 2022 11:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243755AbiCWLNF (ORCPT ); Wed, 23 Mar 2022 07:13:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239920AbiCWLNE (ORCPT ); Wed, 23 Mar 2022 07:13:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3F0278076; Wed, 23 Mar 2022 04:11:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8E39361301; Wed, 23 Mar 2022 11:11:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C421BC340E8; Wed, 23 Mar 2022 11:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648033894; bh=zlaBNpkF/VGrPKC2PE4NKtCrr5fUiWij0ZGpyUDyFcA=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=DRt85wTbu9I1Sr4nDptU85t8jRy78Y2Cyg5xIOnzqaCERoO+AdjExza5L5xE+lZ2O G8IxY7qoB3wHH8JPu34EWgtRywi59ZojSxqEq/+DZXTHh8rco51Na91BNbqEro4uiU eqI0/YBWQaf0Qz0wTnIvXRxajK1T7qyH80IEtqXKtznraRrky2pAZT7qjWCx9dLXyx m7A1aozWceC4+lgm7yBonnxFXn6rtjvdhKE2XRAnBbOvge//ubFm4P1lCS33XwJ2hp UZZ1rusZwzghxBlUWBd8JQH13iuqCsv4fpd9Vac6KVasPg4o9YA7uyn8SqFcHN9zz0 Sk8+IcQdGsSSw== Date: Wed, 23 Mar 2022 06:11:31 -0500 From: Bjorn Helgaas To: Andy Shevchenko Cc: linux-pci , Linux Kernel Mailing List , Mick Lorain , Alex Williamson , Thomas Gleixner , Bjorn Helgaas Subject: Re: [PATCH] PCI: Avoid broken MSI on SB600 USB devices Message-ID: <20220323111131.GA1272756@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 23, 2022 at 10:03:38AM +0200, Andy Shevchenko wrote: > On Wed, Mar 23, 2022 at 4:26 AM Bjorn Helgaas wrote: > > On Mon, Mar 21, 2022 at 01:34:46PM -0500, Bjorn Helgaas wrote: > > > From: Bjorn Helgaas > > > > > > Some ATI SB600 USB adapters advertise MSI, but if INTx is disabled by > > > setting PCI_COMMAND_INTX_DISABLE, > > > > MSI doesn't work either. > > I think this is not correct. I'd like to make it correct. What would make this better? I was trying to say the same as your original commit log: ATI PCIe-USB adapter advertises MSI, but it doesn't work if INTx is disabled. Bjorn