1. 13 8月, 2010 1 次提交
  2. 12 8月, 2010 5 次提交
    • S
      Fixed clobbered output of the "help usb" command · 842404ea
      Sergei Poselenov 提交于
      The "usb help" doesn't format the output correctly:
      
      => help usb
      usb - USB sub-system
      
      Usage:
      usb reset - reset (rescan) USB controller
      usb stop [f]  - stop USB [f]=force stop
      usb tree  - show USB device tree
      usb info [dev] - show available USB devices
      usb storage  - show details of USB storage devices
      usb dev [dev] - show or set current USB storage device
      usb part [dev] - print partition table of one or all USB storage devices
      usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
          to memory address `addr'usb write addr blk# cnt - write `cnt'
      blocks starting at block `blk#' from memory address `addr'
      =>
      
      With fix below applied, the output is correct:
      
      => help usb
      usb - USB sub-system
      
      Usage:
      usb reset - reset (rescan) USB controller
      usb stop [f]  - stop USB [f]=force stop
      usb tree  - show USB device tree
      usb info [dev] - show available USB devices
      usb storage  - show details of USB storage devices
      usb dev [dev] - show or set current USB storage device
      usb part [dev] - print partition table of one or all USB storage devices
      usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
          to memory address `addr'
      usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'
          from memory address `addr'
      =>
      Signed-off-by: NSergei Poselenov <sposelenov@emcraft.com>
      842404ea
    • A
      AM3517EVM: musb: add usb config · 7dc27b05
      Ajay Kumar Gupta 提交于
      Enabling USB HOST in defconfig.
      Signed-off-by: NAjay Kumar Gupta <ajay.gupta@ti.com>
      7dc27b05
    • A
      musb: am35x: Workaround for fifo read issue · 5689f4b5
      Ajay Kumar Gupta 提交于
      AM35x supports only 32bit read operations so we need to have
      workaround for 8bit and 16bit read operations.
      Signed-off-by: NAjay Kumar Gupta <ajay.gupta@ti.com>
      5689f4b5
    • A
      musb: MSC host support for AM35x · dbea3242
      Ajay Kumar Gupta 提交于
      Tested MSC Host on AM3517EVM.
      Signed-off-by: NAjay Kumar Gupta <ajay.gupta@ti.com>
      dbea3242
    • A
      AM35x: Adding SCM general register definitions · a7e9c513
      Ajay Kumar Gupta 提交于
      Adding general register structure of system control module (SCM)
      of AM35x. This would be required to access devconf2 and ip_sw_reset
      register in musb module.
      Signed-off-by: NAjay Kumar Gupta <ajay.gupta@ti.com>
      a7e9c513
  3. 11 8月, 2010 11 次提交
  4. 10 8月, 2010 9 次提交
  5. 09 8月, 2010 14 次提交