summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-omap.c
Commit message (Collapse)AuthorAgeFilesLines
* introduce io.hSascha Hauer2011-09-221-1/+1
| | | | | | | To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap: echi: fix compile errorSanjeev Premi2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | This patch fixes the compiler error: CC drivers/usb/host/ehci-omap.o drivers/usb/host/ehci-omap.c: In function 'ehci_omap_init': drivers/usb/host/ehci-omap.c:204: error: 'CPU_ES2P1' undeclar ed (first use in this function) drivers/usb/host/ehci-omap.c:204: error: (Each undeclared ide ntifier is reported only once drivers/usb/host/ehci-omap.c:204: error: for each function it appears in.) make[3]: *** [drivers/usb/host/ehci-omap.o] Error 1 Problem reported by: Cory Walker (cwalker32@gmail.com) Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move include files for mfd drivers to include/mfdSascha Hauer2010-10-111-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ehci: add omap supportMichael Grzeschik2010-08-061-0/+260
with cm-regbits-34xx.h and codebase from linux kernel Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>