Messages in this thread |  | | From | Sergei Shtylyov <> | | Subject | [PATCH 0/8] USB: use PCI_VDEVICE() instead of PCI_DEVICE() | | Date | Sun, 04 Oct 2015 23:38:12 +0300 |
| |
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
|  |