1. 25 11月, 2014 1 次提交
  2. 04 11月, 2014 1 次提交
  3. 19 8月, 2014 1 次提交
  4. 18 12月, 2013 1 次提交
  5. 28 8月, 2013 1 次提交
    • L
      usb: musb: ux500: Add check for NULL board data · 0f2aa8ca
      Lee Jones 提交于
      Dan Carpenter's automatic Smatch checker found an anomaly in the ux500
      MUSB driver, whereby board data was checked before use in all but one
      occasion. It is believed that it needs to be checked every time.
      
      Smatch complaint:
        drivers/usb/musb/ux500_dma.c:335 ux500_dma_controller_start()
               error: we previously assumed 'data' could be null (see line 313)
      
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: linux-usb@vger.kernel.org
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      0f2aa8ca
  6. 30 7月, 2013 1 次提交
  7. 29 7月, 2013 1 次提交
  8. 04 6月, 2013 3 次提交
  9. 29 5月, 2013 1 次提交
  10. 03 4月, 2013 1 次提交
  11. 27 3月, 2013 1 次提交
  12. 18 3月, 2013 3 次提交
  13. 22 11月, 2012 1 次提交
  14. 14 9月, 2012 1 次提交
  15. 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
  16. 21 3月, 2012 1 次提交
  17. 22 2月, 2012 1 次提交
  18. 12 12月, 2011 1 次提交
  19. 17 11月, 2011 1 次提交
  20. 12 8月, 2011 2 次提交
  21. 18 5月, 2011 1 次提交