Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316897
b: refs/heads/master
c: d3c568c
h: refs/heads/master
i:
  316895: 1133341
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Jun 4, 2012
1 parent c568576 commit 1ef7083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa84c57516f6da93ebc2601348043e9bcb7b4b4d
refs/heads/master: d3c568c302ed0e3b2d51f0335f304ca4d85de54b
8 changes: 8 additions & 0 deletions trunk/include/linux/usb/renesas_usbhs.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ struct renesas_usbhs_driver_param {
* option:
*
* dma id for dmaengine
* The data transfer direction on D0FIFO/D1FIFO should be
* fixed for keeping consistency.
* So, the platform id settings will be..
* .d0_tx_id = xx_TX,
* .d1_rx_id = xx_RX,
* or
* .d1_tx_id = xx_TX,
* .d0_rx_id = xx_RX,
*/
int d0_tx_id;
int d0_rx_id;
Expand Down

0 comments on commit 1ef7083

Please sign in to comment.