1. 08 Apr, 2008 2 commits
  2. 07 Feb, 2008 3 commits
  3. 25 Oct, 2007 2 commits
  4. 15 Oct, 2007 1 commit
  5. 14 Oct, 2007 1 commit
    • Tony Lindgren's avatar
      musb_hdrc: Fix stall handling as OTG peripheral · 47c77850
      Tony Lindgren authored
      Prevent OTG peripheral trying to change to b_wait_acon if after
      file storage CBW stall followed by SUSPEND from host. We switch
      back to b_peripheral if RESET in b_wait_acon mode.
      
      Also fix compile warning for missing default case.
      
      And don't try to set b_wait_acon mode unless CONFIG_USB_OTG.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      47c77850
  6. 13 Oct, 2007 4 commits
  7. 12 Oct, 2007 1 commit
  8. 11 Oct, 2007 13 commits
  9. 09 Oct, 2007 12 commits
  10. 08 Oct, 2007 1 commit
    • Maarten Bressers's avatar
      Correct Makefile rule for generating custom keymap · e2a57a81
      Maarten Bressers authored
      When building a custom keymap, after setting GENERATE_KEYMAP := 1 in
      drivers/char/Makefile, the kernel build fails like this:
      
          CC      drivers/char/vt.o
        make[2]: *** No rule to make target `drivers/char/%.map', needed by `drivers/char/defkeymap.c'.  Stop.
        make[1]: *** [drivers/char] Error 2
        make: *** [drivers] Error 2
      
      This was caused by commit af8b1287, which
      deleted a necessary colon from the Makefile rule that generates the keymap,
      since that rule contains both a target and a target-pattern.  The following
      patch puts the colon back:
      Signed-off-by: default avatarMaarten Bressers <mbres@gentoo.org>
      Cc: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      e2a57a81