An error occurred fetching the project authors.
  1. 14 Nov, 2011 1 commit
  2. 12 Aug, 2011 1 commit
    • Rabin Vincent's avatar
      usb: musb: fix Kconfig · 26e5c3e2
      Rabin Vincent authored
      After 62285963 (usb: musb: drop a gigantic amount of ifdeferry):
      
       - USB_GADGET_MUSB_HDRC is no longer selectable because it
         depends on the removed USB_MUSB_PERIPHERAL and USB_MUSB_OTG
         options
      
       - The Kconfig comment still says "Enable Host or Gadget support
         to see Inventra options", even though you now need to enable
         both of them to see Inventra options.
      
      Fix the dependency and drop the anyway unnecessary comment.
      Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      26e5c3e2
  3. 01 Aug, 2011 1 commit
    • Rabin Vincent's avatar
      usb: musb: fix Kconfig · b61ae342
      Rabin Vincent authored
      After 62285963 (usb: musb: drop a gigantic amount of ifdeferry):
      
       - USB_GADGET_MUSB_HDRC is no longer selectable because it
         depends on the removed USB_MUSB_PERIPHERAL and USB_MUSB_OTG
         options
      
       - The Kconfig comment still says "Enable Host or Gadget support
         to see Inventra options", even though you now need to enable
         both of them to see Inventra options.
      
      Fix the dependency and drop the anyway unnecessary comment.
      Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      b61ae342
  4. 01 Jul, 2011 1 commit
  5. 18 May, 2011 1 commit
  6. 13 May, 2011 2 commits
  7. 13 Apr, 2011 1 commit
    • Felipe Balbi's avatar
      usb: musb: temporarily make it bool · 7a180e70
      Felipe Balbi authored
      Due to the recent changes to musb's glue layers,
      we can't compile musb-hdrc as a module - compilation
      will break due to undefined symbol musb_debug. In
      order to fix that, we need a big re-work of the
      debug support on the MUSB driver.
      
      Because that would mean a lot of new code coming
      into the -rc series, it's best to defer that to
      next merge window and for now just disable module
      support for MUSB.
      
      Once we get the refactor of the debugging support
      done, we can simply revert this patch and things
      will go back to normal again.
      
      Cc: stable@kernel.org # v2.6.38
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      7a180e70
  8. 10 Dec, 2010 4 commits
  9. 22 Oct, 2010 2 commits
  10. 20 May, 2010 1 commit
  11. 30 Apr, 2010 1 commit
  12. 15 Feb, 2010 1 commit
  13. 11 Dec, 2009 2 commits
  14. 12 Oct, 2009 1 commit
  15. 09 Oct, 2009 1 commit
  16. 07 Aug, 2009 1 commit
  17. 16 Jun, 2009 1 commit
    • David Brownell's avatar
      musb: proper hookup to transceiver drivers · 84e250ff
      David Brownell authored
      Let the otg_transceiver in MUSB be managed by an external driver;
      don't assume it's integrated.  OMAP3 chips need it to be external,
      and there may be ways to interact with the transceiver which add
      functionality to the system.
      
      Platform init code is responsible for setting up the transeciver,
      probably using the NOP transceiver for integrated transceivers.
      External ones will use whatever the board init code provided,
      such as twl4030 or something more hands-off.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      84e250ff
  18. 24 Mar, 2009 1 commit
  19. 28 Jan, 2009 2 commits
  20. 07 Jan, 2009 1 commit
  21. 17 Oct, 2008 1 commit
    • David Brownell's avatar
      usb: musb_hdrc build fixes · c767c1c6
      David Brownell authored
      Minor musb_hdrc updates:
      
        - so it'll build on DaVinci, given relevant platform updates;
            * remove support for an un-shipped OTG prototype
            * rely on gpiolib framework conversion for the I2C GPIOs
            * the <asm/arch/hdrc_cnf.h> mechanism has been removed
      
        - catch comments up to the recent removal of the per-SOC header
          with the silicon configuration data;
      
        - and remove two inappropriate "inline" declarations which
          just bloat host side code.
      
      There are still some more <asm/arch/XYZ.h> ==> <mach/XYZ.h>
      changes needed in this driver, catching up to the relocation
      of most of the include/asm-arm/arch-* contents.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
      Cc: stable <stable@kernel.org> [2.6.27]
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      c767c1c6
  22. 23 Sep, 2008 1 commit
    • Andrew Morton's avatar
      USB: drivers/usb/musb/: disable it on SuperH · 09fa14aa
      Andrew Morton authored
      In file included from drivers/usb/musb/musb_core.h:59,
                       from drivers/usb/musb/musb_core.c:108:
      drivers/usb/musb/musb_io.h:42: error: conflicting types for '__raw_readsl'
      /usr/src/devel/arch/sh/include/asm/io.h:112: error: previous declaration of '__raw_readsl' was here
      drivers/usb/musb/musb_io.h:42: error: conflicting types for '__raw_readsl'
      /usr/src/devel/arch/sh/include/asm/io.h:112: error: previous declaration of '__raw_readsl' was here
      drivers/usb/musb/musb_io.h:44: error: conflicting types for 'readsw'
      /usr/src/devel/arch/sh/include/asm/io.h:164: error: previous definition of 'readsw' was here
      drivers/usb/musb/musb_io.h:46: error: conflicting types for 'readsb'
      /usr/src/devel/arch/sh/include/asm/io.h:163: error: previous definition of 'readsb' was here
      drivers/usb/musb/musb_io.h:49: error: conflicting types for '__raw_writesl'
      /usr/src/devel/arch/sh/include/asm/io.h:111: error: previous declaration of '__raw_writesl' was here
      drivers/usb/musb/musb_io.h:49: error: conflicting types for '__raw_writesl'
      /usr/src/devel/arch/sh/include/asm/io.h:111: error: previous declaration of '__raw_writesl' was here
      drivers/usb/musb/musb_io.h:51: error: conflicting types for 'writesw'
      /usr/src/devel/arch/sh/include/asm/io.h:164: error: previous definition of 'writesw' was here
      drivers/usb/musb/musb_io.h:53: error: conflicting types for 'writesb'
      /usr/src/devel/arch/sh/include/asm/io.h:163: error: previous definition of 'writesb' was here
      
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      09fa14aa
  23. 21 Aug, 2008 1 commit
  24. 14 Aug, 2008 1 commit