Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1213716
| From | Heikki Krogerus <heikki.krogerus@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] usb: common and dwc3: converting to unified device property |
| Date | 2015-08-26 12:20 +0200 |
| Message-ID | <q1FYd-2Ly-13@gated-at.bofh.it> (permalink) |
| References | <q1kh3-4Fj-9@gated-at.bofh.it> <q1FYd-2Ly-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Peter, On Wed, Aug 26, 2015 at 12:53:20PM +0800, Peter Chen wrote: > On Tue, Aug 25, 2015 at 02:04:30PM +0300, Heikki Krogerus wrote: > > Hi, > > > > While converting dwc3 to the unified device property interface, I > > noticed that there is really nothing preventing of_usb_get_dr_mode and > > of_usb_get_maximum_speed from being converted as well. Hope that's OK. > > > > Place the reference for usb_get_dr_mode and usb_get_maximum_speed > at otg.h and ch9.h may not be good, why not add a common.h which > is at include/linux/usb/ too. Why? I'm not going to introduce new header file for prototypes which depend on constants defined in other header files, unless there is a really good reason. Please note that the prototypes for the existing generic functions in common.c are defined in ch9.h and otg.h. These functions are _generic_ helpers for dealing with definitions in ch9.h and otg.h, so I don't really see any reason for putting their prototypes anywhere else then into those same headers. Thanks, -- heikki -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] usb: common and dwc3: converting to unified device property Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2015-08-25 13:10 +0200 [PATCH 5/5] usb: dwc3: pci: passing forward the ACPI companion Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2015-08-25 13:10 +0200 Re: [PATCH 0/5] usb: common and dwc3: converting to unified device property Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2015-08-26 12:20 +0200
csiph-web