From 8f668fbbd571bbd5187a9a0eae150b768fc388ac Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 25 Dec 2013 16:01:30 +0400 Subject: [PATCH] USB: c67x00: add proper delays to HPI read/write According to CY7C67300 specification HPI read and write cycle duration Tcyc must be at least 6T long, where T is 1/48MHz, which is 125ns. Without this delay fast host processor cannot write to chip registers. Add proper ndelay to hpi_{read,write}_reg. Signed-off-by: Max Filippov Acked-by: Peter Korsgaard Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed