1. 19 4月, 2015 3 次提交
  2. 07 11月, 2014 1 次提交
  3. 06 10月, 2014 1 次提交
  4. 21 10月, 2013 2 次提交
  5. 30 7月, 2013 1 次提交
    • M
      usb: ehci: Split out struct ehci_ctrl definition · b959655f
      Marek Vasut 提交于
      Move the struct ehci_ctrl defition from ehci-hcd.c into ehci.h
      so it can be re-used by drivers. In particular, the mv_udc driver
      can benefit from this move.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Lei Wen <leiwen@marvell.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      b959655f
  6. 19 3月, 2013 2 次提交
  7. 16 10月, 2012 1 次提交
  8. 01 9月, 2012 2 次提交
  9. 29 3月, 2012 1 次提交
  10. 04 9月, 2011 1 次提交
  11. 23 10月, 2010 1 次提交
    • W
      USB: fix Queue Element Transfer Descriptor changes · 8b675fe1
      Wolfgang Denk 提交于
      Commit 3ed16071 "USB: sync Queue Element Transfer Descriptor against
      EHCI spec" added an "__attribute__ ((aligned (32)))" to the
      declaration of struct qTD, as used for example in the Linux kernel as
      well.
      
      However, it turns out that this attribute causes errors in "usb start"
      (like "ERROR: NOT USB_CONFIG_DESC 7b" and similar). Drop the attribute
      again.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Dan Lykowski <lykowdk@gmail.com>
      Cc: Remy Bohmer <linux@bohmer.net>
      Cc: Stefano Babic <sbabic@denx.de>
      8b675fe1
  12. 20 10月, 2010 1 次提交
  13. 19 10月, 2010 1 次提交
  14. 07 4月, 2009 1 次提交
  15. 29 1月, 2009 5 次提交