1. 04 6月, 2013 3 次提交
  2. 03 4月, 2013 1 次提交
  3. 27 3月, 2013 1 次提交
  4. 18 3月, 2013 3 次提交
  5. 22 11月, 2012 1 次提交
  6. 14 9月, 2012 1 次提交
  7. 09 8月, 2012 1 次提交
    • S
      usb: musb: Make dma_controller_create __devinit · 07a67bbb
      Shubhrajyoti D 提交于
      dma_controller_create is called only from musb_init_controller
      which is __devint so annotate dma_controller_create also with
      __devint.
      
      fixes the warn
      
      WARNING: vmlinux.o(.devinit.text+0x6fa8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create()
      The function __devinit musb_init_controller() references
      a function __init dma_controller_create().
      If dma_controller_create is only used by musb_init_controller then
      annotate dma_controller_create with a matching annotation.
      Signed-off-by: NShubhrajyoti D <shubhrajyoti@ti.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      07a67bbb
  8. 21 3月, 2012 1 次提交
  9. 22 2月, 2012 1 次提交
  10. 12 12月, 2011 1 次提交
  11. 17 11月, 2011 1 次提交
  12. 12 8月, 2011 2 次提交
  13. 18 5月, 2011 1 次提交