22 Dec, 2008
1 commit
-
Add clock framework support to the usb/r8a66597 driver and
adjust the cpu specific code accordingly.Signed-off-by: Magnus Damm
Signed-off-by: Paul Mundt
25 Apr, 2008
3 commits
-
R8A66597 is similar to SH7366 USB 2.0 Host/Function module. It can
support SH7366 USB host by changing several R8A66597 code.Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Greg Kroah-Hartman -
Fix the problem that enumeration of a USB device was slow.
Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Greg Kroah-Hartman -
This driver ignored the value of bInterval and revised the problem
that performed interrupt transfer.ASIX USB Ethernet adapter comes to work with this host controller
by applying this patch.Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Greg Kroah-Hartman
02 Feb, 2008
1 commit
-
Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman
20 Jul, 2007
1 commit
-
This patch incorporates some updates. Updates include:
- Fix the problem that control transfer might fail
- Change from GFP_KERNEL to GFP_ATOMIC
- Clean up some coding style issueSigned-off-by: Yoshihiro Shimoda
Signed-off-by: Greg Kroah-Hartman
13 Jul, 2007
1 commit
-
I would like to submit Renesas R8A66597 USB HCD driver.
R8A66597 is Renesas USB 2.0 host and peripheral combined
controller device originally designed for embedded products.
As a limitation of this device, it does not support externel
hub more than 2 tier, and cannot communicate with a USB
device more than 10. Then this device is not compatible with
EHCI and/or OHCI, I wrote driver support patch based on
sl811 code.This driver has the following unique specifications:
- Implement transfer timeout to share one pipe with plural endpoint.
- Detach detection of a USB device connected to externel hub.The driver has been tested external hub, usb-hdd, usb-cdrom,
usb-speaker, mice, keyboard, and usbtest driver.Signed-off-by : Yoshihiro Shimoda
Signed-off-by: Greg Kroah-Hartman