Merge tag 'v3.14.26' into backport/v3.14.24-ltsi-rc1+v3.14.26/snapshot-merge.wip
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 10 Dec 2014 00:41:35 +0000 (09:41 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 10 Dec 2014 00:41:35 +0000 (09:41 +0900)
This is the 3.14.26 stable release

Conflicts:
Makefile

1  2 
Makefile
drivers/usb/host/xhci-pci.c
drivers/usb/host/xhci-plat.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h
sound/soc/sh/fsi.c

diff --cc Makefile
+++ b/Makefile
@@@ -1,7 -1,7 +1,7 @@@
  VERSION = 3
  PATCHLEVEL = 14
- SUBLEVEL = 25
+ SUBLEVEL = 26
 -EXTRAVERSION =
 +EXTRAVERSION = -ltsi
  NAME = Remembering Coco
  
  # *DOCUMENTATION*
Simple merge
Simple merge
Simple merge
@@@ -1760,10 -1758,9 +1760,10 @@@ int xhci_run(struct usb_hcd *hcd)
  void xhci_stop(struct usb_hcd *hcd);
  void xhci_shutdown(struct usb_hcd *hcd);
  int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks);
 +void xhci_init_driver(struct hc_driver *drv, int (*setup_fn)(struct usb_hcd *));
  
  #ifdef        CONFIG_PM
- int xhci_suspend(struct xhci_hcd *xhci);
+ int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
  int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
  #else
  #define       xhci_suspend    NULL
Simple merge