1. 12 10月, 2013 4 次提交
  2. 08 10月, 2013 2 次提交
  3. 28 8月, 2013 2 次提交
  4. 09 8月, 2013 2 次提交
    • S
      usb: musb dma: add cppi41 dma driver · 9b3452d1
      Sebastian Andrzej Siewior 提交于
      This driver is currently used by musb' cppi41 couter part. I may merge
      both dma engine user of musb at some point but not just yet.
      
      The driver seems to work in RX/TX mode in host mode, tested on mass
      storage. I increaed the size of the TX / RX transfers and waited for the
      core code to cancel a transfers and it seems to recover.
      
      v2..3:
      - use mall transfers on RX side and check data toggle.
      - use rndis mode on tx side so we haveon interrupt for 4096 transfers.
      - remove custom "transferred" hack and use dmaengine_tx_status() to
        compute the total amount of data that has been transferred.
      - cancel transfers and reclaim descriptors
      
      v1..v2:
      - RX path added
      - dma mode 0 & 1 is working
      - device tree nodes re-created.
      
      Cc: Vinod Koul <vinod.koul@intel.com>
      Cc: Dan Williams <djbw@fb.com>
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      9b3452d1
    • S
      usb: musb: dsps: use proper child nodes · 97238b35
      Sebastian Andrzej Siewior 提交于
      This moves the two instances from the big node into two child nodes. The
      glue layer ontop does almost nothing.
      
      There is one devices containing the control module for USB (2) phy,
      (2) usb and later the dma engine. The usb device is the "glue device"
      which contains the musb device as a child. This is what we do ever since.
      
      The new file musb_am335x is just here to prob the new bus and populate
      child devices.
      
      There are a lot of changes to the dsps file as a result of the changes:
      
      - musb_core_offset
        This is gone. The device tree provides memory ressources information
        for the device there is no need to "fix" things
      
      - instances
        This is gone as well. If we have two instances then we have have two
        child enabled nodes in the device tree. For instance the SoC in beagle
        bone has two USB instances but only one has been wired up so there is
        no need to load and init the second instance since it won't be used.
      
      - dsps_glue is now per glue device
        In the past there was one of this structs but with an array of two and
        each instance accessed its variable depending on the platform device
        id.
      
      - no unneeded copy of structs
        I do not know why struct dsps_musb_wrapper is copied but it is not
        necessary. The same goes for musb_hdrc_platform_data which allocated
        on demand and then again by platform_device_add_data(). One copy is
        enough.
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      97238b35
  5. 19 6月, 2013 6 次提交
  6. 13 6月, 2013 1 次提交
  7. 03 6月, 2013 1 次提交
  8. 23 5月, 2013 1 次提交
  9. 16 5月, 2013 1 次提交
    • S
      arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property. · 4425fb13
      Sourav Poddar 提交于
      The "ti,no_idle_on_suspend" property was required to keep ocmcram clocks
      running during idle.
      
      But commit 72bb6f9b (ARM: OMAP: omap_device: don't attempt late suspend
      if no driver bound), added in v3.6 should prevent any automatic clock
      gating for devices without drivers bound.  Since there is no driver for
      the OCM RAM block, we are not affected by the automatic idle on suspend
      anyways which means "ti,no_idle_on_suspend" can be safely removed since
      there are no users for it.
      
      Cc: Benoit Cousson <b-cousson@ti.com>
      Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Rajendra nayak <rnayak@ti.com>
      Signed-off-by: NSourav Poddar <sourav.poddar@ti.com>
      Reviewed-by: NFelipe Balbi <balbi@ti.com>
      Signed-off-by: NKevin Hilman <khilman@linaro.org>
      4425fb13
  10. 09 5月, 2013 1 次提交
  11. 09 4月, 2013 5 次提交
  12. 13 3月, 2013 1 次提交
  13. 08 2月, 2013 1 次提交
  14. 15 11月, 2012 1 次提交
  15. 06 11月, 2012 1 次提交
  16. 01 11月, 2012 1 次提交
  17. 31 10月, 2012 1 次提交
  18. 29 10月, 2012 5 次提交
  19. 08 9月, 2012 2 次提交
  20. 25 8月, 2012 1 次提交