From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Date: Mon, 10 Aug 2015 11:30:25 +0530 Subject: [U-Boot] [PATCH 15/21] usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop In-Reply-To: <201508070028.05314.marex@denx.de> References: <1438877771-23513-1-git-send-email-kishon@ti.com> <1438877771-23513-16-git-send-email-kishon@ti.com> <201508070028.05314.marex@denx.de> Message-ID: <55C83DF9.9020902@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Friday 07 August 2015 03:58 AM, Marek Vasut wrote: > On Thursday, August 06, 2015 at 06:16:05 PM, Kishon Vijay Abraham I wrote: >> xhci omap driver has board_usb_init in xhci_hcd_init but doesn't have >> the corresponding cleanup function in xhci_hcd_stop. >> >> Fix it here by invoking board_usb_cleanup() in xhci_hcd_stop(). >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> drivers/usb/host/xhci-omap.c | 1 + >> 1 file changed, 1 insertion(+) > > It's be really cool if you could at least place the additions to drivers/usb/* > at the beginning of the series, so you're not just doing patching at random > places throughout the series ;-) yeah, I just consolidated all the fixes in my working tree and sent it. I'll split them into separate series and send them again. Thanks Kishon