git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19693a
)
ARM i.MX ehci: factor out soc specific functions
author
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 3 Jan 2011 09:33:01 +0000
(10:33 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 11 Feb 2011 07:34:17 +0000
(08:34 +0100)
Currently we have a mxc_initialize_usb_hw which is called on every
i.MX SoC. This function dispatches the different SoC types, which
is quite ugly. This patch moves the SoC specific USB initialization
to their correspondive mach directories.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
No differences found