public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 15/21] usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop
Date: Mon, 10 Aug 2015 14:13:00 +0200	[thread overview]
Message-ID: <201508101413.00501.marex@denx.de> (raw)
In-Reply-To: <55C83DF9.9020902@ti.com>

On Monday, August 10, 2015 at 08:00:25 AM, Kishon Vijay Abraham I wrote:
> 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 <kishon@ti.com>
> >> ---
> >> 
> >>  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.

Cool, thanks!

Best regards,
Marek Vasut

  reply	other threads:[~2015-08-10 12:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-06 16:15 [U-Boot] [PATCH 00/21] beagle_x15/omap5: Add dwc3 peripheral support Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 01/21] usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts Kishon Vijay Abraham I
2015-08-06 22:25   ` Marek Vasut
2015-08-06 16:15 ` [U-Boot] [PATCH 02/21] usb: gadget: ether: Perform board initialization from ethernet gadget driver Kishon Vijay Abraham I
2015-08-06 22:26   ` Marek Vasut
2015-08-06 16:15 ` [U-Boot] [PATCH 03/21] ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2 Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 04/21] TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx Kishon Vijay Abraham I
2015-08-06 22:26   ` Marek Vasut
2015-08-06 16:15 ` [U-Boot] [PATCH 05/21] board: ti: beagle_x15: added USB initializtion code Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 06/21] board: ti: OMAP5: " Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 07/21] include: configs: Enable DWC3 and DFU in ti_omap5_common Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 08/21] ARM: OMAP5: Add support for disabling clocks in uboot Kishon Vijay Abraham I
2015-08-06 16:15 ` [U-Boot] [PATCH 09/21] ARM: OMAP5: Add functions to enable and disable USB clocks Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 10/21] ARM: AM43xx: Add support for disabling clocks in uboot Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 11/21] ARM: AM43xx: Add functions to enable and disable USB clocks Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 12/21] board: ti: invoke clock API to enable and disable clocks Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 13/21] ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks() Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 14/21] board: ti: remove duplicate initialization of vbus_id_status Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 15/21] usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop Kishon Vijay Abraham I
2015-08-06 22:28   ` Marek Vasut
2015-08-10  6:00     ` Kishon Vijay Abraham I
2015-08-10 12:13       ` Marek Vasut [this message]
2015-08-06 16:16 ` [U-Boot] [PATCH 16/21] include: configs: am43xx_evm: add 'usb stop' in usbboot env Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 17/21] am43xx: Add USB device boot support to SPL Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 18/21] usb: gadget: ether: populate _reset_ callback Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 19/21] spl: Fix USB boot device values for am43xx Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 20/21] spl: Add USB peripheral boot device value " Kishon Vijay Abraham I
2015-08-06 16:16 ` [U-Boot] [PATCH 21/21] configs: am43xx: Add am43xx_evm_usbspl_defconfig Kishon Vijay Abraham I

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201508101413.00501.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox