1. 11 Sep, 2012 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'gadget-for-v3.7' of... · 7135f08e
      Greg Kroah-Hartman authored
      Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
      
      usb: gadget: patches for v3.7 merge window
      
      This pull request is large but the biggest part is the first part
      of the cleanup on the gadget framework so we have a saner setup
      to add configfs support for v3.8.
      
      We have also some more conversions to the new udc_start/udc_stop
      which makes us closer from dropping the old interfaces.
      
      USB_GADGET_DUALSPEED and USB_GADGET_SUPERSPEED are finally gone,
      thanks to Michal for his awesome work.
      
      Other than that, we have the usual set of miscellaneous changes
      and cleanups involving improvements to debug messages, removal
      of duplicated includes, moving dereference after NULL test,
      making renesas_hsbhs' irq handler Shared, unused code being dropped,
      prevention of sleep-inside-spinlock bugs and a race condition fix
      on udc-core.
      7135f08e
    • Chuansheng Liu's avatar
      USB/host: Cleanup unneccessary irq disable code · 73d40660
      Chuansheng Liu authored
      Because the IRQF_DISABLED as the flag is now a NOOP and has been
      deprecated and in hardirq context the interrupt is disabled.
      
      so in usb/host code:
      Removing the usage of flag IRQF_DISABLED;
      Removing the calling local_irq save/restore actions in irq
      handler usb_hcd_irq();
      Signed-off-by: default avatarliu chuansheng <chuansheng.liu@intel.com>
      Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      73d40660
  2. 10 Sep, 2012 38 commits