From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751830AbbJDUiS (ORCPT ); Sun, 4 Oct 2015 16:38:18 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:35731 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbbJDUiR (ORCPT ); Sun, 4 Oct 2015 16:38:17 -0400 From: Sergei Shtylyov To: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/8] USB: use PCI_VDEVICE() instead of PCI_DEVICE() Date: Sun, 04 Oct 2015 23:38:12 +0300 Message-ID: <60171155.g7UZoV0Hgv@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.1.7-100.fc21.x86_64; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Here's a set of 8 patches against the 'usb-next' branch of Greg KH's 'usb.git' repo. It's to eliminate the use of the PCI_DEVICE() macro where less verbose PCI_VDEVICE() should have been used. [1/8] ehci-pci: use PCI_VDEVICE() instead of PCI_DEVICE() [2/8] ohci-pci:-use-PCI_VDEVICE() instead of PCI_DEVICE() [3/8] chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE() [4/8] dwc2: pci: use PCI_VDEVICE() instead of PCI_DEVICE() [5/8] dwc3-pci: use PCI_VDEVICE() instead of PCI_DEVICE() [6/8] amd5536udc: use PCI_VDEVICE() instead of PCI_DEVICE() [7/8] pch_udc: use PCI_VDEVICE() instead of PCI_DEVICE() [8/8] bdc_pci: use PCI_VDEVICE() instead of PCI_DEVICE() WBR, Sergei