]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MLK-9785-1 usb: host: ehci-hcd: enable park mode
authorPeter Chen <peter.chen@freescale.com>
Tue, 4 Nov 2014 12:46:15 +0000 (20:46 +0800)
committerLi Jun <jun.li@freescale.com>
Tue, 27 Jan 2015 01:10:29 +0000 (09:10 +0800)
commit75129133fb0478cca24da1d4e3cb4cbab367cbd0
treef953f702f753e7472c6ffccaf549c6fe1fc0d9bf
parentf0def104aac8e3606fe5bbae5f42cc23cca405b3
MLK-9785-1 usb: host: ehci-hcd: enable park mode

Enable park mode will improve the performance a lot at USB ethernet use
case, but a little at USB mass storage use case, and it is not harm from
the tests. Below the performance comparison at imx6sl:

USB Ethernet (Mbps)
Default Enable Park
TX 192 262
RX 262 290

USB Mass Storage (MB/s)
Read 21.8 22.9
Write 19.5 22.8

This patch is used for freescale internal.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
(cherry picked from commit b2289a78958859cff37508e4db0314463f33c2e0)
drivers/usb/host/ehci-hcd.c