summaryrefslogtreecommitdiff
path: root/drivers/usb/Makefile
AgeCommit message (Collapse)Author
2009-04-06drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD
move to linux usb driver organisation as following drivers/usb/gadget drivers/usb/host drivers/usb/musb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-04-04at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
2009-03-29s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD
add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
2009-01-28USB: Add EHCI support for VCT EHCI controllerStefan Roese
Signed-off-by: Stefan Roese <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-01-28usb : musb : Adding DM6446 (TI DaVinci) platform specific USB supportThomas Abraham
Adding DM6446 (TI DaVinci) platform specific USB functionality for USB Phy and VBUS initialization. Signed-off-by: Ravi Babu <[email protected]> Signed-off-by: Swaminathan S <[email protected]> Signed-off-by: Thomas Abraham <[email protected]> Signed-off-by: Ajay Kumar Gupta <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-01-28usb : musb : Adding host controller driver for Mentor USB controllerThomas Abraham
Adding Mentor USB core functionality and Mentor USB Host controller functionality for Mentor USB OTG controller (musbhdrc). Signed-off-by: Ravi Babu <[email protected]> Signed-off-by: Swaminathan S <[email protected]> Signed-off-by: Thomas Abraham <[email protected]> Signed-off-by: Ajay Kumar Gupta <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-01-28USB ehci ixp4xx supportMichael Trimarchi
Add USB ehci ixp4xx host controller. Test on ixdp465 board. Signed-off-by: Michael Trimarchi <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-01-28Add initial support for USB ehci pciMichael Trimarchi
Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. Signed-off-by: Michael Trimarchi <[email protected]> Signed-off-by: Remy Bohmer <[email protected]>
2009-01-28USB ehci freescale supportMichael Trimarchi
Add USB ehci freescale support Signed-off-by: Michael Trimarchi <[email protected]> Signed-off-by: Remy Böhmer <[email protected]>
2009-01-28USB ehci core supportMichael Trimarchi
Add USB ehci core support Signed-off-by: Michael Trimarchi <[email protected]> Signed-off-by: Remy Böhmer <[email protected]>
2008-11-28drivers/usb: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> Signed-off-by: Remy Böhmer <[email protected]>
2008-08-12Fix compile error related to r8a66597-hcd & usbKumar Gala
When building the 8544DS board we get this error: In file included from r8a66597-hcd.c:22: u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined make[1]: *** [r8a66597-hcd.o] Error 1 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD is set. Signed-off-by: Kumar Gala <[email protected]>
2008-08-07usb: add support for R8A66597 usb controllerYoshihiro Shimoda
add support for Renesas R8A66597 usb controller. This patch supports USB Host mode. Signed-off-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: Markus Klotzbuecher <[email protected]>
2008-05-21Big white-space cleanup.Wolfgang Denk
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <[email protected]>
2007-11-25drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>