summaryrefslogtreecommitdiffstats
path: root/drivers/isp116x-hcd.c
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Use only one PTD for one endpointTimo Ketola2007-10-021-40/+72
| | | | | | | | | | | | | | | | 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>
* ISP116x: delay for crappy USB keysRodolfo Giometti2007-06-061-0/+1
| | | | | | | | Using some (very) slow USB keys cause the USB host controller buffers are not ready to be read by the CPU so we need an extra delay before reading the USB storage data. Signed-off-by: Rodolfo Giometti <giometti@linux.it>
* Support for the Philips ISP116x HCD (Host Controller Driver)Rodolfo Giometti2007-04-031-0/+1412
Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
OpenPOWER on IntegriCloud