From mboxrd@z Thu Jan 1 00:00:00 1970 From: marex@denx.de (Marek Vasut) Date: Sun, 22 Apr 2012 17:42:53 +0200 Subject: [PATCH 04/11] MXS: Add data shared between imx-otg and EHCI driver In-Reply-To: <20120422143938.GB26306@S2101-09.ap.freescale.net> References: <1334771194-18688-1-git-send-email-marex@denx.de> <1335099567-21056-5-git-send-email-marex@denx.de> <20120422143938.GB26306@S2101-09.ap.freescale.net> Message-ID: <201204221742.53825.marex@denx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Shawn Guo, > On Sun, Apr 22, 2012 at 02:59:20PM +0200, Marek Vasut wrote: > > This patch adds common data shared between the MXS EHCI HCD driver, > > the MXS USB Gadget driver and the imx-otg driver. These data allow > > passing clock and memory stuff from imx-otg driver into the > > host/gadget driver. > > > > Signed-off-by: Marek Vasut > > Cc: Chen Peter-B29397 > > Cc: Detlev Zundel > > Cc: Fabio Estevam > > Cc: Li Frank-B20596 > > Cc: Lin Tony-B19295 > > Cc: Linux USB > > Cc: Sascha Hauer > > Cc: Shawn Guo > > Cc: Shawn Guo > > Cc: Stefano Babic > > Cc: Subodh Nijsure > > Cc: Tony Lin > > Cc: Wolfgang Denk > > --- > > > > include/linux/fsl/mxs-usb.h | 46 > > +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 > > insertions(+) > > create mode 100644 include/linux/fsl/mxs-usb.h > > As what Wolfram and Arnd pointed out in thread [1], include/linux/fsl > is not a good choice. Instead, it should be include/linux/usb/mxs-usb.h. Ok, noted. Will add in V5. What about the rest of these patches, I'd be interested to hear your opinion on these :-) > > Regards, > Shawn > > [1] http://thread.gmane.org/gmane.linux.kernel/1271153/focus=163132 Best regards, Marek Vasut