1. 24 1月, 2017 2 次提交
    • J
      usb: dwc2: Cleanup some checkpatch issues · 9da51974
      John Youn 提交于
      This commmit is the result of running checkpatch --fix.
      
      The results were verified for correctness. Some of the fixes result in
      line over 80 char which we will fix manually later.
      
      The following is a summary of what was done by checkpatch:
      * Remove externs on function prototypes.
      * Replace symbolic permissions with octal.
      * Align code to open parens.
      * Replace 'unsigned' with 'unsigned int'.
      * Remove unneccessary blank lines.
      * Add blank lines after declarations.
      * Add spaces around operators.
      * Remove unnecessary spaces after casts.
      * Replace 'x == NULL' with '!x'.
      * Replace kzalloc() with kcalloc().
      * Concatenate multi-line strings.
      * Use the BIT() macro.
      Signed-off-by: NJohn Youn <johnyoun@synopsys.com>
      Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
      9da51974
    • L
      usb: dwc2: use u32 for DT binding parameters · 00c704cc
      Leo Yan 提交于
      Commit 05ee799f ("usb: dwc2: Move gadget settings into core_params")
      changes to type u16 for DT binding "g-rx-fifo-size" and
      "g-np-tx-fifo-size" but use type u32 for "g-tx-fifo-size". Finally the
      the first two parameters cannot be passed successfully with wrong data
      format. This is found the data transferring broken on 96boards Hikey.
      
      This patch is to change all parameters to u32 type, and verified on
      Hikey board the DT parameters can pass successfully.
      
      [johnyoun: minor rebase]
      Signed-off-by: NLeo Yan <leo.yan@linaro.org>
      Signed-off-by: NJohn Youn <johnyoun@synopsys.com>
      Tested-by: NJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
      00c704cc
  2. 02 1月, 2017 4 次提交
  3. 18 11月, 2016 16 次提交
  4. 17 10月, 2016 1 次提交
  5. 08 9月, 2016 2 次提交
  6. 04 3月, 2016 6 次提交
  7. 17 2月, 2016 1 次提交
  8. 04 2月, 2016 2 次提交
  9. 23 12月, 2015 6 次提交