From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (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 82FB9192597 for ; Thu, 12 Sep 2024 15:53:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726156418; cv=none; b=II1IWYlbAK5yH2dT5OpW01EbhObGqg97FZXlQdO6WIvhDDFAqZlE9/S/OXPiXuLQD0TP+zkvbkDCyTi/Z8eXKw7MpaK0F8Yw6HaWwWbl8Jhf6uCSdGwUAagVv07cNmZCoCGH21HYb26F1LRlKx3tthsaC6Th7/S+5458SzRamSk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726156418; 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=PDNSF0YTngfJL05usL+Z394b8taHCw68qya0p/GWNGmPu7zrmwHHnRWD1tsz0tT0CV8wm4I0+tYtsDWHwLfz1yXVVxZJEgJhdIdzS1CAd2ZBwImTQ1NggcFtOp4aVlJV390T9Bt7lCXIB5dLabscNBW1ADBfx0J8zzJmHlK3E0U= 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.81 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: stable@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