From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw23-7.mail.saunalahti.fi (fgw23-7.mail.saunalahti.fi [62.142.5.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22544199948 for ; Thu, 12 Sep 2024 15:53:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.84 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726156421; cv=none; b=WuwF1KRzLKn4t9VfUT6oJ+7S+i/CpjYNSF4HUpCHXNb9dB9O5MKFgcV00ajhEfVwfGBe0n7uGMb62r7xf38Vl0FzkV3SLuy71jhEJZ/OB/pCFFU05Q+DGIInTaQvo5lZTzGpqi6cM92BRN26vu4fqHxa4+C58mBgzKW8goIP648= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726156421; c=relaxed/simple; bh=H3Fhj71qw/sn6U0lOBAG0Po7bRVCrYtJ9cdxwhKoiIo=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=F8zbfYKKtRuBtyTitaxUx0sha723dHuo4GChj8vu+zJ0FxgQ0vb/xf1ird79GVilnokVN/naMccR7K+RZzRTAb3c2p7Zle2oiAryrs7PDv42bQSpiiNmP+pb+kXmkKOfyIYhnvEhI+C+xYISAz4DyYPskLDQPY95znAOb96Y6u8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.84 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-87.elisa-laajakaista.fi [88.113.25.87]) by fgw23.mail.saunalahti.fi (Halon) with ESMTP id 293b1902-711f-11ef-9150-005056bdfda7; Thu, 12 Sep 2024 18:53:33 +0300 (EEST) From: Andy Shevchenko Date: Thu, 12 Sep 2024 18:53:32 +0300 To: Pawel Laszczak Cc: "mathias.nyman@intel.com" , "gregkh@linuxfoundation.org" , "peter.chen@kernel.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH] usb: xhci: fix loss of data on Cadence xHC Message-ID: References: <20240905065716.305332-1-pawell@cadence.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Thu, Sep 05, 2024 at 07:06:48AM +0000, Pawel Laszczak kirjoitti: > Please ignore this patch. I send it again with correct version in subject. It seems it's in Mathias' tree, never the less, see also below. ... > >+#define PCI_DEVICE_ID_CADENCE 0x17CD First of all this is misleadig as this is VENDOR_ID, second, there is official ID constant for Cadence in pci_ids.h. #define PCI_VENDOR_ID_CDNS 0x17cd -- With Best Regards, Andy Shevchenko