Skip to content
Commit b54cd788 authored by Mayank Rana's avatar Mayank Rana
Browse files

usb: gsi: Remove module param related USB IN/OUT TRBs



dma_pool_create() API is used with alignment factor 2 as USB GSI
wrapper expects TRB ring where number of TRBs are in power of 2.
If passed number of IN/OUT buffer(i.e. TRBs) count is not as power
of 2, it would result into crash. Hence resolve this issue by
removing these module params.

Also remove aggregation size related module param and new change
shall add this functionality with proper check using configfs
attributes for each USB GSI function.

Change-Id: I9e262c9d2a66d09a3dcbe632bf3f91db3de08633
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 010ff9e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment