Re: [PATCH 1/2] pci: pci_ids: Move Synopsys HAPS platform device IDs

2018-11-05 Thread Greg KH
On Mon, Nov 05, 2018 at 06:46:26PM +, Thinh Nguyen wrote: > Hi Greg, > > On 11/2/2018 11:26 PM, Greg KH wrote: > > On Fri, Nov 02, 2018 at 06:47:38PM -0700, Thinh Nguyen wrote: > >> Move Synopsys HAPS platform device IDs to pci_ids.h. > > Why? pci_ids.h, at the top of the file, says to not

Re: [PATCH 1/2] pci: pci_ids: Move Synopsys HAPS platform device IDs

2018-11-05 Thread Thinh Nguyen
Hi Greg, On 11/2/2018 11:26 PM, Greg KH wrote: > On Fri, Nov 02, 2018 at 06:47:38PM -0700, Thinh Nguyen wrote: >> Move Synopsys HAPS platform device IDs to pci_ids.h. > Why? pci_ids.h, at the top of the file, says to not add new entries to > the file. Yes, I notice. However, I want to reference

Re: [PATCH 1/2] pci: pci_ids: Move Synopsys HAPS platform device IDs

2018-11-03 Thread Greg KH
On Fri, Nov 02, 2018 at 06:47:38PM -0700, Thinh Nguyen wrote: > Move Synopsys HAPS platform device IDs to pci_ids.h. Why? pci_ids.h, at the top of the file, says to not add new entries to the file. thanks, greg k-h

[PATCH 1/2] pci: pci_ids: Move Synopsys HAPS platform device IDs

2018-11-02 Thread Thinh Nguyen
Move Synopsys HAPS platform device IDs to pci_ids.h. Signed-off-by: Thinh Nguyen --- drivers/usb/dwc3/dwc3-haps.c | 4 include/linux/pci_ids.h | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-haps.c b/drivers/usb/dwc3/dwc3-haps.c index