Bugfix: Use only one PTD for one endpoint
authorTimo Ketola <timo.ketola@exertus.fi>
Mon, 24 Sep 2007 11:50:32 +0000 (14:50 +0300)
committerMarkus Klotzbuecher <mk@denx.de>
Tue, 2 Oct 2007 07:32:54 +0000 (09:32 +0200)
commit785c13477b77dcd2e6c5128fffcdb4e1943f4818
tree4ed55746452e192fec2e50d694baa09354e4d6c4
parent86ec86c04326c3913178a7679aa910de071da75d
Bugfix: Use only one PTD for one endpoint

Original isp116x-hcd code prepared multiple PTDs for longer than 16
byte transfers for one endpoint. That is unnecessary because the
ISP116x is able to split long data from one PTD into multiple
transactions based on the buffer size of the endpoint. It also caused
serious problems if the endpoint NAKed some of the transactions. In
that case ISP116x wouldn't notice that the other PTDs were for the same
endpoint and would try the other PTDs possibly out of order. That would
break the whole transfer.

This patch makes isp116x_submit_job to use one PTD for one transfer.

Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
drivers/isp116x-hcd.c