]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Add platform device support for the ISP1760 USB chip
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 10 Feb 2009 16:55:51 +0000 (16:55 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:31 +0000 (16:20 -0700)
commit23a0274859ddad92738ea0095a4b472ee085b13f
tree670051437080dba1b5808ed897059effa8233702
parent880d071953f943574b7f7a18c59f4cd5085fd3e9
USB: Add platform device support for the ISP1760 USB chip

Currently, the driver only supports PCI and PPC_OF but there are
boards like ARM RealView where this is a platform device. The patch adds
the necessary functions and registration to the isp1760-if.c file and
modifies the corresponding Makefile and Kconfig to be able to use this
driver even if PCI and PPC_OF are not enabled.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Makefile
drivers/usb/host/Kconfig
drivers/usb/host/isp1760-if.c