1. 15 Jan, 2015 5 commits
    • kbuild test robot's avatar
      usb: gadget: uvc: to_uvcg_control_header() can be static · f093a2d4
      kbuild test robot authored
      drivers/usb/gadget/function/uvc_configfs.c:46:28: sparse: symbol 'to_uvcg_control_header' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:138:25: sparse: symbol 'uvcg_control_header_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:164:6: sparse: symbol 'uvcg_control_header_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:721:20: sparse: symbol 'to_uvcg_format' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:798:30: sparse: symbol 'to_uvcg_streaming_header' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:950:25: sparse: symbol 'uvcg_streaming_header_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:976:6: sparse: symbol 'uvcg_streaming_header_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1020:19: sparse: symbol 'to_uvcg_frame' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1265:25: sparse: symbol 'uvcg_frame_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1315:6: sparse: symbol 'uvcg_frame_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1338:26: sparse: symbol 'to_uvcg_uncompressed' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1548:25: sparse: symbol 'uvcg_uncompressed_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1586:6: sparse: symbol 'uvcg_uncompressed_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1610:19: sparse: symbol 'to_uvcg_mjpeg' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1761:25: sparse: symbol 'uvcg_mjpeg_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1793:6: sparse: symbol 'uvcg_mjpeg_drop' was not declared. Should it be static?
      Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      f093a2d4
    • Robert Baldyga's avatar
      tools: ffs-aio-example: use endpoint addresses from descriptors · 969678c0
      Robert Baldyga authored
      This makes examples more platform independent and more compatible with
      USB standard, as endpoint addresses in given interface may differ
      between hardware platforms or even between configurations in single
      USB device.
      Signed-off-by: default avatarRobert Baldyga <r.baldyga@samsung.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      969678c0
    • Ricardo Ribalda Delgado's avatar
      usb: gadget: net2280: Dont use 0 as NULL pointer · fc12c68b
      Ricardo Ribalda Delgado authored
      Fix sparse warning
      
      Fixes: cb442ee1 (usb: gadget: udc: net2280: Re-enable dynamic debug messages)
      Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      fc12c68b
    • Peter Chen's avatar
      usb: gadget: u_uac1: fix one code style problem · c76abecc
      Peter Chen authored
      Fix one code style problem.
      Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      c76abecc
    • Peter Chen's avatar
      usb: gadget: uac1: struct gaudio is useless for struct f_uac1_opts · 3703cfe7
      Peter Chen authored
      Since we call gaudio_cleanup at f_audio_free, the f_uac1_opts
      doesn't need to use gaudio any more.
      Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      3703cfe7
  2. 12 Jan, 2015 35 commits